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)
100
int oldOffset =
_currOffset
;
114
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
273
int offsetToArcToSegment =
_currOffset
;
289
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
369
Debug.Assert(sizeof(MIL_PATHGEOMETRY) <=
_currOffset
);
370
Debug.Assert(_currentPathGeometryData.Size == (uint)
_currOffset
);
413
Invariant.Assert(
_currOffset
>= bufferOffset+cbDataSize);
441
Invariant.Assert(newOffset <=
_currOffset
);
467
newOffset =
_currOffset
+ cbDataSize;
494
_chunkList[0].Length !=
_currOffset
)
496
byte [] buffer = new byte[
_currOffset
];
502
ReadData(pbData, 0,
_currOffset
);
625
Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <=
_currOffset
);
638
_currentPathGeometryData.Size = (UInt32)(
_currOffset
);
670
Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <=
_currOffset
);
695
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
800
int oldOffset =
_currOffset
;