2 instantiations of ILanguage2
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
169
private ILanguage2 AsInternal(InterfaceTag<ILanguage2> _) => new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage2
(GetReferenceForQI());
452
public static implicit operator ILanguage2(IObjectReference obj) => (obj != null) ? new
ILanguage2
(obj) : null;
1 reference to ILanguage2
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
452
public static implicit operator
ILanguage2
(IObjectReference obj) => (obj != null) ? new ILanguage2(obj) : null;