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