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