2 references to ToolStripLabelAccessibleObject
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripLabel.cs (1)
326
return new
ToolStripLabelAccessibleObject
(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripStatusLabel.ToolStripStatusLabelAccessibleObject.cs (1)
15
public ToolStripStatusLabelAccessibleObject(ToolStripStatusLabel ownerItem) :
base
(ownerItem)