7 references to GetName
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
187
return dlgName.Equals(WindowsTabItem.
GetName
(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (6)
366
if (sTitle == WindowsTabItem.
GetName
(_hwnd, i, true))
706
if (!string.IsNullOrEmpty(WindowsTabItem.
GetName
(hwnd, i, true)))
909
_fIsContent = !string.IsNullOrEmpty(
GetName
(_hwnd, _item, true));
956
return !string.IsNullOrEmpty(
GetName
(_hwnd, _item, true));
987
return
GetName
(_hwnd, _item, _windowsForms == WindowsFormsHelper.FormControlState.True);
1326
string sName = WindowsTabItem.
GetName
(_hwnd, _item, true);