1 instantiation of WindowsComboBox
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
69
return new
WindowsComboBox
(hwnd, null, HostedByComboEx(hwnd), idChild);
19 references to WindowsComboBox
UIAutomationClientSideProviders (19)
MS\Internal\AutomationProxies\Main.cs (1)
37
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsComboBox
.Create), "ComboBox"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (7)
760
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
763
WindowsComboBox
cb = (
WindowsComboBox
) Create (hwnd, 0);
909
if (!
WindowsComboBox
.GetComboInfo(_hwnd, ref cbInfo))
942
if (!
WindowsComboBox
.GetDroppedState (_hwnd))
944
WindowsComboBox
.Expand (_hwnd);
948
WindowsComboBox
.Collapse (_hwnd);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
900
if (
WindowsComboBox
.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
77
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
79
parent = (ProxyFragment)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
81
item = (int)
WindowsComboBox
.ComboChildren.List;
522
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
524
WindowsComboBox
cb = (
WindowsComboBox
)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
714
WindowsComboBox
cb = (
WindowsComboBox
)_parent._parent;
1154
ProxyFragment combo = (
WindowsComboBox
)_parent._parent;