24 references to HidUsage
PresentationCore (24)
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (23)
196private static Dictionary<HidUsagePage, Dictionary<HidUsage, Guid>> _hidToGuidMap = new Dictionary<HidUsagePage, Dictionary<HidUsage, Guid>>() 199new Dictionary<HidUsage, Guid>() 201{ HidUsage.X, X }, 202{ HidUsage.Y, Y }, 203{ HidUsage.Z, Z }, 207new Dictionary<HidUsage, Guid>() 209{ HidUsage.Width, Width }, 210{ HidUsage.Height, Height }, 211{ HidUsage.TouchConfidence, SystemTouch }, 212{ HidUsage.TipPressure, NormalPressure }, 213{ HidUsage.BarrelPressure, ButtonPressure }, 214{ HidUsage.XTilt, XTiltOrientation }, 215{ HidUsage.YTilt, YTiltOrientation }, 216{ HidUsage.Azimuth, AzimuthOrientation }, 217{ HidUsage.Altitude, AltitudeOrientation }, 218{ HidUsage.Twist, TwistOrientation }, 219{ HidUsage.TipSwitch, TipButton }, 220{ HidUsage.SecondaryTipSwitch, SecondaryTipButton }, 221{ HidUsage.BarrelSwitch, BarrelButton }, 222{ HidUsage.TransducerSerialNumber, SerialNumber }, 241internal static Guid GetKnownGuid(HidUsagePage page, HidUsage usage) 245Dictionary<HidUsage, Guid> pageMap = null;
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
62(StylusPointPropertyIds.HidUsage)prop.usageId);