2 writes to _history
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerData.cs (2)
107_history = new POINTER_INFO[_info.historyCount]; 113_history = Array.Empty<POINTER_INFO>();
2 references to _history
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerData.cs (2)
90return _history; 111if (!GetPointerInfoHistory(pointerId, ref _info.historyCount, _history))