1 instantiation of TransformPattern
UIAutomationClient (1)
System\Windows\Automation\TransformPattern.cs (1)
180
return new
TransformPattern
(el, hPattern, cached);
9 references to TransformPattern
UIAutomationClient (9)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
85
else if ( pattern ==
TransformPattern
.Pattern )
MS\Internal\Automation\Schema.cs (8)
380
new AutomationPropertyInfo( convertToBool,
TransformPattern
.CanMoveProperty, typeof(bool), false ),
381
new AutomationPropertyInfo( convertToBool,
TransformPattern
.CanResizeProperty, typeof(bool), false ),
382
new AutomationPropertyInfo( convertToBool,
TransformPattern
.CanRotateProperty, typeof(bool), false ),
474
private static readonly AutomationProperty [ ] TransformProperties = {
TransformPattern
.CanMoveProperty,
475
TransformPattern
.CanResizeProperty,
476
TransformPattern
.CanRotateProperty};
495
new AutomationPatternInfo(
TransformPattern
.Pattern, TransformProperties, new WrapObjectClientSide(
TransformPattern
.Wrap) ),