13 instantiations of COMBOBOXINFO
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
141
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
267
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
311
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
348
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
392
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
584
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
659
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
672
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
780
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
935
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
962
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
88
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
539
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
17 references to COMBOBOXINFO
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (1)
286
internal static bool GetComboBoxInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbi)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
141
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
267
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
311
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
348
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
392
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
536
static internal bool GetComboInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbInfo)
584
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
659
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
672
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
780
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
935
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
962
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
88
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
539
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Win32\NativeMethods.cs (1)
1505
internal static int comboboxInfoSize = Marshal.SizeOf(typeof(NativeMethods.
COMBOBOXINFO
));
MS\Win32\UnsafeNativeMethods.cs (1)
241
internal static extern bool GetComboBoxInfo(IntPtr hwnd, [In, Out] ref NativeMethods.
COMBOBOXINFO
cbInfo);