AnyPlace.UCCustomToolTip.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/UCCustomToolTip.xaml", System.UriKind.Relative));
            this.imgmarker = ((System.Windows.Controls.Image)(this.FindName("imgmarker")));
            this.c_menu = ((Microsoft.Phone.Controls.ContextMenu)(this.FindName("c_menu")));
            this.nav_here = ((Microsoft.Phone.Controls.MenuItem)(this.FindName("nav_here")));
            this.source_poi = ((Microsoft.Phone.Controls.MenuItem)(this.FindName("source_poi")));
        }
    }
UCCustomToolTip