6 references to As
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1585
managedDelegate is null ? null : ComWrappersSupport.CreateCCWForObject(managedDelegate).
As
<global::WinRT.Interop.IDelegateVftbl>(GuidGenerator.GetIID(typeof(WordSegmentsTokenizingHandler)));
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (2)
51
public ObjectReference<T> As<T>() =>
As
<T>(GuidGenerator.GetIID(typeof(T)));
73
public unsafe IObjectReference As(Guid iid) =>
As
<IUnknownVftbl>(iid);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
38
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).
As
<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerable<T>)));
194
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).
As
<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerator<T>)));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
33
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).
As
<Vftbl>(GuidGenerator.GetIID(typeof(IReadOnlyList<T>)));