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