7 references to Sort
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\Com2PropertyDescriptor.Com2PropDescMainConverter.cs (1)
58
properties = properties.
Sort
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2141
PropertyDescriptorCollection properties = GetFilteredProperties(manager, value, filter).
Sort
();
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (5)
38
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.Properties.
Sort
().Cast<PropertyDescriptor>().Select(p => p.Name));
62
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.Properties.
Sort
().Cast<PropertyDescriptor>().Select(p => p.Name));
79
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.Properties.
Sort
().Cast<PropertyDescriptor>().Select(p => p.Name));
86
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.Properties.
Sort
().Cast<PropertyDescriptor>().Select(p => p.Name));
102
Assert.Equal(new string[] { "EnableInSituEditing", "GridSize", "ObjectBoundSmartTagAutoShow", "ShowGrid", "SnapToGrid", "UseOptimizedCodeGeneration", "UseSmartTags", "UseSnapLines" }, childCollection.Properties.
Sort
().Cast<PropertyDescriptor>().Select(p => p.Name));