3 references to KeepWithNextProperty
PresentationFramework (3)
System\Windows\Documents\Paragraph.cs (2)
188get { return (bool)GetValue(KeepWithNextProperty); } 189set { SetValue(KeepWithNextProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
989Paragraph.KeepWithNextProperty,