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