1 write to propertyGrid1
WinFormsControlsTest (1)
MessageBoxes.Designer.cs (1)
35
this.
propertyGrid1
= new System.Windows.Forms.PropertyGrid();
12 references to propertyGrid1
WinFormsControlsTest (12)
MessageBoxes.cs (3)
45
propertyGrid1
.SelectedObject = _messgageBoxProxy;
50
foreach (Control control in
propertyGrid1
.Controls)
64
_btnOpen.Enabled =
propertyGrid1
.SelectedObject is not null;
MessageBoxes.Designer.cs (9)
40
this.
propertyGrid1
.CommandsBorderColor = System.Drawing.SystemColors.Control;
41
this.
propertyGrid1
.Dock = System.Windows.Forms.DockStyle.Fill;
42
this.
propertyGrid1
.Location = new System.Drawing.Point(171, 0);
43
this.
propertyGrid1
.Margin = new System.Windows.Forms.Padding(2);
44
this.
propertyGrid1
.Name = "propertyGrid1";
45
this.
propertyGrid1
.Size = new System.Drawing.Size(332, 430);
46
this.
propertyGrid1
.TabIndex = 0;
47
this.
propertyGrid1
.SelectedObjectsChanged += this.propertyGrid1_SelectedObjectsChanged;
54
this.Controls.Add(this.
propertyGrid1
);