1 write to MarginBounds
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
233_childInfo[i].MarginBounds = marginBounds;
5 references to MarginBounds
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (5)
321_childInfo[controlIndex].MarginBounds.Y = size.Min; 322_childInfo[controlIndex].MarginBounds.Height = size.Size; 327_childInfo[controlIndex].MarginBounds.X = size.Min; 328_childInfo[controlIndex].MarginBounds.Width = size.Size; 817if (_childInfo[i].MarginBounds.Contains(mouseLocation))