1 write to _info
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
100if (IsValid = GetPointerInfo(pointerId, ref _info))
4 references to _info
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
52return _info; 102_history = new POINTER_INFO[_info.historyCount]; 106if (!GetPointerInfoHistory(pointerId, ref _info.historyCount, _history)) 111switch (_info.pointerType)