1 write to _info
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
101
if (IsValid = GetPointerInfo(pointerId, ref
_info
))
4 references to _info
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerData.cs (4)
53
return
_info
;
103
_history = new POINTER_INFO[
_info
.historyCount];
107
if (!GetPointerInfoHistory(pointerId, ref
_info
.historyCount, _history))
112
switch (
_info
.pointerType)