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)
83
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
95
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
111
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
123
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
139
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
145
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
161
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
173
Assert.Equal(PropertySort.
CategorizedAlphabetical
, propertyGrid.PropertySort);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
276
_propertyGrid.PropertySort.Should().Be(PropertySort.
CategorizedAlphabetical
);