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