7 references to IsParentedByCombo
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
178
return
IsParentedByCombo
() || SafeNativeMethods.IsWindowVisible(_hwnd);
182
if (
IsParentedByCombo
())
726
if (((WindowsListBox)_parent).
IsParentedByCombo
())
783
bool parentedByCombo = _listBox.
IsParentedByCombo
();
838
if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.
IsParentedByCombo
())
860
if (_listBox.
IsParentedByCombo
())
1130
if (!((WindowsListBox)_parent).
IsParentedByCombo
())