2 writes to _operationPosted
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
73_operationPosted += value; 82_operationPosted -= value;
1 reference to _operationPosted
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
259DispatcherHookEventHandler operationPosted = _operationPosted;