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