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