13 instantiations of COMBOBOXINFO
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsComboBox.cs (10)
124
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
250
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
294
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
331
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
375
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
567
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
642
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
655
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
763
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
918
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
899
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
76
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
527
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
17 references to COMBOBOXINFO
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\Misc.cs (1)
270
internal static bool GetComboBoxInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbi)
MS\Internal\AutomationProxies\WindowsComboBox.cs (11)
124
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
250
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
294
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
331
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
375
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
519
static internal bool GetComboInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbInfo)
567
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
642
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
655
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
763
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
918
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
899
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
76
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
527
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
MS\Win32\NativeMethods.cs (1)
1487
internal static int comboboxInfoSize = Marshal.SizeOf(typeof(NativeMethods.
COMBOBOXINFO
));
MS\Win32\UnsafeNativeMethods.cs (1)
227
internal static extern bool GetComboBoxInfo(IntPtr hwnd, [In, Out] ref NativeMethods.
COMBOBOXINFO
cbInfo);