1 write to _columnGap
PresentationFramework (1)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (1)
33_columnGap = (double)o.GetValue(FlowDocument.ColumnGapProperty);
3 references to _columnGap
PresentationFramework (3)
MS\Internal\PtsHost\ColumnPropertiesGroup.cs (3)
63Invariant.Assert(!double.IsNaN(_columnGap)); 64return _columnGap; 93return double.IsNaN(_columnGap);