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