2 writes to _currentStylusLogic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
282_currentStylusLogic = new SecurityCriticalDataClass<StylusLogic>(new PointerLogic(InputManager.UnsecureCurrent)); 286_currentStylusLogic = new SecurityCriticalDataClass<StylusLogic>(new WispLogic(InputManager.UnsecureCurrent));
3 references to _currentStylusLogic
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusLogic.cs (3)
198return _currentStylusLogic?.Value != null; 249if (_currentStylusLogic?.Value == null) 254return _currentStylusLogic?.Value;