3 references to MinWidowLinesProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Paragraph.cs (2)
172get { return (int)GetValue(MinWidowLinesProperty); } 173set { SetValue(MinWidowLinesProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
988Paragraph.MinWidowLinesProperty,