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