Base:
property
Name
System.Windows.Forms.AccessibleObject.Name
1 override of Name
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxItemAccessibleObject.cs (1)
30
public override string?
Name
2 references to Name
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBoxItemAccessibleObject.cs (1)
39
return base.
Name
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBox.ListBoxItemAccessibleObjectTests.cs (1)
178
itemAccessibleObject.
Name
.Should().Be("Item 1");