1 instantiation of MIL_PATHFIGURE
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
561
_currentPathFigureData = new
MIL_PATHFIGURE
();
10 references to MIL_PATHFIGURE
PresentationCore (10)
System\Windows\Media\ByteStreamGeometryContext.cs (6)
71
MIL_PATHFIGURE
tempFigure;
75
AppendData((byte*)&tempFigure, sizeof(
MIL_PATHFIGURE
));
542
Debug.Assert(_currentPathFigureDataOffset + sizeof(
MIL_PATHFIGURE
) <= _currOffset);
545
fixed (
MIL_PATHFIGURE
* pCurrentPathFigureData = &_currentPathFigureData)
547
OverwriteData((byte *)pCurrentPathFigureData, _currentPathFigureDataOffset, sizeof(
MIL_PATHFIGURE
));
761
private
MIL_PATHFIGURE
_currentPathFigureData;
System\Windows\Media\PathGeometry.cs (4)
134
Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(
MIL_PATHFIGURE
));
136
MIL_PATHFIGURE
*pPathFigure = (
MIL_PATHFIGURE
*)(pbData + currentOffset);
139
currentOffset += sizeof(
MIL_PATHFIGURE
);