- I created new solution and project in the "Blend for Visual Studio 2022".
- There is a "MainWindow.xaml" file and I can place some controls such as Button, Checkbox, etc.
- I select all controls and click the mouse right button. And then menu is popped-up.
- I click the menu "Create as a UserControl...".
- I typed name of user control like a "MyUserControl" and click "OK" button.
- Nothing happened.
I expected the user control is created by automatically. But the user control is not created. Is it a bug in the Blend for Visual Studio 2022 version? As I remember, it works properly in the older version of "Microsoft Expression Blend".