5 references to XTiltOrientation
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
90
new StylusPointProperty( StylusPointPropertyIds.
XTiltOrientation
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
221
{ HidUsage.XTilt,
XTiltOrientation
},
280
guid ==
XTiltOrientation
||
348
if (guid ==
XTiltOrientation
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
308
if (stylusPointProperty.Id == StylusPointPropertyIds.
XTiltOrientation
)