1 write to _masterTypeTable
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
57_masterTypeTable = new Dictionary<Type, XamlType>(256);
5 references to _masterTypeTable
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (5)
137_masterTypeTable.Add(bamlType.UnderlyingType, bamlType); 195if (!_masterTypeTable.TryGetValue(type, out xamlType)) 199_masterTypeTable.Add(type, xamlType); 212if (!_masterTypeTable.TryGetValue(type, out xamlType)) 235_masterTypeTable.Add(type, xamlType);