Property IsAppThread
IsAppThread
Gets whether current thread is the thread which was used to initialize the application. It is better to use platform specific ways to get whether current thread is UI thread.
public static bool IsAppThread { get; }