13 instantiations of COMBOBOXINFO
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
123
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
249
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
293
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
328
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
370
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
562
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
637
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
650
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
758
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
907
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
898
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
75
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
520
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
17 references to COMBOBOXINFO
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (1)
269
internal static bool GetComboBoxInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbi)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
123
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
249
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
293
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
328
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
370
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
514
internal static bool GetComboInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbInfo)
562
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
637
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
650
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
758
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
907
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
898
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
75
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
520
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Win32\NativeMethods.cs (1)
1486
internal static int comboboxInfoSize = Marshal.SizeOf(typeof(NativeMethods.
COMBOBOXINFO
));
MS\Win32\UnsafeNativeMethods.cs (1)
226
internal static extern bool GetComboBoxInfo(IntPtr hwnd, [In, Out] ref NativeMethods.
COMBOBOXINFO
cbInfo);