1 write to _info
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
101if (IsValid = GetPointerInfo(pointerId, ref _info))
4 references to _info
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
53return _info; 103_history = new POINTER_INFO[_info.historyCount]; 107if (!GetPointerInfoHistory(pointerId, ref _info.historyCount, _history)) 112switch (_info.pointerType)