5 references to GetAccessibleName
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
184name = GetAccessibleName(NativeMethods.CHILD_SELF); 223name = GetAccessibleName(NativeMethods.CHILD_SELF);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
985string name = GetAccessibleName(_item + 1);
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
275name = GetAccessibleName(NativeMethods.CHILD_SELF); 622string name = GetAccessibleName(_item + 1);