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