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