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