1 write to _source
PresentationCore (1)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
71_source = source;
7 references to _source
PresentationCore (7)
System\Windows\InterOp\HwndPointerInputProvider.cs (7)
75_pointerLogic.PlugInManagers[_source] = new PointerStylusPlugInManager(_source); 99_pointerLogic.PlugInManagers.Remove(_source); 244_source, 260if (_pointerLogic.PlugInManagers.TryGetValue(_source, out manager)) 267_currentStylusDevice.Update(this, _source, data, rsir); 319Point originScreenCoord = _source.RootVisual.PointToScreen(new Point(0, 0));