public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/MassiveAttack;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.Pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot"))); this.Button = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Button"))); this.playButton = ((System.Windows.Controls.Button)(this.FindName("playButton"))); this.bigButton1 = ((MassiveAttack.BigButton)(this.FindName("bigButton1"))); this.Drawer = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Drawer"))); this.listBox1 = ((System.Windows.Controls.ListBox)(this.FindName("listBox1"))); }