5 overrides of GetNameInternal
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.ChildAccessibleObject.cs (1)
26
internal override BSTR
GetNameInternal
() => _owner.AccessibilityObject.GetNameInternal();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
70
internal override BSTR
GetNameInternal
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (1)
72
internal override BSTR
GetNameInternal
()
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.ToolStripDropDownAccessibleObject.cs (1)
52
internal override BSTR
GetNameInternal
()
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarChildAccessibleObject.cs (1)
51
internal override BSTR
GetNameInternal
() => ParentInternal.SystemIAccessible.TryGetName(GetChildId());
10 references to GetNameInternal
System.Windows.Forms (10)
System\Windows\Forms\Accessibility\AccessibleObject.cs (6)
233
get =>
GetNameInternal
().ToNullableStringAndFree();
242
/// Determines if <see cref="
GetNameInternal
"/> can be called without calling <see cref="Name"/>
1193
?
GetNameInternal
()
2208
?
GetNameInternal
()
2218
? child.
GetNameInternal
()
2230
?
GetNameInternal
()
System\Windows\Forms\Controls\ComboBox\ComboBox.ChildAccessibleObject.cs (1)
26
internal override BSTR GetNameInternal() => _owner.AccessibilityObject.
GetNameInternal
();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildTextUiaProvider.cs (1)
72
BSTR name = _owner.AccessibilityObject.
GetNameInternal
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStrip.PropertyGridToolStripAccessibleObject.cs (1)
76
return target is not null ? target.AccessibilityObject.
GetNameInternal
() : default;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.ToolStripDropDownAccessibleObject.cs (1)
56
return owner?.OwnerItem?.AccessibilityObject.
GetNameInternal
() ?? default;