9 references to HorizontalViewSizeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
321
new AutomationPropertyInfo( null, ScrollPattern.
HorizontalViewSizeProperty
, typeof(double), (double)100 ),
402
ScrollPattern.
HorizontalViewSizeProperty
,
System\Windows\Automation\ScrollPattern.cs (1)
330
return (double)_el.GetPatternPropertyValue(
HorizontalViewSizeProperty
, _useCache);
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (2)
311
RaisePropertyChangedEvent(el, ScrollPattern.
HorizontalViewSizeProperty
, scroll.HorizontalViewSize);
544
_objectIdClient.Add(ScrollPattern.
HorizontalViewSizeProperty
, new RaiseEvent(HandleHorizontalViewSizeProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
395
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
HorizontalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
399
idProp == ScrollPattern.
HorizontalViewSizeProperty
||
MS\Internal\AutomationProxies\WindowsListView.cs (1)
709
return (double)WindowScroll.GetPropertyScroll(ScrollPattern.
HorizontalViewSizeProperty
, _hwnd);
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
99
else if (idProp == ScrollPattern.
HorizontalViewSizeProperty
)