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);
329
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
371
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
563
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
638
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
651
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
759
NativeMethods.COMBOBOXINFO cbInfo = new NativeMethods.
COMBOBOXINFO
(NativeMethods.comboboxInfoSize);
908
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);
521
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);
329
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
371
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
515
static internal bool GetComboInfo(IntPtr hwnd, ref NativeMethods.
COMBOBOXINFO
cbInfo)
563
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
638
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
651
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
759
NativeMethods.
COMBOBOXINFO
cbInfo = new NativeMethods.COMBOBOXINFO(NativeMethods.comboboxInfoSize);
908
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);
521
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);