1 write to _currOffset
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
425_currOffset = newOffset;
17 references to _currOffset
PresentationCore (17)
System\Windows\Media\ByteStreamGeometryContext.cs (17)
87int oldOffset = _currOffset; 101_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 240int offsetToArcToSegment = _currOffset; 256_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 328Debug.Assert(sizeof(MIL_PATHGEOMETRY) <= _currOffset); 329Debug.Assert(_currentPathGeometryData.Size == (uint)_currOffset); 368Invariant.Assert(_currOffset >= bufferOffset+cbDataSize); 392Invariant.Assert(newOffset <= _currOffset); 414newOffset = _currOffset + cbDataSize; 436_chunkList[0].Length != _currOffset) 438byte [] buffer = new byte[_currOffset]; 444ReadData(pbData, 0, _currOffset); 558Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <= _currOffset); 571_currentPathGeometryData.Size = (UInt32)(_currOffset); 598Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <= _currOffset); 623_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 715int oldOffset = _currOffset;