2 writes to _currentStylusLogic
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusLogic.cs (2)
264
_currentStylusLogic
= new PointerLogic(InputManager.UnsecureCurrent);
268
_currentStylusLogic
= new WispLogic(InputManager.UnsecureCurrent);
3 references to _currentStylusLogic
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusLogic.cs (3)
182
internal static bool IsInstantiated =>
_currentStylusLogic
is not null;
231
if (
_currentStylusLogic
is null)
236
return
_currentStylusLogic
;