1 write to _activeMousePlugInCollection
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1922
_activeMousePlugInCollection
= penContexts.InvokeStylusPluginCollectionForMouse(inputReport, directlyOver, _activeMousePlugInCollection);
4 references to _activeMousePlugInCollection
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1824
if (
_activeMousePlugInCollection
== null ||
_activeMousePlugInCollection
.Element == null)
1848
source = PresentationSource.CriticalFromVisual(
_activeMousePlugInCollection
.Element as Visual);
1922
_activeMousePlugInCollection = penContexts.InvokeStylusPluginCollectionForMouse(inputReport, directlyOver,
_activeMousePlugInCollection
);