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