2 writes to _operationPriorityChanged
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
185_operationPriorityChanged += value; 194_operationPriorityChanged -= value;
1 reference to _operationPriorityChanged
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
304DispatcherHookEventHandler operationPriorityChanged = _operationPriorityChanged;