28 references to Padding
System.Web.Entity.Design (7)
System\Data\WebControls\Design\Util\WizardForm.cs (7)
136
this._previousButton.Margin = new System.Windows.Forms.
Padding
(0);
145
this._dummyLabel1.Margin = new System.Windows.Forms.
Padding
(0);
155
this._nextButton.Margin = new System.Windows.Forms.
Padding
(0);
164
this._dummyLabel2.Margin = new System.Windows.Forms.
Padding
(0);
175
this._finishButton.Margin = new System.Windows.Forms.
Padding
(0);
184
this._dummyLabel3.Margin = new System.Windows.Forms.
Padding
(0);
195
this._cancelButton.Margin = new System.Windows.Forms.
Padding
(0);
System.Windows.Forms (19)
winforms\Managed\System\WinForms\GroupBox.cs (1)
176
return new
Padding
(3);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (3)
46
internal static readonly Padding DefaultMargin = new
Padding
(3);
249
Debug.Assert(value != GetPadding(element, new
Padding
(-7105)),
256
Debug.Assert(GetPadding(element, new
Padding
(-7105)) == value, "Error detected setting Padding.");
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
466
get { return new
Padding
(9); }
winforms\Managed\System\WinForms\Padding.cs (2)
29
public static readonly Padding Empty = new
Padding
(0);
397
return new
Padding
(all);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1566
owner.Padding = new
Padding
(value);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
101
private static readonly Padding defaultGripMargin = new
Padding
(2);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
38
private static readonly Padding dropDownPadding = new
Padding
(2);
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
236
private static Padding dropDownArrowPadding = new
Padding
(DROP_DOWN_ARROW_PADDING);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
26
private static readonly Padding ImagePadding = new
Padding
(2);
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
27
private static readonly Padding defaultPadding = new
Padding
(2);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
72
internal static readonly Padding DragMargin = new
Padding
(10);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
34
private static readonly Padding defaultDropDownMargin = new
Padding
(1);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
228
this.tableLayoutPanel.Margin = new System.Windows.Forms.
Padding
(12);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (3)
235
this.tableLayoutPanelQuestion.Margin = new System.Windows.Forms.
Padding
(0);
248
this.pictureBoxQuestion.Margin = new System.Windows.Forms.
Padding
(0);
355
this.lineLabel.Margin = new System.Windows.Forms.
Padding
(0);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
231
this.themePanel.Margin = new System.Windows.Forms.
Padding
(4);
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
116
this.operationsPanel.Padding = new System.Windows.Forms.
Padding
(3);