1 override of GetTestingInfo
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
102public override string GetTestingInfo() => $"object = ({FullLabel}), Category = ({PropertyLabel})";
2 references to GetTestingInfo
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
1960return gridEntry is null ? string.Empty : gridEntry.GetTestingInfo(); 2915Clipboard.SetDataObject(entry.GetTestingInfo());