3 references to PaddingProperty
PresentationFramework (3)
System\Windows\Documents\TableCell.cs (2)
199get { return (Thickness)GetValue(PaddingProperty); } 200set { SetValue(PaddingProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1082TableCell.PaddingProperty,