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