3 references to BreakColumnBeforeProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Block.cs (2)
422
get { return (bool)GetValue(
BreakColumnBeforeProperty
); }
423
set { SetValue(
BreakColumnBeforeProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1141
Block.
BreakColumnBeforeProperty
,