2 references to GetUnsafeText
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
725
return Misc.
GetUnsafeText
(hwnd, NativeMethods.CB_GETLBTEXT, new IntPtr(index), len);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
748
string text = Misc.
GetUnsafeText
(_hwnd, NativeMethods.LB_GETTEXT, new IntPtr(_item), iTextLen);