2 instantiations of ILanguage
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
101
return new global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
(ComWrappersSupport.GetObjectReferenceForInterface(ptr));
317
public 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)
69
private readonly Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
> _defaultLazy;
71
private global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
_default => _defaultLazy.Value;
97
public Language(string languageTag) : this(((Func<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
>)(() => {
136
return obj is Language ? (Language)obj : new Language((global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
)obj);
139
public Language(global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
ifc)
141
_defaultLazy = new Lazy<global::MS.Internal.WindowsRuntime.ABI.Windows.Globalization.
ILanguage
>(() => ifc);
317
public static implicit operator
ILanguage
(IObjectReference obj) => (obj != null) ? new ILanguage(obj) : null;
835
public static IObjectReference CreateMarshaler(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? null : MarshalInspectable.CreateMarshaler(obj).As<
ILanguage
.Vftbl>();