3 references to GetControlName
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
193
name = Misc.
GetControlName
(label, true);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
350
string sRawName = Misc.
GetControlName
(_hwnd, false);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
196
return Misc.
GetControlName
(Misc.GetLabelhwnd(_hwndEx), true);