13 references to Sort
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6335sortedChannels.Sort((p1, p2) => -Comparer<ulong>.Default.Compare(p1.Value.Keywords, p2.Value.Keywords));
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\RayHitTestParameters.cs (1)
127results.Sort(RayHitTestResult.CompareByDistanceToRayOrigin);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (1)
59((List<T>)base.Items).Sort(comparison);
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
370keys.Sort((x, y) => Math.Sign(x.Key - y.Key));
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\Data\ObservableCollection.cs (1)
59((List<T>)base.Items).Sort(comparison);
System.Data.Linq (3)
ChangeProcessor.cs (1)
579range.Sort((int x, int y) => Compare(objects[x], x, objects[y], y));
SqlClient\Query\SqlUnionizer.cs (2)
43sleft.Row.Columns.Sort(comp); 44sright.Row.Columns.Sort(comp);
System.Data.Services (4)
System\Data\Services\HttpProcessUtility.cs (1)
257parts.Sort(delegate(CharsetPart x, CharsetPart y)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
909this.resourceTypes.Sort(
System\Data\Services\Providers\ExpandedProjectionNode.cs (1)
387openPropertyProjectionNodes.Sort(new Comparison<ProjectionNode>((x, y) =>
System\Data\Services\Providers\ResourceType.cs (1)
322key.Sort(ResourceType.ResourcePropertyComparison);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
271glyphs.Sort(new Comparison<DesignerGlyph>(DesignerGlyph.OnComparePriority));