1 write to _masterTypeTable
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
63_masterTypeTable = new Dictionary<Type, XamlType>(256);
5 references to _masterTypeTable
PresentationFramework (5)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (5)
143_masterTypeTable.Add(bamlType.UnderlyingType, bamlType); 205if (!_masterTypeTable.TryGetValue(type, out xamlType)) 209_masterTypeTable.Add(type, xamlType); 222if (!_masterTypeTable.TryGetValue(type, out xamlType)) 245_masterTypeTable.Add(type, xamlType);