1 write to _activeForInput
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (1)
306_activeForInput = newIsActive;
3 references to _activeForInput
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (3)
57if (_activeForInput) 304if (newIsActive != _activeForInput) 319return _activeForInput;