AnyPlace.PoisControl.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/PoisControl.xaml", System.UriKind.Relative));
            this.pb_procress = ((System.Windows.Controls.ProgressBar)(this.FindName("pb_procress")));
            this.btn_source = ((System.Windows.Controls.Button)(this.FindName("btn_source")));
            this.btn_navigateHere = ((System.Windows.Controls.Button)(this.FindName("btn_navigateHere")));
            this.grid_details = ((System.Windows.Controls.Grid)(this.FindName("grid_details")));
            this.txt_location = ((System.Windows.Controls.TextBlock)(this.FindName("txt_location")));
            this.txt_distance = ((System.Windows.Controls.TextBlock)(this.FindName("txt_distance")));
        }
    }