2 references to WouldBeVisible
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
399
public virtual bool CanShowCommands => _commandsPane.
WouldBeVisible
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
48
Visible = value &&
WouldBeVisible
;