1 write to _source
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
76_source = source;
7 references to _source
PresentationCore (7)
System\Windows\InterOp\HwndPointerInputProvider.cs (7)
80_pointerLogic.PlugInManagers[_source] = new PointerStylusPlugInManager(_source); 104_pointerLogic.PlugInManagers.Remove(_source); 249_source, 265if (_pointerLogic.PlugInManagers.TryGetValue(_source, out manager)) 272_currentStylusDevice.Update(this, _source, data, rsir); 324Point originScreenCoord = _source.RootVisual.PointToScreen(new Point(0, 0));