1 write to _horizontals
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (1)
41
_horizontals
= new List<FixedSOMLineRanges>();
3 references to _horizontals
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedSOMLineCollection.cs (3)
60
return _IsSeparated(
_horizontals
, top, left, bottom, right);
72
_AddLineToRanges(
_horizontals
, point1.Y, point1.X, point2.X);
181
return
_horizontals
;