29 references to CommandsVisible
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (2)
130
if (owningPropertyGrid.
CommandsVisible
)
174
if (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)
67
Assert.False(control.
CommandsVisible
);
1371
Assert.False(control.
CommandsVisible
);
1378
Assert.False(control.
CommandsVisible
);
1385
Assert.False(control.
CommandsVisible
);
1413
Assert.False(control.
CommandsVisible
);
1423
Assert.False(control.
CommandsVisible
);
1433
Assert.False(control.
CommandsVisible
);
1989
Assert.False(control.
CommandsVisible
);
1996
Assert.False(control.
CommandsVisible
);
2003
Assert.False(control.
CommandsVisible
);
2037
Assert.False(control.
CommandsVisible
);
2047
Assert.False(control.
CommandsVisible
);
2057
Assert.False(control.
CommandsVisible
);
2081
Assert.False(control.
CommandsVisible
);
2088
Assert.False(control.
CommandsVisible
);
2095
Assert.False(control.
CommandsVisible
);
2123
Assert.False(control.
CommandsVisible
);
2133
Assert.False(control.
CommandsVisible
);
2143
Assert.False(control.
CommandsVisible
);
3101
Assert.False(control.
CommandsVisible
);
3109
Assert.False(control.
CommandsVisible
);
3117
Assert.False(control.
CommandsVisible
);
3147
Assert.False(control.
CommandsVisible
);
3158
Assert.False(control.
CommandsVisible
);
3169
Assert.False(control.
CommandsVisible
);
System.Windows.Forms.UI.IntegrationTests (1)
PropertyGridTests.cs (1)
70
_propertyGrid.
CommandsVisible
.Should().BeFalse();