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)
60
Invariant.Assert(!double.IsNaN(
_columnGap
));
61
return
_columnGap
;
90
return double.IsNaN(
_columnGap
);