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)
313if (_allowedInternalTypes == null) 319if (!_allowedInternalTypes.TryGetValue(type, out result)) 331_allowedInternalTypes.Add(type, result);