2 instantiations of ILanguage
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
102return new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage(ComWrappersSupport.GetObjectReferenceForInterface(ptr)); 318public static implicit operator ILanguage(IObjectReference obj) => (obj != null) ? new ILanguage(obj) : null;
8 references to ILanguage
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (8)
70private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage> _defaultLazy; 72private global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage _default => _defaultLazy.Value; 98public Language(string languageTag) : this(((Func<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage>)(() => { 137return obj is Language ? (Language)obj : new Language((global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage)obj); 140public Language(global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage ifc) 142_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.ILanguage>(() => ifc); 318public static implicit operator ILanguage(IObjectReference obj) => (obj != null) ? new ILanguage(obj) : null; 836public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<ILanguage.Vftbl>();