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