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)
213if (_controlLabel == IntPtr.Zero && name != null && GetParent() == null) 221if (_controlLabel != IntPtr.Zero) 223return AutomationInteropProvider.HostProviderFromHandle(_controlLabel);