1 write to hwndCombo
UIAutomationClientSideProviders (1)
MS\Win32\NativeMethods.cs (1)
1481
hwndCombo
= IntPtr.Zero;
6 references to hwndCombo
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
523
if (cbInfo.hwndItem == cbInfo.
hwndCombo
)
566
if (hwndFocused != hwnd && hwndFocused != cbInfo.
hwndCombo
&& hwndFocused != cbInfo.hwndItem && hwndFocused != cbInfo.hwndList)
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
77
if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.
hwndCombo
!= IntPtr.Zero))
79
parent = (ProxyFragment)WindowsComboBox.Create(cbInfo.
hwndCombo
, 0);
522
if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && (cbInfo.
hwndCombo
!= IntPtr.Zero))
524
WindowsComboBox cb = (WindowsComboBox)WindowsComboBox.Create(cbInfo.
hwndCombo
, 0);