1 write to _msgProcessQueue
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
38_msgProcessQueue = UnsafeNativeMethods.RegisterWindowMessage("DispatcherProcessQueue");
4 references to _msgProcessQueue
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (4)
2505else if(message == _msgProcessQueue) 2649UnsafeNativeMethods.PeekMessage(ref msg, new HandleRef(this, _window.Value.Handle), _msgProcessQueue, _msgProcessQueue, NativeMethods.PM_REMOVE); 2702bool succeeded = UnsafeNativeMethods.TryPostMessage(new HandleRef(this, _window.Value.Handle), _msgProcessQueue, IntPtr.Zero, IntPtr.Zero);