1 write to _dispatcher
PresentationFramework (1)
System\Windows\Standard\MessageWindow.cs (1)
81_dispatcher = Dispatcher.CurrentDispatcher;
3 references to _dispatcher
PresentationFramework (3)
System\Windows\Standard\MessageWindow.cs (3)
113_dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { IntPtr.Zero, className }); 117if (_dispatcher.CheckAccess()) 123_dispatcher.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { hwnd, className });