2 references to GetAbi
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\FundamentalMarshalers.cs (2)
12public static unsafe void CopyAbi(bool value, IntPtr dest) => *(byte*)dest.ToPointer() = GetAbi(value).value; 13public static Boolean FromManaged(bool value) => GetAbi(value);