2 writes to _dispatcherInactive
WindowsBase (2)
Base\System\Windows\Threading\DispatcherHooks.cs (2)
34
_dispatcherInactive
+= value;
43
_dispatcherInactive
-= value;
1 reference to _dispatcherInactive
WindowsBase (1)
Base\System\Windows\Threading\DispatcherHooks.cs (1)
245
EventHandler dispatcherInactive =
_dispatcherInactive
;