3 references to ToolStripLabelAccessibleObject
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
323return new ToolStripLabelAccessibleObject(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
15public ToolStripStatusLabelAccessibleObject(ToolStripStatusLabel ownerItem) : base(ownerItem)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripLabel.ToolStripLabelAccessibleObjectTests.cs (1)
18ToolStripLabelAccessibleObject accessibleObject = new(toolStripLabel);