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