1 write to _info
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
100
if (IsValid = GetPointerInfo(pointerId, ref
_info
))
4 references to _info
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
52
return
_info
;
102
_history = new POINTER_INFO[
_info
.historyCount];
106
if (!GetPointerInfoHistory(pointerId, ref
_info
.historyCount, _history))
111
switch (
_info
.pointerType)