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)
304
DispatcherHookEventHandler operationPriorityChanged =
_operationPriorityChanged
;