1 type derived from ElementProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
15private class VerticalElementProxy : ElementProxy
1 instantiation of ElementProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (1)
117_elementProxy ??= IsVertical ? new VerticalElementProxy() : new ElementProxy();
6 references to ElementProxy
System.Windows.Forms (6)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (2)
33private ElementProxy? _elementProxy; 113public ElementProxy ElementProxy
System\Windows\Forms\Layout\FlowLayout.cs (4)
64ElementProxy elementProxy = containerProxy.ElementProxy; 114ElementProxy elementProxy, 138ElementProxy elementProxy, 157ElementProxy elementProxy,