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