2 references to GetAbi
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\FundamentalMarshalers.cs (2)
25
public static unsafe void CopyAbi(char value, IntPtr dest) => *(ushort*)dest.ToPointer() =
GetAbi
(value).value;
26
public static Char FromManaged(char value) =>
GetAbi
(value);