1 write to _statusPropertyIndex
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
126
_statusPropertyIndex
= i;
6 references to _statusPropertyIndex
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\PenContext.cs (6)
124
if (
_statusPropertyIndex
== -1 && guid == StylusPointPropertyIds.PacketStatus)
134
Debug.Assert(
_statusPropertyIndex
!= -1); // We should always see this.
285
if (
_statusPropertyIndex
!= -1)
287
int status = data[
_statusPropertyIndex
]; // (we take status of the first packet for status of all of them)
434
if (
_statusPropertyIndex
== -1)
443
int status = data[(i * itemsPerPacket) +
_statusPropertyIndex
];