Julien Lebosquain
Julien Lebosquain
## What does the pull request do? This PR adds new `Interactive.RaiseEvent()` overloads which avoid creating an event route and the corresponding event arguments if there are no listeners for...
## What does the pull request do? This PR fixes a bug where parent nodes for deferred content were reversed after #15070. Unit tests have been added. ## What is...
### Describe the bug When a `CalendarDatePicker` gets hidden, its date dropdown stays open. It should be closed instead. `ComboBox` does this correctly. ### To Reproduce XAML: ```xaml ``` Code-behind:...
## What does the pull request do? This PR fixes the handling of animations having progress values < 0, which was broken after #13775. This happens with some easings such...
## What does the pull request do? This PR ensures that the configured NuGet global packages folder is respected in the `BuildToNuGetCache` build target, whether it's set via `NuGet.config` or...
If a unique font file is specified as a `FontFamily`, don't require the user to specify the matching font family name. Instead load the only font that matches. If the...
When loading a font file by family name, it would be awesome to have some optional verbose logging to diagnose font issues, or a better exception than *Could not create...
It's spring, warnings again are blooming, now's the time for fixing! Noteworthy changes: - Base: remove internal `Obsolete` attributes on `ValueStore` (with @grokys' approval). - RenderTests: updated ImageSharp to 2.1.8...
## What does the pull request do? This PR fixes bindings that are directly bound to a data context without any property path (e.g. `{Binding}`). #13970 / v11.1 introduced a...