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