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