3 writes to _lastSegmentSize
PresentationCore (3)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (3)
278
_lastSegmentSize
= (UInt32)sizeof(MIL_SEGMENT_ARC);
647
_lastSegmentSize
= 0;
678
_lastSegmentSize
= (UInt32)(sizeof(MIL_SEGMENT_POLY) + (sizeof(Point) * _currentPolySegmentData.Count));
2 references to _lastSegmentSize
PresentationCore (2)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (2)
265
arcToSegment.BackSize =
_lastSegmentSize
;
812
_currentPolySegmentData.BackSize =
_lastSegmentSize
;