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)
81Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 93Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 109Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 121Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 137Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 143Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 159Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort); 171Assert.Equal(PropertySort.CategorizedAlphabetical, propertyGrid.PropertySort);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
276_propertyGrid.PropertySort.Should().Be(PropertySort.CategorizedAlphabetical);