public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/Share.xaml", System.UriKind.Relative)); this.Header = ((Drumble.UserControls.Header)(this.FindName("Header"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/TripDetails.xaml", System.UriKind.Relative)); this.Header = ((Drumble.UserControls.Header)(this.FindName("Header"))); this.Map = ((Microsoft.Phone.Controls.Maps.Map)(this.FindName("Map"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/Modes.xaml", System.UriKind.Relative)); this.Header = ((Drumble.UserControls.Header)(this.FindName("Header"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/WhereTo.xaml", System.UriKind.Relative)); this.Header = ((Drumble.UserControls.Header)(this.FindName("Header"))); this.AnnouncementStoryboard = ((System.Windows.Media.Animation.Storyboard)(this.FindName("AnnouncementStoryboard"))); this.AnnouncementImage = ((System.Windows.Controls.Image)(this.FindName("AnnouncementImage"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/About.xaml", System.UriKind.Relative)); this.Header = ((Drumble.UserControls.Header)(this.FindName("Header"))); this.VersionTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("VersionTextBlock"))); this.ReleaseDateTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ReleaseDateTextBlock"))); this.CompanyHyperlinkButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("CompanyHyperlinkButton"))); }