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