2 writes to _operationCompleted
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
151
_operationCompleted
+= value;
160
_operationCompleted
-= value;
1 reference to _operationCompleted
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
289
DispatcherHookEventHandler operationCompleted =
_operationCompleted
;