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