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