3 references to BreakPageBeforeProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Block.cs (2)
401
get { return (bool)GetValue(
BreakPageBeforeProperty
); }
402
set { SetValue(
BreakPageBeforeProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1140
Block.
BreakPageBeforeProperty
,