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)
55
return _IsSeparated(
_verticals
, left, top, right, bottom);
66
_AddLineToRanges(
_verticals
, point1.X, point1.Y, point2.Y);
189
return
_verticals
;