1 write to _currOffset
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
410_currOffset = newOffset;
17 references to _currOffset
PresentationCore (17)
System\Windows\Media\ByteStreamGeometryContext.cs (17)
70int oldOffset = _currOffset; 84_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 225int offsetToArcToSegment = _currOffset; 241_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 313Debug.Assert(sizeof(MIL_PATHGEOMETRY) <= _currOffset); 314Debug.Assert(_currentPathGeometryData.Size == (uint)_currOffset); 353Invariant.Assert(_currOffset >= bufferOffset+cbDataSize); 377Invariant.Assert(newOffset <= _currOffset); 399newOffset = _currOffset + cbDataSize; 421_chunkList[0].Length != _currOffset) 423byte [] buffer = new byte[_currOffset]; 429ReadData(pbData, 0, _currOffset); 543Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <= _currOffset); 556_currentPathGeometryData.Size = (UInt32)(_currOffset); 583Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <= _currOffset); 608_currentPathFigureData.Size = (UInt32)(_currOffset - _currentPathFigureDataOffset); 700int oldOffset = _currOffset;