1 write to _verticals
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (1)
40_verticals = new List<FixedSOMLineRanges>();
3 references to _verticals
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (3)
55return _IsSeparated(_verticals, left, top, right, bottom); 66_AddLineToRanges(_verticals, point1.X, point1.Y, point2.Y); 189return _verticals;