3 references to CustomAbiTypeToTypeMappings
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (3)
28
CustomAbiTypeToTypeMappings
.Add(abiType, publicType);
63
return
CustomAbiTypeToTypeMappings
.TryGetValue(abiType.GetGenericTypeDefinition(), out Type publicTypeDefinition)
67
return
CustomAbiTypeToTypeMappings
.TryGetValue(abiType, out Type publicType) ? publicType : null;