1 instantiation of LabelEditUiaTextProvider
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
22
_textProvider =
new
(owningControl, labelEdit, this);
1 reference to LabelEditUiaTextProvider
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
13
private readonly
LabelEditUiaTextProvider
_textProvider;