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