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