7 references to IsParentedByCombo
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
186
return
IsParentedByCombo
() || SafeNativeMethods.IsWindowVisible(_hwnd);
190
if (
IsParentedByCombo
())
734
if (((WindowsListBox)_parent).
IsParentedByCombo
())
791
bool parentedByCombo = _listBox.
IsParentedByCombo
();
846
if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.
IsParentedByCombo
())
868
if (_listBox.
IsParentedByCombo
())
1138
if (!((WindowsListBox)_parent).
IsParentedByCombo
())