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