1 write to _columnWidth
PresentationFramework (1)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
32_columnWidth = (double)o.GetValue(FlowDocument.ColumnWidthProperty);
3 references to _columnWidth
PresentationFramework (3)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (3)
42internal double ColumnWidth { get { Debug.Assert(!double.IsNaN(_columnWidth)); return _columnWidth; } } 84internal bool ColumnWidthAuto { get { return double.IsNaN(_columnWidth); } }