3 writes to _lastSegmentSize
PresentationCore (3)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
245
_lastSegmentSize
= (UInt32)sizeof(MIL_SEGMENT_ARC);
580
_lastSegmentSize
= 0;
606
_lastSegmentSize
= (UInt32)(sizeof(MIL_SEGMENT_POLY) + (sizeof(Point) * _currentPolySegmentData.Count));
2 references to _lastSegmentSize
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
232
arcToSegment.BackSize =
_lastSegmentSize
;
727
_currentPolySegmentData.BackSize =
_lastSegmentSize
;