2 writes to _manager
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
67_manager = StylusLogic.GetCurrentStylusLogicAs<PointerLogic>().PlugInManagers[presentationSource]; 106_manager = null;
6 references to _manager
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (6)
29return _manager != null; 65if (_manager == null) 70if (_manager != null) 72_manager.AddStylusPlugInCollection(Wrapper); 101if (_manager != null) 103_manager.RemoveStylusPlugInCollection(Wrapper);