2 instantiations of InterfaceTag
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
167public global::System.Collections.Generic.IReadOnlyList<string> GetExtensionSubtags(string singleton) => AsInternal(new InterfaceTag<ILanguageExtensionSubtags>()).GetExtensionSubtags(singleton); 175public LanguageLayoutDirection LayoutDirection => AsInternal(new InterfaceTag<ILanguage2>()).LayoutDirection;
3 references to InterfaceTag
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
163private ILanguage AsInternal(InterfaceTag<ILanguage> _) => _default; 165private ILanguageExtensionSubtags AsInternal(InterfaceTag<ILanguageExtensionSubtags> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguageExtensionSubtags(GetReferenceForQI()); 169private ILanguage2 AsInternal(InterfaceTag<ILanguage2> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage2(GetReferenceForQI());