3 references to PaddingProperty
PresentationFramework (3)
System\Windows\Documents\ListItem.cs (2)
167get { return (Thickness)GetValue(PaddingProperty); } 168set { SetValue(PaddingProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1026ListItem.PaddingProperty,