15 references to ChildListAccessibleObject
System.Windows.Forms (15)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
222
return owner.
ChildListAccessibleObject
;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
53
? _owningComboBox.
ChildListAccessibleObject
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
92
? _owningComboBox.
ChildListAccessibleObject
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
99
ChildWindowType.ListBox or ChildWindowType.DropDownList => _owner.
ChildListAccessibleObject
,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
92
? _owner.
ChildListAccessibleObject
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (10)
62
_owningComboBox.
ChildListAccessibleObject
.SystemIAccessible.TryGetDefaultAction(GetChildId());
70
return _owningComboBox.
ChildListAccessibleObject
;
73
if (_owningComboBox.
ChildListAccessibleObject
is not ComboBoxChildListUiaProvider comboBoxChildListUiaProvider)
121
UIA_PROPERTY_ID.UIA_SelectionItemSelectionContainerPropertyId => (VARIANT)ComHelpers.GetComPointer<IUnknown>(_owningComboBox.
ChildListAccessibleObject
),
127
internal override BSTR GetHelpInternal() => _owningComboBox.
ChildListAccessibleObject
.SystemIAccessible.TryGetHelp(GetChildId());
146
=> _owningComboBox.
ChildListAccessibleObject
.SystemIAccessible.TryGetRole(GetChildId());
160
AccessibleStates state = _owningComboBox.
ChildListAccessibleObject
.SystemIAccessible.TryGetState(GetChildId());
162
if (!_owningComboBox.DroppedDown || !_owningComboBox.
ChildListAccessibleObject
.Bounds.IntersectsWith(Bounds))
178
Rectangle listBounds = _owningComboBox.
ChildListAccessibleObject
.Bounds;
223
internal override IRawElementProviderSimple.Interface ItemSelectionContainer => _owningComboBox.
ChildListAccessibleObject
;