Inheritance: System.Windows.Controls.UserControl
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GPS;component/OcrMainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.HawaiiAppIdErrorArea = ((System.Windows.Controls.Grid)(this.FindName("HawaiiAppIdErrorArea")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.mainPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("mainPivot")));
     this.photoSelector = ((GPS.Controls.PhotoSelector)(this.FindName("photoSelector")));
     this.appBarSimpleMode = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarSimpleMode")));
     this.appBarDetailedMode = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarDetailedMode")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GPS;component/OcrMainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel           = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle     = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.HawaiiAppIdErrorArea = ((System.Windows.Controls.Grid)(this.FindName("HawaiiAppIdErrorArea")));
     this.ContentPanel         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.mainPivot            = ((Microsoft.Phone.Controls.Pivot)(this.FindName("mainPivot")));
     this.photoSelector        = ((GPS.Controls.PhotoSelector)(this.FindName("photoSelector")));
     this.appBarSimpleMode     = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarSimpleMode")));
     this.appBarDetailedMode   = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBarDetailedMode")));
 }