3 references to CanResizeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
381
new AutomationPropertyInfo( convertToBool, TransformPattern.
CanResizeProperty
, typeof(bool), false ),
475
TransformPattern.
CanResizeProperty
,
System\Windows\Automation\TransformPattern.cs (1)
254
return (bool)_el.GetPatternPropertyValue(
CanResizeProperty
, _useCache);