3 references to SplitterEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
858OnSplitterMoved(new SplitterEventArgs(SplitterRectangle.X + SplitterRectangle.Width/2, SplitterRectangle.Y + SplitterRectangle.Height/2, SplitterRectangle.X, SplitterRectangle.Y));
winforms\Managed\System\WinForms\Splitter.cs (2)
469OnSplitterMoved(new SplitterEventArgs(Left, Top, (Left + bounds.Width / 2), (Top + bounds.Height / 2))); 896OnSplitterMoving(new SplitterEventArgs(x, y, xSplit, ySplit));