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