8 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;
System.Windows.Forms.Tests (3)
System\Windows\Forms\FlowLayoutPanelTests.cs (3)
193
control.
WrapContents
= value;
199
control.
WrapContents
= value;
205
control.
WrapContents
= !value;
5 references 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");
System.Windows.Forms.Tests (4)
System\Windows\Forms\FlowLayoutPanelTests.cs (4)
116
Assert.True(control.
WrapContents
);
194
Assert.Equal(value, control.
WrapContents
);
200
Assert.Equal(value, control.
WrapContents
);
206
Assert.Equal(!value, control.
WrapContents
);