1 write to propertyGrid2
Accessibility_Core_App (1)
RemainingControls.Designer.cs (1)
35
this.
propertyGrid2
= new System.Windows.Forms.PropertyGrid();
8 references to propertyGrid2
Accessibility_Core_App (8)
RemainingControls.cs (2)
23
foreach (ToolStripItem item in ((ToolStrip)
propertyGrid2
.Controls[3]).Items)
37
propertyGrid2
.SelectedObject = trackBar1;
RemainingControls.Designer.cs (6)
71
this.
propertyGrid2
.Location = new System.Drawing.Point(292, 80);
72
this.
propertyGrid2
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
73
this.
propertyGrid2
.Name = "propertyGrid2";
74
this.
propertyGrid2
.Size = new System.Drawing.Size(260, 282);
75
this.
propertyGrid2
.TabIndex = 6;
123
this.Controls.Add(this.
propertyGrid2
);