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