1 write to _currentNotifyPlugIn
PresentationCore (1)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
200
_currentNotifyPlugIn
= value;
3 references to _currentNotifyPlugIn
PresentationCore (3)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (3)
119
if (
_currentNotifyPlugIn
== null)
127
_customData.Add(new RawStylusInputCustomData(
_currentNotifyPlugIn
, callbackData));
196
return
_currentNotifyPlugIn
;