public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/FBReader.App;component/Views/Pages/Settings/MarginsSettingPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Display = ((System.Windows.Controls.Grid)(this.FindName("Display")));
     this.DummyText = ((System.Windows.Controls.TextBlock)(this.FindName("DummyText")));
     this.LineGrid = ((FBReader.App.Views.Controls.MarginGridControl)(this.FindName("LineGrid")));
 }