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