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