2 writes to Padding
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
164this.textBoxUnrestrictedText.Padding = new System.Windows.Forms.Padding(3);
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
826=> Padding = DefaultPadding;
7 references to Padding
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
823=> Padding != DefaultPadding; 874/// (including the live scrollbar allowance and the user <see cref="Padding"/>) into account. 934/// user-provided <see cref="Padding"/>, and scrollbar reservation are each added once. 942Padding, 1056/// and - for modern Visual Styles - the carved adorner band and the user <see cref="Padding"/>. 1093Size bordersAndPadding = SizeFromClientSize(Size.Empty) + Padding.Size; 2447/// current <see cref="Padding"/> and scrollbar state.