4 references to PaddingProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
131get { return (Thickness)GetValue(PaddingProperty); } 132set { SetValue(PaddingProperty, value); }
System\Windows\Documents\TextSchema.cs (2)
1099Floater.PaddingProperty, 1122Figure.PaddingProperty,