WPF – Adding Controls
Using Drag and Drop
In the designer, click the “Toolbox” in the Left side Panel.
Drag the name of the control onto the Form

Using XAML Panel
You insert controls by writing in the xaml parent
Using xaml you can insert controls that are not available in the toolbox panel, like styles and data templates
