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)
39
return
_manager
!= null;
75
if (
_manager
== null)
80
if (
_manager
!= null)
82
_manager
.AddStylusPlugInCollection(Wrapper);
111
if (
_manager
!= null)
113
_manager
.RemoveStylusPlugInCollection(Wrapper);