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