1 write to historyCount
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
111
if (!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)
145
int[] rawPointerData = new int[pointerPropertyCount * pointerData.Info.
historyCount
];
152
pointerData.Info.
historyCount
,
166
data = new int[rawDataPointSize * pointerData.Info.
historyCount
];