1 write to _allowedInternalTypes
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
315
_allowedInternalTypes
= new Dictionary<Type, XamlType>();
3 references to _allowedInternalTypes
PresentationFramework (3)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (3)
313
if (
_allowedInternalTypes
== null)
319
if (!
_allowedInternalTypes
.TryGetValue(type, out result))
331
_allowedInternalTypes
.Add(type, result);