1 write to _handle
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
60fixed (void* chars = value, header = &m._header, handle = &m._handle)
2 references to _handle
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
74public static IntPtr GetAbi(MarshalString m) => m is null ? IntPtr.Zero : m._handle; 76public static IntPtr GetAbi(object box) => box is null ? IntPtr.Zero : ((MarshalString)box)._handle;