2 instantiations of InterfaceTag
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);
175
public LanguageLayoutDirection LayoutDirection => AsInternal(new
InterfaceTag
<ILanguage2>()).LayoutDirection;
3 references to InterfaceTag
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (3)
163
private ILanguage AsInternal(
InterfaceTag
<ILanguage> _) => _default;
165
private ILanguageExtensionSubtags AsInternal(
InterfaceTag
<ILanguageExtensionSubtags> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguageExtensionSubtags(GetReferenceForQI());
169
private ILanguage2 AsInternal(
InterfaceTag
<ILanguage2> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage2(GetReferenceForQI());