1 write to _activeForInput
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (1)
294_activeForInput = newIsActive;
3 references to _activeForInput
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (3)
45if (_activeForInput) 292if (newIsActive != _activeForInput) 307return _activeForInput;