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