2 writes to _currentStylusLogic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
275_currentStylusLogic = new PointerLogic(InputManager.UnsecureCurrent); 279_currentStylusLogic = new WispLogic(InputManager.UnsecureCurrent);
3 references to _currentStylusLogic
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusLogic.cs (3)
193internal static bool IsInstantiated => _currentStylusLogic is not null; 242if (_currentStylusLogic is null) 247return _currentStylusLogic;