❔ 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