3 references to PaddingProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\ListItem.cs (2)
175get { return (Thickness)GetValue(PaddingProperty); } 176set { SetValue(PaddingProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1029ListItem.PaddingProperty,