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