8 references to Id
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
657
TabletDevice.
Id
,
849
TabletDevice.
Id
,
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2578
stylusDevice.TabletDevice.
Id
,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
342
PenContext penContext = _stylusLogic.GetStylusPenContextForHwnd(_inputSource, TabletDevice.
Id
);
364
TabletDevice.
Id
,
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
314
if (tabletsIndex < _tablets.Length && _tablets[tabletsIndex] != null && _tablets[tabletsIndex].
Id
== id)
326
if (_tablets[i] != null && _tablets[i].
Id
== id)
444
if (_tablets[i].
Id
== tabletInfo.Id)