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