7 references to IsParentedByCombo
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (7)
171
return
IsParentedByCombo
() || SafeNativeMethods.IsWindowVisible(_hwnd);
175
if (
IsParentedByCombo
())
713
if (((WindowsListBox)_parent).
IsParentedByCombo
())
770
bool parentedByCombo = _listBox.
IsParentedByCombo
();
825
if (ListboxItem.IsSelected (_hwnd, _item) && !_listBox.
IsParentedByCombo
())
847
if (_listBox.
IsParentedByCombo
())
1117
if (!((WindowsListBox)_parent).
IsParentedByCombo
())