1 write to _orientation
System.Windows.Forms (1)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
427
_orientation
= value;
3 references to _orientation
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (3)
420
get { return
_orientation
; }
425
if (
_orientation
!= value)
1759
if (
_orientation
== Orientation.Vertical)