1 implementation of ILanguageExtensionSubtags
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
482
internal class ILanguageExtensionSubtags : global::MS.Internal.WindowsRuntime.Windows.Globalization.
ILanguageExtensionSubtags
4 references to ILanguageExtensionSubtags
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (4)
165
private
ILanguageExtensionSubtags
AsInternal(InterfaceTag<
ILanguageExtensionSubtags
> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguageExtensionSubtags(GetReferenceForQI());
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));