4 references to CustomTypeToHelperTypeMappings
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (4)
27CustomTypeToHelperTypeMappings.Add(publicType, abiType); 44return CustomTypeToHelperTypeMappings.TryGetValue(publicType.GetGenericTypeDefinition(), out Type abiTypeDefinition) 48return CustomTypeToHelperTypeMappings.TryGetValue(publicType, out Type abiType) ? abiType : null; 212type = CustomTypeToHelperTypeMappings[CustomAbiTypeNameToTypeMappings[runtimeClassName]];