5 writes to WrapContents
PresentationUI (5)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (5)
87this.flowLayoutPanelMain.WrapContents = false; 194this.flowLayoutPanelPeople.WrapContents = false; 253this.flowLayoutPanelContact.WrapContents = true; 278this.flowLayoutPanelExpires.WrapContents = false; 308this.flowLayoutPanelActions.WrapContents = false;
1 reference to WrapContents
System.Windows.Forms (1)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
49Debug.Assert(WrapContents == value, "WrapContents should be the same as we set it");