3 references to MinOrphanLinesProperty
PresentationFramework (3)
System\Windows\Documents\Paragraph.cs (2)
142
get { return (int)GetValue(
MinOrphanLinesProperty
); }
143
set { SetValue(
MinOrphanLinesProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
987
Paragraph.
MinOrphanLinesProperty
,