1 write to _currOffset
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
425
_currOffset
= newOffset;
17 references to _currOffset
PresentationCore (17)
System\Windows\Media\ByteStreamGeometryContext.cs (17)
87
int oldOffset =
_currOffset
;
101
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
240
int offsetToArcToSegment =
_currOffset
;
256
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
328
Debug.Assert(sizeof(MIL_PATHGEOMETRY) <=
_currOffset
);
329
Debug.Assert(_currentPathGeometryData.Size == (uint)
_currOffset
);
368
Invariant.Assert(
_currOffset
>= bufferOffset+cbDataSize);
392
Invariant.Assert(newOffset <=
_currOffset
);
414
newOffset =
_currOffset
+ cbDataSize;
436
_chunkList[0].Length !=
_currOffset
)
438
byte [] buffer = new byte[
_currOffset
];
444
ReadData(pbData, 0,
_currOffset
);
558
Debug.Assert(_currentPathFigureDataOffset + sizeof(MIL_PATHFIGURE) <=
_currOffset
);
571
_currentPathGeometryData.Size = (UInt32)(
_currOffset
);
598
Debug.Assert(_currentPolySegmentDataOffset + sizeof(MIL_SEGMENT_POLY) <=
_currOffset
);
623
_currentPathFigureData.Size = (UInt32)(
_currOffset
- _currentPathFigureDataOffset);
715
int oldOffset =
_currOffset
;