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