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)
511if (_activeMousePlugInCollection?.Element == null) 535source = PresentationSource.CriticalFromVisual(_activeMousePlugInCollection.Element as Visual); 610_activeMousePlugInCollection = manager?.InvokeStylusPluginCollectionForMouse(inputReport, directlyOver, _activeMousePlugInCollection);