1 write to _pgProperties
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
140this._pgProperties = new System.Windows.Forms.PropertyGrid();
17 references to _pgProperties
System.Web.Mobile (17)
UI\MobileControls\Design\PropertyOverridesDialog.cs (17)
129this._pgProperties.TabIndex = ++tabOffset; 158this._pgProperties, 164this._pgProperties.CommandsVisibleIfAvailable = false; 165this._pgProperties.HelpVisible = false; 166this._pgProperties.LargeButtons = false; 167this._pgProperties.LineColor = System.Drawing.SystemColors.ScrollBar; 168this._pgProperties.Location = new System.Drawing.Point(0, 64); 169this._pgProperties.PropertySort = System.Windows.Forms.PropertySort.Alphabetical; 170this._pgProperties.Size = new System.Drawing.Size(275, 220); 171this._pgProperties.Text = "PropertyGrid"; 172this._pgProperties.ToolbarVisible = false; 173this._pgProperties.ViewBackColor = System.Drawing.SystemColors.Window; 174this._pgProperties.ViewForeColor = System.Drawing.SystemColors.WindowText; 175this._pgProperties.PropertyValueChanged += new PropertyValueChangedEventHandler(this.OnPropertyValueChanged); 313_pgProperties.SelectedObject = 319_pgProperties.SelectedObject = null; 322_pgProperties.Enabled = isChoiceSelected;