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