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