2 writes to SupportedPointerProperties
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
181
SupportedPointerProperties
= new UnsafeNativeMethods.POINTER_DEVICE_PROPERTY[propCount];
272
SupportedPointerProperties
= supportedProperties.ToArray();
7 references to SupportedPointerProperties
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
183
success = UnsafeNativeMethods.GetPointerDeviceProperties(Device, ref propCount,
SupportedPointerProperties
);
208
foreach (var prop in
SupportedPointerProperties
)
303
new Size(
SupportedPointerProperties
[StylusPointDescription.RequiredXIndex].logicalMax,
304
SupportedPointerProperties
[StylusPointDescription.RequiredYIndex].logicalMax),
System\Windows\InterOp\HwndPointerInputProvider.cs (3)
136
int pointerPropertyCount = tabletDevice.DeviceInfo.
SupportedPointerProperties
.Length;
148
tabletDevice.DeviceInfo.
SupportedPointerProperties
,
155
int numButtons = tabletDevice.DeviceInfo.
SupportedPointerProperties
.Length - tabletDevice.DeviceInfo.SupportedButtonPropertyIndex;