14 references to Sort
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
762Array.Sort(elements, new AccessorComparer());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
877Array.Sort(member.Elements, new ElementComparer()); 1910Array.Sort(choice, new ElementComparer());
PresentationFramework (1)
MS\Internal\Data\SortFieldComparer.cs (1)
98Array.Sort(list, sfc);
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
162Array.Sort(keys, comparer);
System.ComponentModel.TypeConverter (3)
System\ComponentModel\CultureInfoConverter.cs (1)
194Array.Sort(array, new CultureComparer(this));
System\ComponentModel\EventDescriptorCollection.cs (1)
364Array.Sort(_events, sorter);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
382Array.Sort(_properties, sorter);
System.Drawing.Common (1)
System\Drawing\FontConverter.cs (1)
431Array.Sort(values, Comparer.Default);
System.Private.DataContractSerialization (1)
System\Xml\XmlCanonicalWriter.cs (1)
882Array.Sort(indices, this);
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
777Array.Sort(member.Elements, new ElementComparer()); 1809Array.Sort(choice, new ElementComparer());
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
976Array.Sort(_dragComponents, this);
System\Windows\Forms\Design\ControlCommandSet.cs (1)
1000Array.Sort(selectedComponents, new ControlComparer());