8 references to Id
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
648TabletDevice.Id, 842TabletDevice.Id,
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2581stylusDevice.TabletDevice.Id,
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
335PenContext penContext = _stylusLogic.GetStylusPenContextForHwnd(_inputSource, TabletDevice.Id); 357TabletDevice.Id,
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
309if (tabletsIndex < _tablets.Length && _tablets[tabletsIndex] != null && _tablets[tabletsIndex].Id == id) 321if (_tablets[i] != null && _tablets[i].Id == id) 439if (_tablets[i].Id == tabletInfo.Id)