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