2 writes to _controlLabel
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
207_controlLabel = label; 237_controlLabel = Misc.GetLabelhwnd(_hwnd);
3 references to _controlLabel
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (3)
235if (_controlLabel == IntPtr.Zero && name != null && GetParent() == null) 243if (_controlLabel != IntPtr.Zero) 245return AutomationInteropProvider.HostProviderFromHandle(_controlLabel);