2 writes to _operationAborted
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
219_operationAborted += value; 228_operationAborted -= value;
1 reference to _operationAborted
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
319DispatcherHookEventHandler operationAborted = _operationAborted;