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