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