6 references to PlugInManagers
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1264PlugInManagers.TryGetValue(source, out manager);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1042if (_pointerLogic.PlugInManagers.TryGetValue(source, out manager))
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
77_manager = StylusLogic.GetCurrentStylusLogicAs<PointerLogic>().PlugInManagers[presentationSource];
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
80_pointerLogic.PlugInManagers[_source] = new PointerStylusPlugInManager(_source); 104_pointerLogic.PlugInManagers.Remove(_source); 265if (_pointerLogic.PlugInManagers.TryGetValue(_source, out manager))