5 overrides of Label
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
612
public override string?
Label
=> PropertyLabel;
System.Windows.Forms.Tests (4)
System\Windows\Forms\GridItemCollectionTests.cs (1)
63
public override string
Label
=> "label";
System\Windows\Forms\GridItemTests.cs (1)
54
public override string
Label
=> "label";
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
32
public override string
Label
{ get; }
System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs (1)
34
public override string
Label
{ get; }
4 references to Label
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
42
if (item.
Label
== label)
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridTests.cs (1)
3932
Assert.Equal("System.Object", selectedItem.
Label
);
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
489
_propertyGrid.SelectedGridItem!.
Label
.Should().Be("Text");
492
_propertyGrid.SelectedGridItem.
Label
.Should().Be("Accessibility");