3 references to FullLabel
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
102
public override string GetTestingInfo() => $"object = ({
FullLabel
}), Category = ({PropertyLabel})";
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
501
string? label = _parent?.
FullLabel
;
1251
=> $@"object = ({
FullLabel
}), property = ({PropertyLabel},{(PropertyType ?? typeof(object)).AssemblyQualifiedName})