13 references to DeviceInfo
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (6)
486
double deviceSizeX = _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.right - _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.left;
487
double deviceSizeY = _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.top - _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.bottom;
490
double tabletSizeX = _stylusDevice.PointerTabletDevice.
DeviceInfo
.SizeInfo.TabletSize.Width;
491
double tabletSizeY = _stylusDevice.PointerTabletDevice.
DeviceInfo
.SizeInfo.TabletSize.Height;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
126
foreach (var prop in _tabletDevice.
DeviceInfo
.StylusPointProperties)
System\Windows\InterOp\HwndPointerInputProvider.cs (6)
136
int pointerPropertyCount = tabletDevice.
DeviceInfo
.SupportedPointerProperties.Length;
148
tabletDevice.
DeviceInfo
.SupportedPointerProperties,
155
int numButtons = tabletDevice.
DeviceInfo
.SupportedPointerProperties.Length - tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex;
182
for (int k = tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex; k < pointerPropertyCount; k++)
184
int mask = rawPointerData[j + k] << (k - tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex);