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