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