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)
165int numButtons = tabletDevice.DeviceInfo.SupportedPointerProperties.Length - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex; 192for (int k = tabletDevice.DeviceInfo.SupportedButtonPropertyIndex; k < pointerPropertyCount; k++) 194int mask = rawPointerData[j + k] << (k - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex);