Implemented interface member:
1 reference to Compare
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\AttributeTypeSorter.cs (1)
14
public int Compare(object? x, object? y) =>
Compare
(x as Attribute, y as Attribute);