1 write to splitterRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
155
splitterRect
= new Rectangle();
15 references to splitterRect
System.Windows.Forms (15)
winforms\Managed\System\WinForms\SplitContainer.cs (15)
909
Rectangle r =
splitterRect
;
910
r.X =
splitterRect
.X - Left;
911
r.Y =
splitterRect
.Y - Top;
1530
splitterRect
.X = this.Location.X + SplitterDistanceInternal;
1533
splitterRect
.X = this.Right - SplitterDistanceInternal - SplitterWidthInternal;
1537
splitterRect
.Y = this.Location.Y + SplitterDistanceInternal;
1715
g.FillRectangle(solidBrush,
splitterRect
);
1726
splitterRect
.X = ((RightToLeft == RightToLeft.Yes) ? this.Width - splitterDistance - SplitterWidthInternal : this.Location.X + splitterDistance);
1727
splitterRect
.Y = this.Location.Y;
1728
splitterRect
.Width = SplitterWidthInternal;
1729
splitterRect
.Height = this.Height;
1733
splitterRect
.X = this.Location.X;
1734
splitterRect
.Y = this.Location.Y + SplitterDistanceInternal;
1735
splitterRect
.Width = this.Width;
1736
splitterRect
.Height = SplitterWidthInternal;