1 type derived from ElementProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
15
private 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)
33
private
ElementProxy
? _elementProxy;
113
public
ElementProxy
ElementProxy
System\Windows\Forms\Layout\FlowLayout.cs (4)
64
ElementProxy
elementProxy = containerProxy.ElementProxy;
114
ElementProxy
elementProxy,
138
ElementProxy
elementProxy,
157
ElementProxy
elementProxy,