7 references to IsParentedByCombo
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
170return IsParentedByCombo() || SafeNativeMethods.IsWindowVisible(_hwnd); 174if (IsParentedByCombo()) 712if (((WindowsListBox)_parent).IsParentedByCombo()) 769bool parentedByCombo = _listBox.IsParentedByCombo(); 824if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 846if (_listBox.IsParentedByCombo()) 1116if (!((WindowsListBox)_parent).IsParentedByCombo())