2 writes to ColumnWidth
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
596Document.ColumnWidth = double.PositiveInfinity; 1080Document.ColumnWidth = _printingState.ColumnWidth;
2 references to ColumnWidth
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
567_printingState.ColumnWidth = Document.ColumnWidth;
System\Windows\Documents\FlowDocument.cs (1)
394/// DependencyProperty for <see cref="ColumnWidth" /> property.