2 writes to _activePenContext
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1566
_activePenContext
= penContext;
1568
_activePenContext
= null;
1 reference to _activePenContext
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
146
internal PenContext ActivePenContext =>
_activePenContext
;