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