5 references to PtrToStringAuto
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
278
printerName = Marshal.
PtrToStringAuto
(pDevNames + devNamesOffset);
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
422
return Marshal.
PtrToStringAuto
(nameOffset);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
39
string? result = Marshal.
PtrToStringAuto
(arg);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4363
_propertyName = Marshal.
PtrToStringAuto
((nint)cds->lpData);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\SafeCoTaskMem.cs (1)
23
return Marshal.
PtrToStringAuto
(handle);