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