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