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)
245EventHandler dispatcherInactive = _dispatcherInactive;