15 references to GuidGenerator
PresentationFramework (15)
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\ComWrappersSupport.cs (3)
122
IID =
GuidGenerator
.GetIID(ifaceAbiType),
133
IID =
GuidGenerator
.GetIID(compatibleIfaceAbiType),
143
IID =
GuidGenerator
.GetIID(obj.GetType()),
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (2)
56
public ObjectReference<T> As<T>() => As<T>(
GuidGenerator
.GetIID(typeof(T)));
64
public int TryAs<T>(out ObjectReference<T> objRef) => TryAs<T>(
GuidGenerator
.GetIID(typeof(T)), out objRef);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (6)
44
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(
GuidGenerator
.GetIID(typeof(IEnumerable<T>)));
60
public static string GetGuidSignature() =>
GuidGenerator
.GetSignature(typeof(IEnumerable<T>));
104
public static Guid PIID =
GuidGenerator
.CreateIID(typeof(IEnumerable<T>));
200
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(
GuidGenerator
.GetIID(typeof(IEnumerator<T>)));
219
public static string GetGuidSignature() =>
GuidGenerator
.GetSignature(typeof(IEnumerator<T>));
428
public static Guid PIID =
GuidGenerator
.CreateIID(typeof(IEnumerator<T>));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
39
obj is null ? null : ComWrappersSupport.CreateCCWForObject(obj).As<Vftbl>(
GuidGenerator
.GetIID(typeof(IReadOnlyList<T>)));
55
public static string GetGuidSignature() =>
GuidGenerator
.GetSignature(typeof(IReadOnlyList<T>));
218
public static Guid PIID =
GuidGenerator
.CreateIID(typeof(IReadOnlyList<T>));