3 references to KeepTogetherProperty
PresentationFramework (3)
System\Windows\Documents\Paragraph.cs (2)
209get { return (bool)GetValue(KeepTogetherProperty); } 210set { SetValue(KeepTogetherProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
983Paragraph.KeepTogetherProperty,