2 references to ToolStripLabelAccessibleObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
292
return new
ToolStripLabelAccessibleObject
(this);
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
251
public ToolStripStatusLabelAccessibleObject(ToolStripStatusLabel ownerItem) :
base
(ownerItem) {