1 write to _activeForInput
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (1)
290_activeForInput = newIsActive;
3 references to _activeForInput
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPlugin.cs (3)
44if (_activeForInput) 288if (newIsActive != _activeForInput) 303return _activeForInput;