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