3 references to KeepWithNextProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Paragraph.cs (2)
195get { return (bool)GetValue(KeepWithNextProperty); } 196set { SetValue(KeepWithNextProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
991Paragraph.KeepWithNextProperty,