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