1 instantiation of WindowsComboBox
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
86
return new
WindowsComboBox
(hwnd, null, HostedByComboEx(hwnd), idChild);
19 references to WindowsComboBox
UIAutomationClientsideProviders (19)
MS\Internal\AutomationProxies\Main.cs (1)
49
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsComboBox
.Create), "ComboBox"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (7)
782
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
785
WindowsComboBox
cb = (
WindowsComboBox
) Create (hwnd, 0);
937
if (!
WindowsComboBox
.GetComboInfo(_hwnd, ref cbInfo))
970
if (!
WindowsComboBox
.GetDroppedState (_hwnd))
972
WindowsComboBox
.Expand (_hwnd);
976
WindowsComboBox
.Collapse (_hwnd);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
964
if (
WindowsComboBox
.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
90
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
92
parent = (ProxyFragment)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
94
item = (int)
WindowsComboBox
.ComboChildren.List;
541
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
543
WindowsComboBox
cb = (
WindowsComboBox
)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
736
WindowsComboBox
cb = (
WindowsComboBox
)_parent._parent;
1176
ProxyFragment combo = (
WindowsComboBox
)_parent._parent;