1 type derived from ElementProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
600private class VerticalElementProxy : ElementProxy {
1 instantiation of ElementProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
407_elementProxy = (IsVertical) ? new VerticalElementProxy() : new ElementProxy();
6 references to ElementProxy
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (6)
106ElementProxy elementProxy = containerProxy.ElementProxy; 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) { 324private ElementProxy _elementProxy; 404public ElementProxy ElementProxy {