3 types derived from ContainerProxy
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (3)
461
private class RightToLeftProxy :
ContainerProxy
{
482
private class TopDownProxy :
ContainerProxy
{
491
private class BottomUpProxy :
ContainerProxy
{
1 instantiation of ContainerProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
88
return new
ContainerProxy
(container);
5 references to ContainerProxy
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (5)
77
private static
ContainerProxy
CreateContainerProxy(IArrangedElement container, FlowDirection flowDirection) {
100
ContainerProxy
containerProxy = CreateContainerProxy(container, flowDirection);
149
private void LayoutRow(
ContainerProxy
containerProxy, ElementProxy elementProxy, int startIndex, int endIndex, Rectangle rowBounds) {
158
private Size MeasureRow(
ContainerProxy
containerProxy, ElementProxy elementProxy, int startIndex, Rectangle displayRectangle, out int breakIndex) {
163
private Size xLayoutRow(
ContainerProxy
containerProxy, ElementProxy elementProxy, int startIndex, int endIndex, Rectangle rowBounds, out int breakIndex, bool measureOnly) {