后台代码

WindowsFormsHost host = new WindowsFormsHost();
System.Windows.Forms.PictureBox picture = new System.Windows.Forms.PictureBox();
host.Child = picture;
this.grid.Children.Add(host);