1 write to _statusPropertyIndex
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
125_statusPropertyIndex = i;
6 references to _statusPropertyIndex
PresentationCore (6)
System\Windows\Input\Stylus\Wisp\PenContext.cs (6)
123if (_statusPropertyIndex == -1 && guid == StylusPointPropertyIds.PacketStatus) 133Debug.Assert(_statusPropertyIndex != -1); // We should always see this. 284if (_statusPropertyIndex != -1) 286int status = data[_statusPropertyIndex]; // (we take status of the first packet for status of all of them) 433if (_statusPropertyIndex == -1) 442int status = data[(i * itemsPerPacket) + _statusPropertyIndex];