1 instantiation of ComponentDispatcherThread
WindowsBase (1)
Base\System\Windows\Interop\ComponentDispatcher.cs (1)
49data = new ComponentDispatcherThread();
8 references to ComponentDispatcherThread
WindowsBase (8)
Base\System\Windows\Interop\ComponentDispatcher.cs (8)
41private static ComponentDispatcherThread CurrentThreadData 45ComponentDispatcherThread data; 54data = (ComponentDispatcherThread) obj; 79ComponentDispatcherThread data = ComponentDispatcher.CurrentThreadData; 155ComponentDispatcherThread data = ComponentDispatcher.CurrentThreadData; 185ComponentDispatcherThread data = ComponentDispatcher.CurrentThreadData; 204ComponentDispatcherThread data = ComponentDispatcher.CurrentThreadData; 224ComponentDispatcherThread data = ComponentDispatcher.CurrentThreadData;