2 writes to Padding
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
64
Padding
= new Thickness(left: 2, top: 0, right: 2, bottom: 0),
InlineHints\InlineHintsTag.cs (1)
137
Padding
= new Thickness(left: 2, top: 0, right: 2, bottom: 0)
8 references to Padding
PresentationFramework (8)
System\Windows\Controls\TextBlock.cs (8)
1007
/// DependencyProperty for <see cref="
Padding
" /> property.
1274
Thickness padding = this.
Padding
;
1541
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
1977
Thickness padding = this.
Padding
;
3115
Thickness padding = this.
Padding
;
3166
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
3194
double paddingWidth =
Padding
.Left +
Padding
.Right;