C
C#14mo ago
Honza K.

❔ Intellisense not showing styles for custom controls

Hi, we're using ModernWpf library and we have our own styles for some of their controls, for example hyperlink button, and intellisense in xaml is not showing the styles for this control, why is that? We have our own WPF controls library with custom styles (just like ModernWpf is) that is built on top of ModernWpf, but in the actual WPF application intellisense is not suggesting styles that are for ModernWpf custom controls. Everything is correctly done in app.xaml, designer itself is working great with our styles (had to edit ModernWpf tho), but our styles for ModernWpf controls are not suggested when writign xaml... Any idea why?
2 Replies
Denis
Denis14mo ago
In general, XAML intellisense is pretty funky, and, more often than not, it just doesn't work for me.
Accord
Accord14mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.