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