10 references to CategorizedAlphabetical
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
828
[DefaultValue(PropertySort.
CategorizedAlphabetical
)]
System.Windows.Forms.Tests (8)
System\Windows\Forms\AccessibleObjects\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObjectTests.cs (8)
81
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
93
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
109
Assert.Equal(PropertySort.
CategorizedAlphabetical
, 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);
171
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
276
_propertyGrid.PropertySort.Should().Be(PropertySort.
CategorizedAlphabetical
);