4 references to PaddingProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
121get { return (Thickness)GetValue(PaddingProperty); } 122set { SetValue(PaddingProperty, value); }
System\Windows\Documents\TextSchema.cs (2)
1093Floater.PaddingProperty, 1116Figure.PaddingProperty,