1 reference to FromManaged
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\FundamentalMarshalers.cs (1)
14
public static unsafe void CopyManaged(bool arg, IntPtr dest) => *(byte*)dest.ToPointer() =
FromManaged
(arg).value;