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)
319
DispatcherHookEventHandler operationAborted =
_operationAborted
;