1 write to _currOffset
PresentationCore (1)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
478_currOffset = newOffset;
17 references to _currOffset
PresentationCore (17)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (17)
100int oldOffset = _currOffset; 114_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 273int offsetToArcToSegment = _currOffset; 289_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 369Debug.Assert(sizeof(MIL_PATHGEOMETRY) <= _currOffset); 370Debug.Assert(_currentPathGeometryData.Size == (uint)_currOffset); 413Invariant.Assert(_currOffset >= bufferOffset+cbDataSize); 441Invariant.Assert(newOffset <= _currOffset); 467newOffset = _currOffset + cbDataSize; 494_chunkList[0].Length != _currOffset) 496byte [] buffer = new byte[_currOffset]; 502ReadData(pbData, 0, _currOffset); 625Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <= _currOffset); 638_currentPathGeometryData.Size = (UInt32)(_currOffset); 670Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <= _currOffset); 695_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 800int oldOffset = _currOffset;