3 references to GetSplitSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\Splitter\Splitter.cs (3)
826
Rectangle r = CalcSplitLine(_splitTarget,
GetSplitSize
(_splitTarget, e.X, e.Y), 0);
903
_splitSize =
GetSplitSize
(_splitTarget, x, y);
958
int size =
GetSplitSize
(splitTarget, x - Left + _anchor.X, y - Top + _anchor.Y);