4 references to ContainerProxy
System.Windows.Forms (4)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
12
public BottomUpProxy(IArrangedElement container) :
base
(container)
System\Windows\Forms\Layout\FlowLayout.cs (1)
46
_ => new
ContainerProxy
(container),
System\Windows\Forms\Layout\FlowLayout.RightToLeftProxy.cs (1)
12
public RightToLeftProxy(IArrangedElement container) :
base
(container)
System\Windows\Forms\Layout\FlowLayout.TopDownProxy.cs (1)
17
public TopDownProxy(IArrangedElement container) :
base
(container)