2 writes to _splitTarget
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
902
_splitTarget
= spd._target;
923
_splitTarget
= null;
11 references to _splitTarget
System.Windows.Forms (11)
System\Windows\Forms\Controls\Splitter\Splitter.cs (11)
692
if (
_splitTarget
is null || ParentInternal is null)
697
Rectangle r = CalcSplitLine(
_splitTarget
, splitSize, 3);
804
if (
_splitTarget
is not null && e.KeyCode == Keys.Escape)
822
if (
_splitTarget
is not null)
826
Rectangle r = CalcSplitLine(
_splitTarget
, GetSplitSize(
_splitTarget
, e.X, e.Y), 0);
848
if (
_splitTarget
is not null)
850
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
863
if (
_splitTarget
is not null)
865
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
903
_splitSize = GetSplitSize(
_splitTarget
, x, y);