7 references to IsParentedByCombo
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
186return IsParentedByCombo() || SafeNativeMethods.IsWindowVisible(_hwnd); 190if (IsParentedByCombo()) 734if (((WindowsListBox)_parent).IsParentedByCombo()) 791bool parentedByCombo = _listBox.IsParentedByCombo(); 846if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.IsParentedByCombo()) 868if (_listBox.IsParentedByCombo()) 1138if (!((WindowsListBox)_parent).IsParentedByCombo())