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