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