3 references to CustomTypeToAbiTypeNameMappings
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (3)
29CustomTypeToAbiTypeNameMappings.Add(publicType, winrtTypeName); 93return CustomTypeToAbiTypeNameMappings.TryGetValue(type, out string typeName) ? typeName : null; 128return CustomTypeToAbiTypeNameMappings.ContainsKey(type)