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)
310if (_allowedInternalTypes == null) 316if (!_allowedInternalTypes.TryGetValue(type, out result)) 328_allowedInternalTypes.Add(type, result);