7 references to GetName
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
204return dlgName.Equals(WindowsTabItem.GetName(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (6)
372if (sTitle == WindowsTabItem.GetName(_hwnd, i, true)) 711if (!string.IsNullOrEmpty(WindowsTabItem.GetName(hwnd, i, true))) 914_fIsContent = !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 961return !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 992return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.FormControlState.True); 1331string sName = WindowsTabItem.GetName(_hwnd, _item, true);