Inheritance: System.Windows.Controls.UserControl
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.container = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.label = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.Img = ((System.Windows.Controls.Image)(target));
                return;

            case 4:
                this.ReadMore = ((WebExpress.Controls.FlatButton)(target));
                return;

            case 5:
                this.CategoryPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.CategoryLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.DescriptionText = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Bookmarks\AddBookmark.xaml"
                ((WebExpress.AddBookmark)(target)).IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.UserControl_IsVisibleChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.Header = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.Title = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.TitleBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.DoneButton = ((WebExpress.Controls.FlatButton)(target));
                return;

            case 6:
                this.CloseButton = ((WebExpress.Controls.IconButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\..\Controls\SnackBar.xaml"
                ((WebExpress.Controls.SnackBar)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.SnackBar_OnSizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.OKBtn = ((WebExpress.Controls.FlatButton)(target));
                return;
            }
            this._contentLoaded = true;
        }