1 write to _horizontals
PresentationFramework (1)
System\Windows\Documents\FixedSOMLineCollection.cs (1)
36_horizontals = new List<FixedSOMLineRanges>();
3 references to _horizontals
PresentationFramework (3)
System\Windows\Documents\FixedSOMLineCollection.cs (3)
55return _IsSeparated(_horizontals, top, left, bottom, right); 67_AddLineToRanges(_horizontals, point1.Y, point1.X, point2.X); 175return _horizontals;