7 references to IsParentedByCombo
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
171return IsParentedByCombo() || SafeNativeMethods.IsWindowVisible(_hwnd); 175if (IsParentedByCombo()) 713if (((WindowsListBox)_parent).IsParentedByCombo()) 770bool parentedByCombo = _listBox.IsParentedByCombo(); 825if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 847if (_listBox.IsParentedByCombo()) 1117if (!((WindowsListBox)_parent).IsParentedByCombo())