4 references to CustomTypeToHelperTypeMappings
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (4)
27
CustomTypeToHelperTypeMappings
.Add(publicType, abiType);
44
return
CustomTypeToHelperTypeMappings
.TryGetValue(publicType.GetGenericTypeDefinition(), out Type abiTypeDefinition)
48
return
CustomTypeToHelperTypeMappings
.TryGetValue(publicType, out Type abiType) ? abiType : null;
212
type =
CustomTypeToHelperTypeMappings
[CustomAbiTypeNameToTypeMappings[runtimeClassName]];