6 references to string
PresentationCore (1)
System\Windows\dataobject.cs (1)
3150stringData = new string((sbyte*)ptr);
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetUnixVersion.cs (1)
44return new string((sbyte*)ptr);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
40return new string((sbyte*)ptr);
src\System\StubHelpers.cs (2)
121return new string((sbyte*)cstr); 429return new string((sbyte*)bstr);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
660text = new string((sbyte*)globalMem);