Lines Matching refs:panel1

61 		private SplitterPanel panel1;  field in System.Windows.Forms.SplitContainer
170 panel1 = new SplitterPanel (this); in SplitContainer()
172 panel1.Size = new Size (50, 50); in SplitContainer()
176 this.Controls.Add (panel1); in SplitContainer()
254 get { return panel1.BorderStyle; }
259 panel1.BorderStyle = value;
324 public SplitterPanel Panel1 { get { return this.panel1; } }
332 panel1.Visible = !value;
731 panel1.SuspendLayout (); in UpdateSplitter()
738 panel1.Size = this.Size; in UpdateSplitter()
739 panel1.Location = new Point (0, 0); in UpdateSplitter()
741 panel1.Location = new Point (0, 0); in UpdateSplitter()
744 panel1.InternalHeight = panel2.InternalHeight = this.Height; in UpdateSplitter()
745 panel1.InternalWidth = Math.Max (this.SplitterDistance, panel1_min_size); in UpdateSplitter()
751 panel1.InternalWidth = panel2.InternalWidth = this.Width; in UpdateSplitter()
752 panel1.InternalHeight = Math.Max (this.SplitterDistance, panel1_min_size); in UpdateSplitter()
758 panel1.ResumeLayout (); in UpdateSplitter()
765 panel1.SuspendLayout (); in UpdateLayout()
772 panel1.Size = this.Size; in UpdateLayout()
773 panel1.Location = new Point (0, 0); in UpdateLayout()
775 panel1.Location = new Point (0, 0); in UpdateLayout()
777 panel1.Location = new Point (0, 0); in UpdateLayout()
778 panel1.InternalHeight = panel2.InternalHeight = this.Height; in UpdateLayout()
783 panel1.InternalWidth = this.SplitterDistance; in UpdateLayout()
787 panel1.InternalWidth = this.SplitterDistance; in UpdateLayout()
792 panel1.InternalWidth = this.SplitterDistance; in UpdateLayout()
796 panel1.Location = new Point (0, 0); in UpdateLayout()
797 panel1.InternalWidth = panel2.InternalWidth = this.Width; in UpdateLayout()
802 panel1.InternalHeight = this.SplitterDistance; in UpdateLayout()
806 panel1.InternalHeight = this.SplitterDistance; in UpdateLayout()
811 panel1.InternalHeight = this.SplitterDistance; in UpdateLayout()
817 panel1.ResumeLayout (); in UpdateLayout()