1 implementation of ILanguageExtensionSubtags
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
475
internal class ILanguageExtensionSubtags : global::MS.Internal.WindowsRuntime.Windows.Globalization.
ILanguageExtensionSubtags
4 references to ILanguageExtensionSubtags
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (4)
158
private
ILanguageExtensionSubtags
AsInternal(InterfaceTag<
ILanguageExtensionSubtags
> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguageExtensionSubtags(GetReferenceForQI());
160
public global::System.Collections.Generic.IReadOnlyList<string> GetExtensionSubtags(string singleton) => AsInternal(new InterfaceTag<
ILanguageExtensionSubtags
>()).GetExtensionSubtags(singleton);
505
__value = global::WinRT.ComWrappersSupport.FindObject<global::MS.Internal.WindowsRuntime.Windows.Globalization.
ILanguageExtensionSubtags
>(thisPtr).GetExtensionSubtags(MarshalString.FromAbi(singleton));