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