1 type derived from ToolStripLabelAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
11internal class ToolStripStatusLabelAccessibleObject : ToolStripLabelAccessibleObject
2 instantiations of ToolStripLabelAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
323return new ToolStripLabelAccessibleObject(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (1)
18ToolStripLabelAccessibleObject accessibleObject = new(toolStripLabel);
1 reference to ToolStripLabelAccessibleObject
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (1)
18ToolStripLabelAccessibleObject accessibleObject = new(toolStripLabel);