9 references to VerticalViewSizeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
323
new AutomationPropertyInfo( null, ScrollPattern.
VerticalViewSizeProperty
, typeof(double), (double)100 ),
406
ScrollPattern.
VerticalViewSizeProperty
};
System\Windows\Automation\ScrollPattern.cs (1)
346
return (double)_el.GetPatternPropertyValue(
VerticalViewSizeProperty
, _useCache);
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (2)
302
RaisePropertyChangedEvent(el, ScrollPattern.
VerticalViewSizeProperty
, scroll.VerticalViewSize);
543
_objectIdClient.Add(ScrollPattern.
VerticalViewSizeProperty
, new RaiseEvent(HandleVerticalViewSizeProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
404
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
VerticalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
400
idProp == ScrollPattern.
VerticalViewSizeProperty
)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
719
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
VerticalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
103
else if (idProp == ScrollPattern.
VerticalViewSizeProperty
)