8 references to Padding
PresentationFramework (8)
System\Windows\Controls\TextBlock.cs (8)
994
/// DependencyProperty for <see cref="
Padding
" /> property.
1258
Thickness padding = this.
Padding
;
1522
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
1955
Thickness padding = this.
Padding
;
3095
Thickness padding = this.
Padding
;
3146
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
3174
double paddingWidth =
Padding
.Left +
Padding
.Right;