2 writes to _controlLabel
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
196_controlLabel = label; 226_controlLabel = Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
224if (_controlLabel == IntPtr.Zero && name != null && GetParent() == null) 232if (_controlLabel != IntPtr.Zero) 234return AutomationInteropProvider.HostProviderFromHandle(_controlLabel);