Browse Source
The change in the previous commit to create a new `AvaloniaXamlSchemaContext` for each instance of `AvaloniaXamlLoader` had a negative performance effect. Instead, keep two instances of the schema context around: one for normal loading and one for design-time loading.pull/2307/head
2 changed files with 39 additions and 17 deletions
Loading…
Reference in new issue