2 writes to _manager
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (2)
68_manager = StylusLogic.GetCurrentStylusLogicAs<PointerLogic>().PlugInManagers[presentationSource]; 107_manager = null;
6 references to _manager
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (6)
30return _manager != null; 66if (_manager == null) 71if (_manager != null) 73_manager.AddStylusPlugInCollection(Wrapper); 102if (_manager != null) 104_manager.RemoveStylusPlugInCollection(Wrapper);