5 references to AzimuthOrientation
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
94
new StylusPointProperty( StylusPointPropertyIds.
AzimuthOrientation
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
216
{ HidUsage.Azimuth,
AzimuthOrientation
},
275
guid ==
AzimuthOrientation
||
349
if (guid ==
AzimuthOrientation
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
309
if (stylusPointProperty.Id == StylusPointPropertyIds.
AzimuthOrientation
)