1 write to _target
System.Windows.Forms (1)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
625
spd.
_target
= target;
5 references to _target
System.Windows.Forms (5)
System\Windows\Forms\Controls\Splitter\Splitter.cs (5)
392
if (spd.
_target
is null)
398
Rectangle bounds = spd.
_target
.Bounds;
417
spd.
_target
.Bounds = bounds;
898
if (spd.
_target
is not null && (_minSize < _maxSize))
901
_splitTarget = spd.
_target
;