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