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)
420get { return _orientation; } 425if (_orientation != value) 1759if (_orientation == Orientation.Vertical)