1 override of PropertyDescription
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
163
public override string?
PropertyDescription
=> PropertyDescriptor.Description;
3 references to PropertyDescription
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (2)
55
=> this.TryGetOwnerAs(out GridEntry? owner) ? owner.
PropertyDescription
: string.Empty;
64
public override string? Help => this.TryGetOwnerAs(out GridEntry? owner) ? owner.
PropertyDescription
: string.Empty;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4386
OwnerGrid.SetStatusBox(gridEntry.PropertyLabel, gridEntry.
PropertyDescription
);