1 implementation of GetExtensionSubtags
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
538
public unsafe global::System.Collections.Generic.IReadOnlyList<string>
GetExtensionSubtags
(string singleton)
2 references to GetExtensionSubtags
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
167
public global::System.Collections.Generic.IReadOnlyList<string> GetExtensionSubtags(string singleton) => AsInternal(new InterfaceTag<ILanguageExtensionSubtags>()).
GetExtensionSubtags
(singleton);
512
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Globalization.ILanguageExtensionSubtags>(thisPtr).
GetExtensionSubtags
(MarshalString.FromAbi(singleton));