2 writes to _manager
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
77_manager = StylusLogic.GetCurrentStylusLogicAs<PointerLogic>().PlugInManagers[presentationSource]; 116_manager = null;
6 references to _manager
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (6)
39return _manager != null; 75if (_manager == null) 80if (_manager != null) 82_manager.AddStylusPlugInCollection(Wrapper); 111if (_manager != null) 113_manager.RemoveStylusPlugInCollection(Wrapper);