5 references to MIL_SEGMENT_BEZIER
PresentationCore (5)
System\Windows\Media\PathGeometry.cs (5)
179Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_BEZIER)); 180Debug.Assert(pathData.Size >= currentOffset + sizeof(MIL_SEGMENT_BEZIER)); 182MIL_SEGMENT_BEZIER *pSegmentBezier = (MIL_SEGMENT_BEZIER*)(pbData + currentOffset); 190currentOffset += sizeof(MIL_SEGMENT_BEZIER);