1 write to _masterTypeTable
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
62
_masterTypeTable
= new Dictionary<Type, XamlType>(256);
5 references to _masterTypeTable
PresentationFramework (5)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (5)
142
_masterTypeTable
.Add(bamlType.UnderlyingType, bamlType);
200
if (!
_masterTypeTable
.TryGetValue(type, out xamlType))
204
_masterTypeTable
.Add(type, xamlType);
217
if (!
_masterTypeTable
.TryGetValue(type, out xamlType))
240
_masterTypeTable
.Add(type, xamlType);