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