3 references to CreateIID
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
98public static Guid PIID = GuidGenerator.CreateIID(typeof(IEnumerable<T>)); 422public static Guid PIID = GuidGenerator.CreateIID(typeof(IEnumerator<T>));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
212public static Guid PIID = GuidGenerator.CreateIID(typeof(IReadOnlyList<T>));