1 type derived from ElementProxy
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
600
private 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)
106
ElementProxy
elementProxy = containerProxy.ElementProxy;
149
private void LayoutRow(ContainerProxy containerProxy,
ElementProxy
elementProxy, int startIndex, int endIndex, Rectangle rowBounds) {
158
private Size MeasureRow(ContainerProxy containerProxy,
ElementProxy
elementProxy, int startIndex, Rectangle displayRectangle, out int breakIndex) {
163
private Size xLayoutRow(ContainerProxy containerProxy,
ElementProxy
elementProxy, int startIndex, int endIndex, Rectangle rowBounds, out int breakIndex, bool measureOnly) {
324
private
ElementProxy
_elementProxy;
404
public
ElementProxy
ElementProxy {