2 writes to _controlLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
185
_controlLabel
= label;
215
_controlLabel
= Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
213
if (
_controlLabel
== IntPtr.Zero && name != null && GetParent() == null)
221
if (
_controlLabel
!= IntPtr.Zero)
223
return AutomationInteropProvider.HostProviderFromHandle(
_controlLabel
);