2 writes to _splitTarget
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
903
_splitTarget
= spd._target;
924
_splitTarget
= null;
11 references to _splitTarget
System.Windows.Forms (11)
System\Windows\Forms\Controls\Splitter\Splitter.cs (11)
693
if (
_splitTarget
is null || ParentInternal is null)
698
Rectangle r = CalcSplitLine(
_splitTarget
, splitSize, 3);
805
if (
_splitTarget
is not null && e.KeyCode == Keys.Escape)
823
if (
_splitTarget
is not null)
827
Rectangle r = CalcSplitLine(
_splitTarget
, GetSplitSize(
_splitTarget
, e.X, e.Y), 0);
849
if (
_splitTarget
is not null)
851
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
864
if (
_splitTarget
is not null)
866
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
904
_splitSize = GetSplitSize(
_splitTarget
, x, y);