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