1 write to _activeMousePlugInCollection
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
609
_activeMousePlugInCollection
= manager?.InvokeStylusPluginCollectionForMouse(inputReport, directlyOver, _activeMousePlugInCollection);
3 references to _activeMousePlugInCollection
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
510
if (
_activeMousePlugInCollection
?.Element == null)
534
source = PresentationSource.CriticalFromVisual(
_activeMousePlugInCollection
.Element as Visual);
609
_activeMousePlugInCollection = manager?.InvokeStylusPluginCollectionForMouse(inputReport, directlyOver,
_activeMousePlugInCollection
);