1 write to _target
System.Windows.Forms (1)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
627spd._target = target;
5 references to _target
System.Windows.Forms (5)
System\Windows\Forms\Controls\Splitter\Splitter.cs (5)
394if (spd._target is null) 400Rectangle bounds = spd._target.Bounds; 419spd._target.Bounds = bounds; 900if (spd._target is not null && (_minSize < _maxSize)) 903_splitTarget = spd._target;