3 references to KeepTogetherProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Paragraph.cs (2)
217
get { return (bool)GetValue(
KeepTogetherProperty
); }
218
set { SetValue(
KeepTogetherProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
992
Paragraph.
KeepTogetherProperty
,