7 references to GetName
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
187return dlgName.Equals(WindowsTabItem.GetName(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (6)
370if (sTitle == WindowsTabItem.GetName(_hwnd, i, true)) 710if (!string.IsNullOrEmpty(WindowsTabItem.GetName(hwnd, i, true))) 913_fIsContent = !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 960return !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 991return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.FormControlState.True); 1330string sName = WindowsTabItem.GetName(_hwnd, _item, true);