6 references to Projections
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (3)
106if (Projections.IsTypeWindowsRuntimeType(iface)) 117&& Projections.TryGetCompatibleWindowsRuntimeTypeForVariantType(iface, out var compatibleIface)) 158type = Projections.FindCustomPublicTypeForAbiType(type) ?? type.Assembly.GetType(type.FullName.Substring("ABI.".Length)) ?? type;
MS\Internal\WindowsRuntime\Generated\WinRT\GuidGenerator.cs (1)
90if (Projections.TryGetDefaultInterfaceTypeForRuntimeClassType(type, out Type iface))
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
935else if (Projections.TryGetMarshalerTypeForProjectedRuntimeClass(objRef, out Type type))
MS\Internal\WindowsRuntime\Generated\WinRT\TypeExtensions.cs (1)
17Type customMapping = Projections.FindCustomHelperTypeMapping(type);