public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Gumshoe;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel"))); this.GumQueue = ((System.Windows.Controls.ListBox)(this.FindName("GumQueue"))); this.Board = ((Gumshoe.Views.Board)(this.FindName("Board"))); }