2 writes to _operationStarted
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
112
_operationStarted
+= value;
121
_operationStarted
-= value;
1 reference to _operationStarted
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
274
DispatcherHookEventHandler operationStarted =
_operationStarted
;