1 instantiation of PropertyGridToolStripButton
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1709
PropertyGridToolStripButton button =
new
(this, useRadioButtonRole)
6 references to PropertyGridToolStripButton
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1703
private
PropertyGridToolStripButton
CreatePushButton(
1709
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)
System.Windows.Forms.Tests (2)
System\Windows\Forms\PropertyGridToolStripButtonTests.cs (2)
16
Assert.IsType<
PropertyGridToolStripButton
.PropertyGridToolStripButtonAccessibleObject>(toolStripButtons[0].AccessibilityObject);
17
Assert.IsType<
PropertyGridToolStripButton
.PropertyGridToolStripButtonAccessibleObject>(toolStripButtons[1].AccessibilityObject);