1 write to orientation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
563
orientation
= value;
3 references to orientation
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SplitContainer.cs (3)
556
get { return
orientation
; }
562
if (
orientation
!= value) {
1890
if (
orientation
== Orientation.Vertical) {