2 writes to HelpVisible
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2283HelpVisible = true; 2295HelpVisible = value is not null && value.ToString()!.Equals("1");
4 references to HelpVisible
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2271key.SetValue(RegistryStateNames.HelpVisible, HelpVisible ? "1" : "0");
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyGridAccessibleObject.cs (2)
138if (owningPropertyGrid.HelpVisible) 177if (owningPropertyGrid.HelpVisible)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
13/// <see cref="PropertyGrid.HelpVisible"/> controls the visibility of this control.