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