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