33 types derived from ProxyHwnd
UIAutomationClientsideProviders (33)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
25class NonClientArea: ProxyHwnd, IScrollProvider
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
34class WindowsAltTab : ProxyHwnd
MS\Internal\AutomationProxies\WindowsButton.cs (1)
27class WindowsButton : ProxyHwnd, IInvokeProvider, IToggleProvider, ISelectionProvider, ISelectionItemProvider
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
44class WindowsComboBox : ProxyHwnd, IValueProvider, IExpandCollapseProvider
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
28class WindowsContainer : ProxyHwnd, IRawElementProviderHwndOverride
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
37class WindowsEditBox : ProxyHwnd, IValueProvider, ITextProvider
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
31class FormsLink : ProxyHwnd, IInvokeProvider
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
27class WindowsHyperlink: ProxyHwnd
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
29class WindowsIPAddress: ProxyHwnd, IRawElementProviderHwndOverride, IValueProvider, IGridProvider 310class ByteEditBoxOverride : ProxyHwnd, IGridItemProvider, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
31class WindowsListBox: ProxyHwnd, ISelectionProvider
MS\Internal\AutomationProxies\WindowsListView.cs (1)
57class WindowsListView: ProxyHwnd, ISelectionProvider, IScrollProvider, IGridProvider, IMultipleViewProvider, ITableProvider
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
41class WindowsMenu: ProxyHwnd
MS\Internal\AutomationProxies\WindowsNonControl.cs (1)
25class WindowsNonControl: ProxyHwnd
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
26class WindowsProgressBar: ProxyHwnd, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
30class WindowsRebar: ProxyHwnd, IRawElementProviderHwndOverride 486class RebarBandChildOverrideProxy: ProxyHwnd
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
31class WindowsRichEdit : ProxyHwnd, IValueProvider, ITextProvider
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
30class WindowsScrollBar: ProxyHwnd, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
28class WindowsSlider: ProxyHwnd, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
28class WindowsSpinner : ProxyHwnd, IRangeValueProvider
MS\Internal\AutomationProxies\WindowsStartMenu.cs (1)
24class WindowsStartMenu : ProxyHwnd, IRawElementProviderSimple
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
24class WindowsStatic: ProxyHwnd
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
26class WindowsStatusBar : ProxyHwnd, IGridProvider, IRawElementProviderHwndOverride 649class WindowsStatusBarPaneChildOverrideProxy : ProxyHwnd, IGridItemProvider
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
36class WindowsSysHeader: ProxyHwnd
MS\Internal\AutomationProxies\WindowsTab.cs (2)
26class WindowsTab: ProxyHwnd, ISelectionProvider, IScrollProvider, IRawElementProviderHwndOverride 1381class WindowsTabChildOverrideProxy : ProxyHwnd
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
28class WindowsToolbar: ProxyHwnd
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
30class WindowsTooltip : ProxyHwnd
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
27class WindowsTreeView : ProxyHwnd, ISelectionProvider
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
28class WindowsUpDown : ProxyHwnd, IRangeValueProvider
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
28class WinformsSpinner : ProxyHwnd, IRawElementProviderHwndOverride, IRangeValueProvider, IValueProvider
19 references to ProxyHwnd
UIAutomationClientsideProviders (19)
MS\Internal\AutomationProxies\ClickablePoint.cs (1)
146if (simple is ProxyHwnd)
MS\Internal\AutomationProxies\NonClientArea.cs (7)
43ProxyHwnd menuProxy = CreateNonClientMenu(); 50menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 66ProxyHwnd menuProxy = CreateNonClientMenu(); 73menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 527internal ProxyHwnd CreateNonClientMenu () 533ProxyHwnd menuProxy = null; 541menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu);
MS\Internal\AutomationProxies\ProxyFragment.cs (2)
121return this is ProxyHwnd ? this : null; 132System.Diagnostics.Debug.Assert(this is ProxyHwnd, "Invalid method called ElementProviderFromPoint");
MS\Internal\AutomationProxies\ProxySimple.cs (2)
749return this is ProxyHwnd; 754return this is ProxyHwnd;
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
97ProxySimple el = (ProxyHwnd) WindowsAltTab.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
38public WindowsContainer (IntPtr hwnd, ProxyHwnd parent, int item)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
38public WindowsGrip (IntPtr hwnd, ProxyHwnd parent, int item)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
138ProxySimple el = (ProxyHwnd)WindowsListBox.Create(hwnd, 0);
MS\Internal\AutomationProxies\WindowsStartMenu.cs (1)
33public WindowsStartMenu(IntPtr hwnd, ProxyHwnd parent, int item)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
765public StatusBarGrip (IntPtr hwnd, ProxyHwnd parent, int item) 831internal static StatusBarGrip Create(IntPtr hwnd, ProxyHwnd parent, int item)