1 instantiation of PropertyGridToolStripButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1711PropertyGridToolStripButton button = new(this, useRadioButtonRole)
4 references to PropertyGridToolStripButton
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1705private PropertyGridToolStripButton CreatePushButton( 1711PropertyGridToolStripButton button = new(this, useRadioButtonRole)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (2)
13private readonly PropertyGridToolStripButton _owningPropertyGridToolStripButton; 15public PropertyGridToolStripButtonAccessibleObject(PropertyGridToolStripButton owningToolStripButton) : base(owningToolStripButton)