3 references to PaddingProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCell.cs (2)
206get { return (Thickness)GetValue(PaddingProperty); } 207set { SetValue(PaddingProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1084TableCell.PaddingProperty,