2 references to 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;