3 references to CustomAbiTypeNameToTypeMappings
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (3)
30CustomAbiTypeNameToTypeMappings.Add(winrtTypeName, publicType); 80return CustomAbiTypeNameToTypeMappings.TryGetValue(abiTypeName, out Type type) ? type : null; 212type = CustomTypeToHelperTypeMappings[CustomAbiTypeNameToTypeMappings[runtimeClassName]];