5 references to PtrToStringAuto
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
278printerName = Marshal.PtrToStringAuto(pDevNames + devNamesOffset);
PresentationUI (1)
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
422return Marshal.PtrToStringAuto(nameOffset);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
39string? 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)
23return Marshal.PtrToStringAuto(handle);