3 types derived from ContainerProxy
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.BottomUpProxy.cs (1)
10
private class BottomUpProxy :
ContainerProxy
System\Windows\Forms\Layout\FlowLayout.RightToLeftProxy.cs (1)
10
private class RightToLeftProxy :
ContainerProxy
System\Windows\Forms\Layout\FlowLayout.TopDownProxy.cs (1)
15
private 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)
40
private static
ContainerProxy
CreateContainerProxy(IArrangedElement container, FlowDirection flowDirection) =>
58
ContainerProxy
containerProxy = CreateContainerProxy(container, flowDirection);
113
ContainerProxy
containerProxy,
137
ContainerProxy
containerProxy,
156
ContainerProxy
containerProxy,