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)
216arcToSegment.BackSize = _lastSegmentSize; 711_currentPolySegmentData.BackSize = _lastSegmentSize;