Matt Lacey

Results 420 comments of Matt Lacey

That trying to open multiple dialogs causes a crash is a bug and should be treated as such. I'm not convinced by the rationale for adding this. - How does...

This should probably also x-Ref https://github.com/microsoft/microsoft-ui-xaml/issues/885

This is still happening in VS17.13.0 preview 1.0 Moving to back burner as can find no APIs providing a way to control above line adornments when lines are wrapped.

New version (in the marketplace now) should fix this. sorry.

There's another workaround. On app startup, you can set `FrameworkElement.LanguageProperty.OverrideMetadata(typeof(FrameworkElement), new FrameworkPropertyMetadata(XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.Name)));` The bigger issue is that the default language for `FrameworkElement` is "en-us" when it should be `CultureInfo.CurrentCulture`. The...

> > There's another workaround. On app startup, you can set [default Language based on CurrentUICulture] > > Considering that the culture is used for formatting in bindings I don't...

Hi @alm-ampler, this extension is intended to show colour values in the source code at design time. I would often have to work with code that used a color name...

Follow-on from #21

I have a different solution for visualizing colors inside a Resource Dictionary. - (Not yet public. I'm a tease I know) As that's not a C# thing it won't come...

This may look like it should be a simple change, but it has big issues with how everything works internally with the wizard. It's not just that there are the...