5 references to AzimuthOrientation
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
102
new StylusPointProperty( StylusPointPropertyIds.
AzimuthOrientation
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
223
{ HidUsage.Azimuth,
AzimuthOrientation
},
282
guid ==
AzimuthOrientation
||
356
if (guid ==
AzimuthOrientation
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
316
if (stylusPointProperty.Id == StylusPointPropertyIds.
AzimuthOrientation
)