9 references to VerticalViewSizeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
349new AutomationPropertyInfo( null, ScrollPattern.VerticalViewSizeProperty, typeof(double), (double)100 ), 432ScrollPattern.VerticalViewSizeProperty };
System\Windows\Automation\ScrollPattern.cs (1)
298return (double)_el.GetPatternPropertyValue(VerticalViewSizeProperty, _useCache);
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (2)
295RaisePropertyChangedEvent(el, ScrollPattern.VerticalViewSizeProperty, scroll.VerticalViewSize); 536_objectIdClient.Add(ScrollPattern.VerticalViewSizeProperty, new RaiseEvent(HandleVerticalViewSizeProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
407return (double)WindowScroll.GetPropertyScroll(ScrollPattern.VerticalViewSizeProperty, _hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
389idProp == ScrollPattern.VerticalViewSizeProperty )
MS\Internal\AutomationProxies\WindowsListView.cs (1)
712return (double)WindowScroll.GetPropertyScroll(ScrollPattern.VerticalViewSizeProperty, _hwnd);
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
97else if (idProp == ScrollPattern.VerticalViewSizeProperty)