2 writes to _operationPosted
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
73
_operationPosted
+= value;
82
_operationPosted
-= value;
1 reference to _operationPosted
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
259
DispatcherHookEventHandler operationPosted =
_operationPosted
;