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