1 write to _container
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
328this._container = container;
3 references to _container
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
330if (_container is Control) { 331_isContainerRTL = ((Control)(_container)).RightToLeft == RightToLeft.Yes; 372get { return _container; }