1 write to _columnGap
PresentationFramework (1)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
30_columnGap = (double)o.GetValue(FlowDocument.ColumnGapProperty);
3 references to _columnGap
PresentationFramework (3)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (3)
60Invariant.Assert(!double.IsNaN(_columnGap)); 61return _columnGap; 90return double.IsNaN(_columnGap);