1 write to _currOffset
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
409_currOffset = newOffset;
17 references to _currOffset
PresentationCore (17)
System\Windows\Media\ByteStreamGeometryContext.cs (17)
69int oldOffset = _currOffset; 83_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 224int offsetToArcToSegment = _currOffset; 240_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 312Debug.Assert(sizeof(MIL_PATHGEOMETRY) <= _currOffset); 313Debug.Assert(_currentPathGeometryData.Size == (uint)_currOffset); 352Invariant.Assert(_currOffset >= bufferOffset+cbDataSize); 376Invariant.Assert(newOffset <= _currOffset); 398newOffset = _currOffset + cbDataSize; 420_chunkList[0].Length != _currOffset) 422byte [] buffer = new byte[_currOffset]; 428ReadData(pbData, 0, _currOffset); 542Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <= _currOffset); 555_currentPathGeometryData.Size = (UInt32)(_currOffset); 582Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <= _currOffset); 607_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 699int oldOffset = _currOffset;