1 write to propertyGrid1
Accessibility_Core_App (1)
RemainingControls.Designer.cs (1)
34this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
8 references to propertyGrid1
Accessibility_Core_App (8)
RemainingControls.cs (2)
13foreach (ToolStripItem item in ((ToolStrip)propertyGrid1.Controls[3]).Items) 36propertyGrid1.SelectedObject = domainUpDown1;
RemainingControls.Designer.cs (6)
63this.propertyGrid1.Location = new System.Drawing.Point(19, 80); 64this.propertyGrid1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 65this.propertyGrid1.Name = "propertyGrid1"; 66this.propertyGrid1.Size = new System.Drawing.Size(266, 282); 67this.propertyGrid1.TabIndex = 5; 124this.Controls.Add(this.propertyGrid1);