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