6 references to AppendData
PresentationCore (6)
System\Windows\Media\ByteStreamGeometryContext.cs (6)
49
AppendData
((byte*)&tempPath, sizeof(MIL_PATHGEOMETRY));
93
AppendData
((byte*)&tempFigure, sizeof(MIL_PATHFIGURE));
244
AppendData
((byte*)(&arcToSegment), sizeof(MIL_SEGMENT_ARC));
667
AppendData
((byte*)&p, sizeof(Point));
691
AppendData
((byte*)points, sizeof(Point) * count);
719
AppendData
((byte*)&tempSegment, sizeof(MIL_SEGMENT_POLY));