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