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