1 write to SupportedButtonPropertyIndex
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
272SupportedButtonPropertyIndex = supportedProperties.Count;
3 references to SupportedButtonPropertyIndex
PresentationCore (3)
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
161int numButtons = tabletDevice.DeviceInfo.SupportedPointerProperties.Length - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex; 188for (int k = tabletDevice.DeviceInfo.SupportedButtonPropertyIndex; k < pointerPropertyCount; k++) 190int mask = rawPointerData[j + k] << (k - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex);