1 write to _source
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
70_source = source;
7 references to _source
PresentationCore (7)
System\Windows\InterOp\HwndPointerInputProvider.cs (7)
74_pointerLogic.PlugInManagers[_source] = new PointerStylusPlugInManager(_source); 98_pointerLogic.PlugInManagers.Remove(_source); 243_source, 259if (_pointerLogic.PlugInManagers.TryGetValue(_source, out manager)) 266_currentStylusDevice.Update(this, _source, data, rsir); 318Point originScreenCoord = _source.RootVisual.PointToScreen(new Point(0, 0));