1 write to _elementProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (1)
117
_elementProxy
??= IsVertical ? new VerticalElementProxy() : new ElementProxy();
1 reference to _elementProxy
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (1)
119
return
_elementProxy
;