24 references to HidUsage
PresentationCore (24)
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (23)
203
private static Dictionary<HidUsagePage, Dictionary<
HidUsage
, Guid>> _hidToGuidMap = new Dictionary<HidUsagePage, Dictionary<
HidUsage
, Guid>>()
206
new Dictionary<
HidUsage
, Guid>()
208
{
HidUsage
.X, X },
209
{
HidUsage
.Y, Y },
210
{
HidUsage
.Z, Z },
214
new Dictionary<
HidUsage
, Guid>()
216
{
HidUsage
.Width, Width },
217
{
HidUsage
.Height, Height },
218
{
HidUsage
.TouchConfidence, SystemTouch },
219
{
HidUsage
.TipPressure, NormalPressure },
220
{
HidUsage
.BarrelPressure, ButtonPressure },
221
{
HidUsage
.XTilt, XTiltOrientation },
222
{
HidUsage
.YTilt, YTiltOrientation },
223
{
HidUsage
.Azimuth, AzimuthOrientation },
224
{
HidUsage
.Altitude, AltitudeOrientation },
225
{
HidUsage
.Twist, TwistOrientation },
226
{
HidUsage
.TipSwitch, TipButton },
227
{
HidUsage
.SecondaryTipSwitch, SecondaryTipButton },
228
{
HidUsage
.BarrelSwitch, BarrelButton },
229
{
HidUsage
.TransducerSerialNumber, SerialNumber },
248
internal static Guid GetKnownGuid(HidUsagePage page,
HidUsage
usage)
252
Dictionary<
HidUsage
, Guid> pageMap = null;
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
71
(StylusPointPropertyIds.
HidUsage
)prop.usageId);