1 implementation of GetCodepointFromSurrogatePair
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
984
public unsafe uint
GetCodepointFromSurrogatePair
(uint highSurrogate, uint lowSurrogate)
2 references to GetCodepointFromSurrogatePair
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (2)
177
public static uint GetCodepointFromSurrogatePair(uint highSurrogate, uint lowSurrogate) => _IUnicodeCharactersStatics.Instance.
GetCodepointFromSurrogatePair
(highSurrogate, lowSurrogate);
651
__codepoint = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Data.Text.IUnicodeCharactersStatics>(thisPtr).
GetCodepointFromSurrogatePair
(highSurrogate, lowSurrogate);