WPF - InitializeComponent cannot be found Follow
Hi,
after trying out Avalonia and returning to WPF, the editor is telling me that "InitializeComponent" within my UserControls is not defined.
Example
Code Behind
XAML
Edit: Got it, just had to remove all Avalonia nuget references...
Please sign in to leave a comment.