3 writes to _lastSegmentSize
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
230
_lastSegmentSize
= (UInt32)sizeof(MIL_SEGMENT_ARC);
565
_lastSegmentSize
= 0;
591
_lastSegmentSize
= (UInt32)(sizeof(MIL_SEGMENT_POLY) + (sizeof(Point) * _currentPolySegmentData.Count));
2 references to _lastSegmentSize
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
217
arcToSegment.BackSize =
_lastSegmentSize
;
712
_currentPolySegmentData.BackSize =
_lastSegmentSize
;