18 references to Sort
PresentationFramework (1)
src\Framework\MS\Internal\Data\SortFieldComparer.cs (1)
109Array.Sort(list, sfc);
System (3)
compmod\system\componentmodel\CultureInfoConverter.cs (1)
227Array.Sort(array, new CultureComparer(this));
compmod\system\componentmodel\EventDescriptorCollection.cs (1)
411Array.Sort(events, sorter);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (1)
436Array.Sort(properties, sorter);
System.Drawing (1)
commonui\System\Drawing\FontConverter.cs (1)
608Array.Sort(array, Comparer.Default);
System.Messaging (1)
System\Messaging\MessageQueuePermission.cs (1)
434Array.Sort(enumValues, InvariantComparer.Default);
System.Runtime.Serialization (1)
System\Xml\XmlC14NWriter.cs (1)
962Array.Sort(indeces, this);
System.Web (2)
OutputCacheModule.cs (1)
212Array.Sort(a, InvariantComparer.Default);
UI\WebParts\PersonalizableTypeEntry.cs (1)
64Array.Sort(props, new DeclaringTypeComparer());
System.Web.Services (2)
System\Web\Services\Configuration\WebServicesSection.cs (1)
223Array.Sort(prefixes, InvariantComparer.Default);
System\Web\Services\Protocols\SoapReflector.cs (1)
442Array.Sort(headerAttributes, new SoapHeaderAttributeComparer());
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
1571Array.Sort(finalClonedColumns, System.Windows.Forms.DataGridViewColumnCollection.ColumnCollectionOrderComparer);
winforms\Managed\System\WinForms\ListBox.cs (1)
2816Array.Sort(externalArray, this);
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
91Array.Sort(attr1, GridEntry.AttributeTypeSorter); 92Array.Sort(attr2, GridEntry.AttributeTypeSorter);
System.Xml (3)
System\Xml\Serialization\Mappings.cs (1)
639Array.Sort(elements, new AccessorComparer());
System\Xml\Serialization\XmlSchemaImporter.cs (2)
764Array.Sort(member.Elements, new ElementComparer()); 1663Array.Sort(choice, new ElementComparer());