7 references to CreateCCWForObject
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1592
managedDelegate is null ? null : ComWrappersSupport.
CreateCCWForObject
(managedDelegate).As<global::WinRT.Interop.IDelegateVftbl>(GuidGenerator.GetIID(typeof(WordSegmentsTokenizingHandler)));
MS\Internal\WindowsRuntime\Generated\WinRT\ExceptionHelpers.cs (2)
193
using var managedExceptionWrapper = ComWrappersSupport.
CreateCCWForObject
(ex);
199
using var iErrorInfo = ComWrappersSupport.
CreateCCWForObject
(new ManagedExceptionErrorInfo(ex));
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
925
return ComWrappersSupport.
CreateCCWForObject
(o);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
44
obj is null ? null : ComWrappersSupport.
CreateCCWForObject
(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerable<T>)));
200
obj is null ? null : ComWrappersSupport.
CreateCCWForObject
(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerator<T>)));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
39
obj is null ? null : ComWrappersSupport.
CreateCCWForObject
(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IReadOnlyList<T>)));