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