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