2 references to new
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
991
SplitterCancelEventArgs se =
new
(Left + SplitterRectangle.X + SplitterRectangle.Width / 2, Top + SplitterRectangle.Y + SplitterRectangle.Height / 2, xSplit, ySplit);
1104
SplitterCancelEventArgs se =
new
(x, y, xSplit, ySplit);