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)
69
int oldOffset =
_currOffset
;
83
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
224
int offsetToArcToSegment =
_currOffset
;
240
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
312
Debug.Assert(sizeof(MIL_PATHGEOMETRY) <=
_currOffset
);
313
Debug.Assert(_currentPathGeometryData.Size == (uint)
_currOffset
);
352
Invariant.Assert(
_currOffset
>= bufferOffset+cbDataSize);
376
Invariant.Assert(newOffset <=
_currOffset
);
398
newOffset =
_currOffset
+ cbDataSize;
420
_chunkList[0].Length !=
_currOffset
)
422
byte [] buffer = new byte[
_currOffset
];
428
ReadData(pbData, 0,
_currOffset
);
542
Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <=
_currOffset
);
555
_currentPathGeometryData.Size = (UInt32)(
_currOffset
);
582
Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <=
_currOffset
);
607
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
699
int oldOffset =
_currOffset
;