6 references to VerticallyScrollableProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
325
new AutomationPropertyInfo( convertToBool, ScrollPattern.
VerticallyScrollableProperty
, typeof(bool), false ),
404
ScrollPattern.
VerticallyScrollableProperty
,
System\Windows\Automation\ScrollPattern.cs (1)
378
return (bool)_el.GetPatternPropertyValue(
VerticallyScrollableProperty
, _useCache);
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
422
return (bool) WindowScroll.GetPropertyScroll (ScrollPattern.
VerticallyScrollableProperty
, _hwnd);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
738
return (bool) WindowScroll.GetPropertyScroll (ScrollPattern.
VerticallyScrollableProperty
, _hwnd);
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
111
else if (idProp == ScrollPattern.
VerticallyScrollableProperty
)