4 references to ContainerProxy
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (4)
88return new ContainerProxy(container); 462public RightToLeftProxy(IArrangedElement container) : base(container) { 483public TopDownProxy(IArrangedElement container) : base(container) { 492public BottomUpProxy(IArrangedElement container) : base(container) {