6 references to PlugInManagers
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1247PlugInManagers.TryGetValue(source, out manager);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1034if (_pointerLogic.PlugInManagers.TryGetValue(source, out manager))
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInCollection.cs (1)
68_manager = StylusLogic.GetCurrentStylusLogicAs<PointerLogic>().PlugInManagers[presentationSource];
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
75_pointerLogic.PlugInManagers[_source] = new PointerStylusPlugInManager(_source); 99_pointerLogic.PlugInManagers.Remove(_source); 260if (_pointerLogic.PlugInManagers.TryGetValue(_source, out manager))