3 references to MinWidowLinesProperty
PresentationFramework (3)
System\Windows\Documents\Paragraph.cs (2)
164get { return (int)GetValue(MinWidowLinesProperty); } 165set { SetValue(MinWidowLinesProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
979Paragraph.MinWidowLinesProperty,