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);
205
if (!
_masterTypeTable
.TryGetValue(type, out xamlType))
209
_masterTypeTable
.Add(type, xamlType);
222
if (!
_masterTypeTable
.TryGetValue(type, out xamlType))
245
_masterTypeTable
.Add(type, xamlType);