1 instantiation of WindowsComboBox
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
74
return new
WindowsComboBox
(hwnd, null, HostedByComboEx(hwnd), idChild);
19 references to WindowsComboBox
UIAutomationClientSideProviders (19)
MS\Internal\AutomationProxies\Main.cs (1)
41
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsComboBox
.Create), "ComboBox"),
MS\Internal\AutomationProxies\WindowsComboBox.cs (7)
769
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.stateButton))
772
WindowsComboBox
cb = (
WindowsComboBox
) Create (hwnd, 0);
924
if (!
WindowsComboBox
.GetComboInfo(_hwnd, ref cbInfo))
957
if (!
WindowsComboBox
.GetDroppedState (_hwnd))
959
WindowsComboBox
.Expand (_hwnd);
963
WindowsComboBox
.Collapse (_hwnd);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
903
if (
WindowsComboBox
.GetComboInfo(hwndParent, ref cbInfo) && cbInfo.hwndItem == _hwnd)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
82
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
84
parent = (ProxyFragment)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
86
item = (int)
WindowsComboBox
.ComboChildren.List;
533
if (
WindowsComboBox
.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.hwndCombo != IntPtr.Zero))
535
WindowsComboBox
cb = (
WindowsComboBox
)
WindowsComboBox
.Create(cbInfo.hwndCombo, 0);
728
WindowsComboBox
cb = (
WindowsComboBox
)_parent._parent;
1168
ProxyFragment combo = (
WindowsComboBox
)_parent._parent;