4 writes to CommandsVisibleIfAvailable
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
164this._pgProperties.CommandsVisibleIfAvailable = false;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2695this.CommandsVisibleIfAvailable = (val != null && val.ToString().Equals("1")); 2727this.CommandsVisibleIfAvailable = false;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
243this.propertiesGrid.CommandsVisibleIfAvailable = true;
1 reference to CommandsVisibleIfAvailable
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4229optRoot.SetValue("PbrsShowCommands", (this.CommandsVisibleIfAvailable ? "1" : "0"));