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