3 references to GetControlName
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
204name = Misc.GetControlName(label, true);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
357string sRawName = Misc.GetControlName(_hwnd, false);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
209return Misc.GetControlName(Misc.GetLabelhwnd(_hwndEx), true);