2 writes to _controlLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
184
_controlLabel
= label;
214
_controlLabel
= Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
212
if (
_controlLabel
== IntPtr.Zero && name != null && GetParent() == null)
220
if (
_controlLabel
!= IntPtr.Zero)
222
return AutomationInteropProvider.HostProviderFromHandle(
_controlLabel
);