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