1 write to target
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Splitter.cs (1)
716
spd.
target
= target;
5 references to target
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Splitter.cs (5)
445
if (spd.
target
== null) {
450
Rectangle bounds = spd.
target
.Bounds;
467
spd.
target
.Bounds = bounds;
973
if (spd.
target
!= null && (minSize < maxSize)) {
975
splitTarget = spd.
target
;