1 write to _dispatcher
PresentationFramework (1)
src\Framework\System\Windows\Standard\MessageWindow.cs (1)
114
_dispatcher
= Dispatcher.CurrentDispatcher;
3 references to _dispatcher
PresentationFramework (3)
src\Framework\System\Windows\Standard\MessageWindow.cs (3)
158
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { IntPtr.Zero, className });
162
if (
_dispatcher
.CheckAccess())
168
_dispatcher
.BeginInvoke(DispatcherPriority.Normal, (DispatcherOperationCallback)_DestroyWindowCallback, new object [] { hwnd, className });