2 references to LabelAccessibleObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (1)
1116
return new
LabelAccessibleObject
(this);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2643
public LinkLabelAccessibleObject(LinkLabel owner) :
base
(owner) {