5 references to MIL_SEGMENT_LINE
PresentationCore (5)
System\Windows\Media\PathGeometry.cs (5)
164
Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(
MIL_SEGMENT_LINE
));
165
Debug.Assert(pathData.Size >= currentOffset + sizeof(
MIL_SEGMENT_LINE
));
167
MIL_SEGMENT_LINE
*pSegmentLine = (
MIL_SEGMENT_LINE
*)(pbData + currentOffset);
173
currentOffset += sizeof(
MIL_SEGMENT_LINE
);