3 references to _minLineSeparation
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMLineRanges.cs (3)
30if (start > End[i] + _minLineSeparation) 34else if (end + _minLineSeparation < Start[i]) 125get { return _minLineSeparation; }