1 instantiation of AttributeTypeSorter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
41
internal static AttributeTypeSorter AttributeTypeSorter = new
AttributeTypeSorter
();
3 references to AttributeTypeSorter
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
41
internal static
AttributeTypeSorter
AttributeTypeSorter = new AttributeTypeSorter();
3169
return String.Compare(
AttributeTypeSorter
.GetTypeIdString(a1),
AttributeTypeSorter
.GetTypeIdString(a2), false, CultureInfo.InvariantCulture);