9 writes to PropertySort
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
234
PropertySort
= PropertySort.Categorized | PropertySort.Alphabetical;
System.Windows.Forms.Tests (7)
System\Windows\Forms\PropertyGridTests.cs (7)
2320
PropertySort
= value
2327
control.
PropertySort
= value;
2345
control.
PropertySort
= value;
2353
control.
PropertySort
= value;
4016
propertyGrid.
PropertySort
= PropertySort.Alphabetical;
4019
propertyGrid.
PropertySort
= PropertySort.Categorized;
4023
propertyGrid.
PropertySort
= PropertySort.Alphabetical;
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
278
_propertyGrid.
PropertySort
= PropertySort.Alphabetical;
18 references to PropertySort
System.Windows.Forms.Tests (16)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs (11)
81
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
87
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
93
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
109
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
115
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
121
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
137
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
143
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
159
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
165
Assert.Equal(PropertySort.Alphabetical, propertyGrid.
PropertySort
);
171
Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.
PropertySort
);
System\Windows\Forms\PropertyGridTests.cs (5)
133
Assert.Equal(PropertySort.Categorized | PropertySort.Alphabetical, control.
PropertySort
);
2323
Assert.Equal(value, control.
PropertySort
);
2328
Assert.Equal(value, control.
PropertySort
);
2346
Assert.Equal(value, control.
PropertySort
);
2354
Assert.Equal(value, control.
PropertySort
);
System.Windows.Forms.UI.IntegrationTests (2)
PropertyGridTests.cs (2)
276
_propertyGrid.
PropertySort
.Should().Be(PropertySort.CategorizedAlphabetical);
279
_propertyGrid.
PropertySort
.Should().Be(PropertySort.Alphabetical);