2 writes to SupportedPointerProperties
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
186
SupportedPointerProperties
= new UnsafeNativeMethods.POINTER_DEVICE_PROPERTY[propCount];
277
SupportedPointerProperties
= supportedProperties.ToArray();
7 references to SupportedPointerProperties
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
188
success = UnsafeNativeMethods.GetPointerDeviceProperties(Device, ref propCount,
SupportedPointerProperties
);
213
foreach (var prop in
SupportedPointerProperties
)
308
new Size(
SupportedPointerProperties
[StylusPointDescription.RequiredXIndex].logicalMax,
309
SupportedPointerProperties
[StylusPointDescription.RequiredYIndex].logicalMax),
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
142
int pointerPropertyCount = tabletDevice.DeviceInfo.
SupportedPointerProperties
.Length;
154
tabletDevice.DeviceInfo.
SupportedPointerProperties
,
161
int numButtons = tabletDevice.DeviceInfo.
SupportedPointerProperties
.Length - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex;