1 write to propertyGrid1
WinFormsControlsTest (1)
CollectionEditors.Designer.cs (1)
38this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
7 references to propertyGrid1
WinFormsControlsTest (7)
CollectionEditors.cs (1)
41propertyGrid1.SelectedObject = sender;
CollectionEditors.Designer.cs (6)
80this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 83this.propertyGrid1.Location = new System.Drawing.Point(132, 37); 84this.propertyGrid1.Name = "propertyGrid1"; 85this.propertyGrid1.Size = new System.Drawing.Size(357, 254); 86this.propertyGrid1.TabIndex = 6; 111this.Controls.Add(this.propertyGrid1);