AnyPlace.RouteDetailsPoisControl.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/RouteDetailsPoisControl.xaml", System.UriKind.Relative));
            this.grd_content = ((System.Windows.Controls.Grid)(this.FindName("grd_content")));
            this.txt_direction = ((System.Windows.Controls.TextBlock)(this.FindName("txt_direction")));
            this.txt_distance = ((System.Windows.Controls.TextBlock)(this.FindName("txt_distance")));
        }
    }
RouteDetailsPoisControl