3 references to MinOrphanLinesProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Paragraph.cs (2)
149
get { return (int)GetValue(
MinOrphanLinesProperty
); }
150
set { SetValue(
MinOrphanLinesProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
989
Paragraph.
MinOrphanLinesProperty
,