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)
274DispatcherHookEventHandler operationStarted = _operationStarted;