1 write to _displayRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
397
_displayRect
= LayoutUtils.FlipRectangleIf(IsVertical, value);
2 references to _displayRect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
389
return
_displayRect
;
392
if (
_displayRect
!= value) {