3 references to CanRotateProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
356
new AutomationPropertyInfo( convertToBool, TransformPattern.
CanRotateProperty
, typeof(bool), false ),
450
TransformPattern.
CanRotateProperty
};
System\Windows\Automation\TransformPattern.cs (1)
300
return (bool)_el.GetPatternPropertyValue(
CanRotateProperty
, _useCache);