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