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