9 references to GetIID
PresentationFramework (9)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (1)
1585managedDelegate is null ? null : ComWrappersSupport.CreateCCWForObject(managedDelegate).As<global::WinRT.Interop.IDelegateVftbl>(GuidGenerator.GetIID(typeof(WordSegmentsTokenizingHandler)));
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (3)
111IID = GuidGenerator.GetIID(ifaceAbiType), 122IID = GuidGenerator.GetIID(compatibleIfaceAbiType), 132IID = GuidGenerator.GetIID(obj.GetType()),
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (2)
51public ObjectReference<T> As<T>() => As<T>(GuidGenerator.GetIID(typeof(T))); 59public int TryAs<T>(out ObjectReference<T> objRef) => TryAs<T>(GuidGenerator.GetIID(typeof(T)), out objRef);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
38obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerable<T>))); 194obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IEnumerator<T>)));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
33obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(GuidGenerator.GetIID(typeof(IReadOnlyList<T>)));