2 references to ToolStripStatusLabelAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.cs (1)
63return new ToolStripStatusLabelAccessibleObject(this);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObjectTests.cs (1)
17ToolStripStatusLabelAccessibleObject accessibleObject = new(toolStripStatusLabel);