public LayoutPanelGroupControl(LayoutRootControl root) : base(root)
 {
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.PART_LayoutRootControl = ((Imagin.Common.Controls.LayoutRootControl)(target));
                return;

            case 3:
                this.PinTop = ((Imagin.Common.Controls.LayoutPinnedControl)(target));
                return;

            case 4:
                this.PinLeft = ((Imagin.Common.Controls.LayoutPinnedControl)(target));
                return;

            case 5:
                this.Root = ((System.Windows.Controls.Border)(target));
                return;

            case 6:
                this.PART_Minimized = ((System.Windows.Controls.ToolBar)(target));
                return;

            case 7:
                this.Markers = ((System.Windows.Controls.Grid)(target));
                return;

            case 8:
                this.Selection = ((System.Windows.Shapes.Polygon)(target));
                return;

            case 9:
                this.SecondaryMarkers = ((System.Windows.Controls.Grid)(target));
                return;

            case 10:
                this.EmptyMarker = ((Imagin.Common.Controls.MaskedImage)(target));
                return;

            case 11:
                this.PinRight = ((Imagin.Common.Controls.LayoutPinnedControl)(target));
                return;

            case 12:
                this.PinBottom = ((Imagin.Common.Controls.LayoutPinnedControl)(target));
                return;

            case 13:

            #line 264 "..\..\..\..\..\Controls\DockView\Controls\LayoutRootControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.OnPinLeave);

            #line default
            #line hidden
                return;

            case 14:

            #line 290 "..\..\..\..\..\Controls\DockView\Controls\LayoutRootControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.OnPinLeave);

            #line default
            #line hidden
                return;

            case 15:

            #line 316 "..\..\..\..\..\Controls\DockView\Controls\LayoutRootControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.OnPinLeave);

            #line default
            #line hidden
                return;

            case 16:

            #line 342 "..\..\..\..\..\Controls\DockView\Controls\LayoutRootControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.OnPinLeave);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #3
0
 internal static void SetDragRoot(FrameworkElement i, LayoutRootControl input) => i.SetValue(DragRootProperty, input);
        //...

        public LayoutGroupControl(LayoutRootControl root, Orientation orientation) : base()
        {
            DockView    = root.DockView;
            Root        = root;
            Orientation = orientation;
        }