9 references to VerticalViewSizeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
344
new AutomationPropertyInfo( null, ScrollPattern.
VerticalViewSizeProperty
, typeof(double), (double)100 ),
427
ScrollPattern.
VerticalViewSizeProperty
};
System\Windows\Automation\ScrollPattern.cs (1)
296
return (double)_el.GetPatternPropertyValue(
VerticalViewSizeProperty
, _useCache);
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (2)
289
RaisePropertyChangedEvent(el, ScrollPattern.
VerticalViewSizeProperty
, scroll.VerticalViewSize);
530
_objectIdClient.Add(ScrollPattern.
VerticalViewSizeProperty
, new RaiseEvent(HandleVerticalViewSizeProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
403
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
VerticalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
384
idProp == ScrollPattern.
VerticalViewSizeProperty
)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
709
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
VerticalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
93
else if (idProp == ScrollPattern.
VerticalViewSizeProperty
)