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