13 references to DeviceInfo
PresentationCore (13)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (6)
507
double deviceSizeX = _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.right - _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.left;
508
double deviceSizeY = _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.top - _stylusDevice.PointerTabletDevice.
DeviceInfo
.DeviceRect.bottom;
511
double tabletSizeX = _stylusDevice.PointerTabletDevice.
DeviceInfo
.SizeInfo.TabletSize.Width;
512
double tabletSizeY = _stylusDevice.PointerTabletDevice.
DeviceInfo
.SizeInfo.TabletSize.Height;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
135
foreach (var prop in _tabletDevice.
DeviceInfo
.StylusPointProperties)
System\Windows\InterOp\HwndPointerInputProvider.cs (6)
142
int pointerPropertyCount = tabletDevice.
DeviceInfo
.SupportedPointerProperties.Length;
154
tabletDevice.
DeviceInfo
.SupportedPointerProperties,
161
int numButtons = tabletDevice.
DeviceInfo
.SupportedPointerProperties.Length - tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex;
188
for (int k = tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex; k < pointerPropertyCount; k++)
190
int mask = rawPointerData[j + k] << (k - tabletDevice.
DeviceInfo
.SupportedButtonPropertyIndex);