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