7 references to IsParentedByCombo
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
174return IsParentedByCombo() || SafeNativeMethods.IsWindowVisible(_hwnd); 178if (IsParentedByCombo()) 722if (((WindowsListBox)_parent).IsParentedByCombo()) 779bool parentedByCombo = _listBox.IsParentedByCombo(); 834if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 856if (_listBox.IsParentedByCombo()) 1126if (!((WindowsListBox)_parent).IsParentedByCombo())