public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent(this, new Uri("/VKClient.Video;component/VideoCommentsPage.xaml", UriKind.Relative));
     this.scroll            = (ViewportControl)base.FindName("scroll");
     this.stackPanel        = (StackPanel)base.FindName("stackPanel");
     this.canvasBackground  = (Canvas)base.FindName("canvasBackground");
     this.textBlockMetaData = (TextBlock)base.FindName("textBlockMetaData");
     this.ucCommentGeneric  = (CommentsGenericUC)base.FindName("ucCommentGeneric");
     this.ucNewMessage      = (NewMessageUC)base.FindName("ucNewMessage");
     this.ucMoreActions     = (MoreActionsUC)base.FindName("ucMoreActions");
 }
Exemple #2
0
 public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent(this, new Uri("/VKClient.Common;component/PostCommentsPage.xaml", UriKind.Relative));
     this.LayoutRoot      = (Grid)base.FindName("LayoutRoot");
     this.scroll          = (ViewportControl)base.FindName("scroll");
     this.scrollableGrid  = (StackPanel)base.FindName("scrollableGrid");
     this.panel           = (MyVirtualizingPanel2)base.FindName("panel");
     this.ucNewMessage    = (NewMessageUC)base.FindName("ucNewMessage");
     this.Header          = (GenericHeaderUC)base.FindName("Header");
     this.ucPullToRefresh = (PullToRefreshUC)base.FindName("ucPullToRefresh");
     this.ucMoreActions   = (MoreActionsUC)base.FindName("ucMoreActions");
 }
 public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent(this, new Uri("/VKClient.Photos;component/PhotoCommentsPage.xaml", UriKind.Relative));
     this.LayoutRoot          = (Grid)base.FindName("LayoutRoot");
     this.scroll              = (ViewportControl)base.FindName("scroll");
     this.stackPanel          = (StackPanel)base.FindName("stackPanel");
     this.UserHeader          = (UserOrGroupHeaderUC)base.FindName("UserHeader");
     this.image               = (Image)base.FindName("image");
     this.textBlockImageSaved = (TextBlock)base.FindName("textBlockImageSaved");
     this.stackPanelInfo      = (StackPanel)base.FindName("stackPanelInfo");
     this.textPhotoText       = (RichTextBox)base.FindName("textPhotoText");
     this.textTags            = (RichTextBox)base.FindName("textTags");
     this.ucCommentGeneric    = (CommentsGenericUC)base.FindName("ucCommentGeneric");
     this.textBlockError      = (TextBlock)base.FindName("textBlockError");
     this.ucNewMessage        = (NewMessageUC)base.FindName("ucNewMessage");
     this.Header              = (GenericHeaderUC)base.FindName("Header");
     this.ucMoreActions       = (MoreActionsUC)base.FindName("ucMoreActions");
 }
Exemple #4
0
 public void InitializeComponent()
 {
     if (this._contentLoaded)
     {
         return;
     }
     this._contentLoaded = true;
     Application.LoadComponent((object)this, new Uri("/VKClient.Common;component/Market/Views/ProductPage.xaml", UriKind.Relative));
     this.ListBoxItemNavDotsStyle = (Style)this.FindName("ListBoxItemNavDotsStyle");
     this.rowDefinitionContent    = (RowDefinition)this.FindName("rowDefinitionContent");
     this.ucHeader          = (GenericHeaderUC)this.FindName("ucHeader");
     this.ucMoreActions     = (MoreActionsUC)this.FindName("ucMoreActions");
     this.viewportControl   = (ViewportControl)this.FindName("viewportControl");
     this.stackPanelContent = (StackPanel)this.FindName("stackPanelContent");
     this.canvasBackground  = (Canvas)this.FindName("canvasBackground");
     this.slideView         = (SlideView)this.FindName("slideView");
     this.listBoxNavDots    = (ListBox)this.FindName("listBoxNavDots");
     this.textBlockMetaData = (TextBlock)this.FindName("textBlockMetaData");
     this.gridAction        = (Grid)this.FindName("gridAction");
     this.ucCommentGeneric  = (CommentsGenericUC)this.FindName("ucCommentGeneric");
     this.ucNewMessage      = (NewMessageUC)this.FindName("ucNewMessage");
     this.ucFloatActions    = (FloatActionsUC)this.FindName("ucFloatActions");
 }