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