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