1 write to _verticals
PresentationFramework (1)
System\Windows\Documents\FixedSOMLineCollection.cs (1)
28_verticals = new List<FixedSOMLineRanges>();
3 references to _verticals
PresentationFramework (3)
System\Windows\Documents\FixedSOMLineCollection.cs (3)
43return _IsSeparated(_verticals, left, top, right, bottom); 54_AddLineToRanges(_verticals, point1.X, point1.Y, point2.Y); 180return _verticals;