Julien Lebosquain

Results 30 issues of 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...

area-perf
api

## 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...

area-xaml
backport-candidate-11.1.x

### 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:...

bug

## 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...

bug
area-animations
backport-candidate-11.1.x

## 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...

area-infrastructure

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...

enhancement
area-textprocessing

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...

enhancement
area-textprocessing

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...

enhancement

## 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...

bug
regression
backport-candidate-11.1.x
area-bindings