3 types derived from ContainerProxy
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
10private class BottomUpProxy : ContainerProxy
System\Windows\Forms\Layout\FlowLayout.RightToLeftProxy.cs (1)
10private class RightToLeftProxy : ContainerProxy
System\Windows\Forms\Layout\FlowLayout.TopDownProxy.cs (1)
15private class TopDownProxy : ContainerProxy
1 instantiation of ContainerProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.cs (1)
46_ => new ContainerProxy(container),
5 references to ContainerProxy
System.Windows.Forms (5)
System\Windows\Forms\Layout\FlowLayout.cs (5)
40private static ContainerProxy CreateContainerProxy(IArrangedElement container, FlowDirection flowDirection) => 58ContainerProxy containerProxy = CreateContainerProxy(container, flowDirection); 113ContainerProxy containerProxy, 137ContainerProxy containerProxy, 156ContainerProxy containerProxy,