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