7 references to GetName
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
192return dlgName.Equals(WindowsTabItem.GetName(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (6)
374if (sTitle == WindowsTabItem.GetName(_hwnd, i, true)) 713if (!string.IsNullOrEmpty(WindowsTabItem.GetName(hwnd, i, true))) 916_fIsContent = !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 963return !string.IsNullOrEmpty(GetName(_hwnd, _item, true)); 994return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.FormControlState.True); 1333string sName = WindowsTabItem.GetName(_hwnd, _item, true);