3 writes to _lastSegmentSize
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
229
_lastSegmentSize
= (UInt32)sizeof(MIL_SEGMENT_ARC);
564
_lastSegmentSize
= 0;
590
_lastSegmentSize
= (UInt32)(sizeof(MIL_SEGMENT_POLY) + (sizeof(Point) * _currentPolySegmentData.Count));
2 references to _lastSegmentSize
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
216
arcToSegment.BackSize =
_lastSegmentSize
;
711
_currentPolySegmentData.BackSize =
_lastSegmentSize
;