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)
63
Invariant.Assert(!double.IsNaN(
_columnGap
));
64
return
_columnGap
;
93
return double.IsNaN(
_columnGap
);