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