29 references to CommandsVisible
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (2)
128if (owningPropertyGrid.CommandsVisible) 172if (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)
69Assert.False(control.CommandsVisible); 1373Assert.False(control.CommandsVisible); 1380Assert.False(control.CommandsVisible); 1387Assert.False(control.CommandsVisible); 1415Assert.False(control.CommandsVisible); 1425Assert.False(control.CommandsVisible); 1435Assert.False(control.CommandsVisible); 1991Assert.False(control.CommandsVisible); 1998Assert.False(control.CommandsVisible); 2005Assert.False(control.CommandsVisible); 2039Assert.False(control.CommandsVisible); 2049Assert.False(control.CommandsVisible); 2059Assert.False(control.CommandsVisible); 2083Assert.False(control.CommandsVisible); 2090Assert.False(control.CommandsVisible); 2097Assert.False(control.CommandsVisible); 2125Assert.False(control.CommandsVisible); 2135Assert.False(control.CommandsVisible); 2145Assert.False(control.CommandsVisible); 3103Assert.False(control.CommandsVisible); 3111Assert.False(control.CommandsVisible); 3119Assert.False(control.CommandsVisible); 3149Assert.False(control.CommandsVisible); 3160Assert.False(control.CommandsVisible); 3171Assert.False(control.CommandsVisible);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
70_propertyGrid.CommandsVisible.Should().BeFalse();