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