22 writes to Margin
Accessibility_Core_App (12)
CommonControl1.Designer.cs (1)
691this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
CommonControl2.Designer.cs (1)
279this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
ContainerControls.Designer.cs (1)
823this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
ContainerControls2.Designer.cs (1)
437this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
DataControls.Designer.cs (1)
356this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
DialogControls.Designer.cs (1)
89this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Main.Designer.cs (1)
180this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
Menu_Toolbars_controls.Designer.cs (1)
599Margin = new Padding(5, 4, 5, 4);
MenuForm.Designer.cs (1)
64this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
PrintingControls.Designer.cs (1)
170this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
RemainingControls.Designer.cs (1)
127this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
ToolStripContainer.Designer.cs (1)
597this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
DesignSurface (1)
MainForm.Designer.cs (1)
301this.Margin = new System.Windows.Forms.Padding(4);
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
237set => base.Margin = value;
WinFormsControlsTest (8)
ComboBoxesWithScrollBars.Designer.cs (1)
357this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
DateTimePicker.Designer.cs (1)
103this.Margin = new Padding(4, 3, 4, 3);
DesignTimeAligned.Designer.cs (1)
102this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
MenuStripAndCheckedListBox.Designer.cs (1)
289this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
PictureBoxes.Designer.cs (1)
87this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
PropertyGrid.Designer.cs (1)
53this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
Splitter.Designer.cs (1)
64this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
TrackBars.Designer.cs (1)
263this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
3 references to Margin
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
236get => base.Margin;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
116Assert.Equal(new Padding(3), control.Margin);
System\Windows\Forms\FormTests.cs (1)
118Assert.Equal(new Padding(3), control.Margin);