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)
29
return
_manager
!= null;
65
if (
_manager
== null)
70
if (
_manager
!= null)
72
_manager
.AddStylusPlugInCollection(Wrapper);
101
if (
_manager
!= null)
103
_manager
.RemoveStylusPlugInCollection(Wrapper);