Julien Lebosquain

Results 177 comments of Julien Lebosquain

> Then when we override it in the inheriting class without implementing anything, it won't be so clear why. I thought that way it would be clearer. A simple comment...

I think there's a misunderstanding here, I was definitely not advocating on *never* calling the `base.OnPropertyChanged`, that would indeed break everything! Sorry if I wasn't clear. Not calling the base...

Yes, that's a general problems with overrides and I agree it can be a pain when you're class 3 and need to repeat a behavior from class 1 that have...

Correct me if I'm wrong, but since `GetTapSize()` is in device independent pixels, shouldn't its return value never change? The window itself is already scaled according to the current monitor's...

I had a look at the code and it's looking good to me. What's the final consensus about merging this?

Duplicate property, two cases: Attribute + element: ```xaml Red ``` Double elements: ```xaml Blue Red ``` Double attributes is already a XML parsing error.

> Possible null reference exception when adding Transition to the Transitions collection without initializing the collection first It would be nice to have dependency properties able to instantiate collections lazily...

`TemplateBinding` used outside of templates. I think I see this one in discussions or Telegram at least once a week :)

I can reproduce the issue consistently when the item to select has a width larger than the `ListBox` (by resizing the window enough). This causes the inner `ScrollViewer` (the `ListBox`'s...