4 writes to HelpVisible
System.Web.Mobile (2)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
165
this._pgProperties.
HelpVisible
= false;
UI\MobileControls\Design\StylesEditorDialog.cs (1)
295
_propertyBrowser.
HelpVisible
= false;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2692
this.
HelpVisible
= (val != null && val.ToString().Equals("1"));
2726
this.
HelpVisible
= true;
3 references to HelpVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
4228
optRoot.SetValue("PbrsShowDesc", (this.
HelpVisible
? "1" : "0"));
5546
if (_owningPropertyGrid.
HelpVisible
) {
5574
if (_owningPropertyGrid.
HelpVisible
) {