2 writes to _splitTarget
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
901
_splitTarget
= spd._target;
922
_splitTarget
= null;
11 references to _splitTarget
System.Windows.Forms (11)
System\Windows\Forms\Controls\Splitter\Splitter.cs (11)
691
if (
_splitTarget
is null || ParentInternal is null)
696
Rectangle r = CalcSplitLine(
_splitTarget
, splitSize, 3);
803
if (
_splitTarget
is not null && e.KeyCode == Keys.Escape)
821
if (
_splitTarget
is not null)
825
Rectangle r = CalcSplitLine(
_splitTarget
, GetSplitSize(
_splitTarget
, e.X, e.Y), 0);
847
if (
_splitTarget
is not null)
849
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
862
if (
_splitTarget
is not null)
864
SplitMove(
_splitTarget
, sevent.SplitX, sevent.SplitY);
902
_splitSize = GetSplitSize(
_splitTarget
, x, y);