8 references to Padding
PresentationFramework (8)
src\Framework\System\Windows\Controls\TextBlock.cs (8)
1079
/// DependencyProperty for <see cref="
Padding
" /> property.
1352
Thickness padding = this.
Padding
;
1622
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
2066
Thickness padding = this.
Padding
;
3205
Thickness padding = this.
Padding
;
3256
double contentBottom = Math.Max(0.0, RenderSize.Height -
Padding
.Bottom);
3284
double paddingWidth =
Padding
.Left +
Padding
.Right;