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