Stephane Delcroix

Results 49 comments of Stephane Delcroix

> it doesn't work what doesn't work ? #23195 and #11790 were already closed, and there's a test in #24688 showing that #23201 is fixed. do you have an issue...

and you can apply this to elements at any level, right ? I like the proposal, this was actually the very first suggestion that was made to implement safe area...

I'd add a breakpoint to figure out what clears the list...

> reaches a certain size what kind of size are talking about ?

@simonrozsival is this related to binding compilation ?

@simonrozsival I was able to find the root cause of this, it's because of the SetBinding change in ContentPresenter constructor. Changing it back to ```csharp public ContentPresenter() { #pragma warning...

@mgoertz-msft could you help here ? The problem is at this line (I suspect) ```csharp var location = projItem.RelativePath is not null ? Location.Create(projItem.RelativePath, new TextSpan(), new LinePositionSpan()) : null;...

Colors has both, but not Brush. so we should fix this in one way or another for consistency