29 references to CommandsVisible
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (2)
130if (owningPropertyGrid.CommandsVisible) 174if (owningPropertyGrid.CommandsVisible)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
24/// <see cref="PropertyGrid.CommandsVisible"/> controls the visibility of this control.
System.Windows.Forms.Tests (25)
System\Windows\Forms\PropertyGridTests.cs (25)
67Assert.False(control.CommandsVisible); 1371Assert.False(control.CommandsVisible); 1378Assert.False(control.CommandsVisible); 1385Assert.False(control.CommandsVisible); 1413Assert.False(control.CommandsVisible); 1423Assert.False(control.CommandsVisible); 1433Assert.False(control.CommandsVisible); 1989Assert.False(control.CommandsVisible); 1996Assert.False(control.CommandsVisible); 2003Assert.False(control.CommandsVisible); 2037Assert.False(control.CommandsVisible); 2047Assert.False(control.CommandsVisible); 2057Assert.False(control.CommandsVisible); 2081Assert.False(control.CommandsVisible); 2088Assert.False(control.CommandsVisible); 2095Assert.False(control.CommandsVisible); 2123Assert.False(control.CommandsVisible); 2133Assert.False(control.CommandsVisible); 2143Assert.False(control.CommandsVisible); 3101Assert.False(control.CommandsVisible); 3109Assert.False(control.CommandsVisible); 3117Assert.False(control.CommandsVisible); 3147Assert.False(control.CommandsVisible); 3158Assert.False(control.CommandsVisible); 3169Assert.False(control.CommandsVisible);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
70_propertyGrid.CommandsVisible.Should().BeFalse();