AnyPlace.Settings.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

private InitializeComponent ( ) : void
return void
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Windows.Application.LoadComponent(this, new System.Uri("/AnyPlace;component/Settings.xaml", System.UriKind.Relative));
            this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
            this.downloading = ((System.Windows.Controls.Grid)(this.FindName("downloading")));
            this.txt_download = ((System.Windows.Controls.TextBlock)(this.FindName("txt_download")));
            this.showTiles = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("showTiles")));
            this.showZoom = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("showZoom")));
            this.showTrackme = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("showTrackme")));
            this.listpicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listpicker")));
        }
    }