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