3 references to GetControlName
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
204
name = Misc.
GetControlName
(label, true);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
357
string sRawName = Misc.
GetControlName
(_hwnd, false);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
209
return Misc.
GetControlName
(Misc.GetLabelhwnd(_hwndEx), true);