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