1 write to historyCount
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
111if (!GetPointerInfoHistory(pointerId, ref _info.historyCount, _history))
4 references to historyCount
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
107_history = new POINTER_INFO[_info.historyCount];
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
149int[] rawPointerData = new int[pointerPropertyCount * pointerData.Info.historyCount]; 156pointerData.Info.historyCount, 170data = new int[rawDataPointSize * pointerData.Info.historyCount];