public void InitializeComponent()
 {
     if (!this._contentLoaded)
     {
         this._contentLoaded = true;
         Application.LoadComponent(this, new Uri("/TWC.OVP;component/Controls/LoadingPanelControl.xaml", UriKind.Relative));
         this.LayoutRoot = (Grid) base.FindName("LayoutRoot");
         this.BackgroundRectangle = (Rectangle) base.FindName("BackgroundRectangle");
         this.spinnerControl = (LoadSpinnerControl) base.FindName("spinnerControl");
         this.LoadingText = (TextBlock) base.FindName("LoadingText");
     }
 }
 public void InitializeComponent()
 {
     if (!this._contentLoaded)
     {
         this._contentLoaded = true;
         Application.LoadComponent(this, new Uri("/TWC.OVP;component/Views/LiveAssetInfoView.xaml", UriKind.Relative));
         this.LayoutRoot = (Grid) base.FindName("LayoutRoot");
         this.AssetInfoLoadingStates = (VisualStateGroup) base.FindName("AssetInfoLoadingStates");
         this.Loading = (VisualState) base.FindName("Loading");
         this.LoadedState = (VisualState) base.FindName("LoadedState");
         this.LoadedGrid = (Grid) base.FindName("LoadedGrid");
         this.assetInfoPanel = (BubbleContentControl) base.FindName("assetInfoPanel");
         this.LoadingGrid = (Grid) base.FindName("LoadingGrid");
         this.assetInfoPanel_Copy = (BubbleContentControl) base.FindName("assetInfoPanel_Copy");
         this.Spinner = (LoadSpinnerControl) base.FindName("Spinner");
     }
 }
 public void InitializeComponent()
 {
     if (!this._contentLoaded)
     {
         this._contentLoaded = true;
         Application.LoadComponent(this, new Uri("/TWC.OVP;component/Controls/AssetInfoBubbleContents.xaml", UriKind.Relative));
         this.PanelStates = (VisualStateGroup) base.FindName("PanelStates");
         this.Asset = (VisualState) base.FindName("Asset");
         this.AssetNoMetaData = (VisualState) base.FindName("AssetNoMetaData");
         this.NoInfoError = (VisualState) base.FindName("NoInfoError");
         this.Loading = (VisualState) base.FindName("Loading");
         this.ProgramTypeStates = (VisualStateGroup) base.FindName("ProgramTypeStates");
         this.MovieProgramType = (VisualState) base.FindName("MovieProgramType");
         this.EpisodeProgramType = (VisualState) base.FindName("EpisodeProgramType");
         this.ImageStates = (VisualStateGroup) base.FindName("ImageStates");
         this.CoverArt = (VisualState) base.FindName("CoverArt");
         this.NoCoverArt = (VisualState) base.FindName("NoCoverArt");
         this.NoCoverArtUseNetworkLogo = (VisualState) base.FindName("NoCoverArtUseNetworkLogo");
         this.YearStates = (VisualStateGroup) base.FindName("YearStates");
         this.Year = (VisualState) base.FindName("Year");
         this.NoYear = (VisualState) base.FindName("NoYear");
         this.EpisodeNameStates = (VisualStateGroup) base.FindName("EpisodeNameStates");
         this.NoEpisodeName = (VisualState) base.FindName("NoEpisodeName");
         this.EpisodeName = (VisualState) base.FindName("EpisodeName");
         this.SeasonAndEpisodeNumberStates = (VisualStateGroup) base.FindName("SeasonAndEpisodeNumberStates");
         this.NoSeasonAndEpisode = (VisualState) base.FindName("NoSeasonAndEpisode");
         this.SeasonAndEpisode = (VisualState) base.FindName("SeasonAndEpisode");
         this.DirectorStates = (VisualStateGroup) base.FindName("DirectorStates");
         this.NoDirector = (VisualState) base.FindName("NoDirector");
         this.Director = (VisualState) base.FindName("Director");
         this.ExpiresStates = (VisualStateGroup) base.FindName("ExpiresStates");
         this.NoExpires = (VisualState) base.FindName("NoExpires");
         this.Expires = (VisualState) base.FindName("Expires");
         this.ActorsStates = (VisualStateGroup) base.FindName("ActorsStates");
         this.NoActors = (VisualState) base.FindName("NoActors");
         this.Actors = (VisualState) base.FindName("Actors");
         this.RuntimeStates = (VisualStateGroup) base.FindName("RuntimeStates");
         this.NoRuntime = (VisualState) base.FindName("NoRuntime");
         this.Runtime = (VisualState) base.FindName("Runtime");
         this.DescriptionStates = (VisualStateGroup) base.FindName("DescriptionStates");
         this.NoDescription = (VisualState) base.FindName("NoDescription");
         this.Description = (VisualState) base.FindName("Description");
         this.LoadedGrid = (Grid) base.FindName("LoadedGrid");
         this.ContentGrid = (Grid) base.FindName("ContentGrid");
         this.TitleTextBlock = (TextBlock) base.FindName("TitleTextBlock");
         this.EpisodeTitleGrid = (Grid) base.FindName("EpisodeTitleGrid");
         this.EpisodeNameTextBlock = (TextBlock) base.FindName("EpisodeNameTextBlock");
         this.SeasonTextBlock = (TextBlock) base.FindName("SeasonTextBlock");
         this.EpisodeTextBlock = (TextBlock) base.FindName("EpisodeTextBlock");
         this.RatingYearGrid = (StackPanel) base.FindName("RatingYearGrid");
         this.ratingControl = (ContentRatingControl) base.FindName("ratingControl");
         this.YearTextBlock = (TextBlock) base.FindName("YearTextBlock");
         this.DescriptionGrid = (Grid) base.FindName("DescriptionGrid");
         this.AssetInfoBodyTextBlock = (TextBlock) base.FindName("AssetInfoBodyTextBlock");
         this.ImageGrid = (Grid) base.FindName("ImageGrid");
         this.coverArt = (Image) base.FindName("coverArt");
         this.MissingImageGrid = (Grid) base.FindName("MissingImageGrid");
         this.NetworkLogo = (Image) base.FindName("NetworkLogo");
         this.ErrorGrid = (Grid) base.FindName("ErrorGrid");
         this.ErrorCopyTextBlock = (TextBlock) base.FindName("ErrorCopyTextBlock");
         this.CornerLogoGrid = (Grid) base.FindName("CornerLogoGrid");
         this.PopupNetworkLogo = (Image) base.FindName("PopupNetworkLogo");
         this.MetaDataGrid = (Grid) base.FindName("MetaDataGrid");
         this.Actors1 = (TextBlock) base.FindName("Actors1");
         this.ActorsValues = (TextBlock) base.FindName("ActorsValues");
         this.Director1 = (TextBlock) base.FindName("Director1");
         this.DirectorValues = (TextBlock) base.FindName("DirectorValues");
         this.Runtime1 = (TextBlock) base.FindName("Runtime1");
         this.RuntimeValues = (TextBlock) base.FindName("RuntimeValues");
         this.Expires1 = (TextBlock) base.FindName("Expires1");
         this.ExpiresValues = (TextBlock) base.FindName("ExpiresValues");
         this.LoadingGrid = (Grid) base.FindName("LoadingGrid");
         this.Spinner = (LoadSpinnerControl) base.FindName("Spinner");
     }
 }