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