1 instantiation of MIL_SEGMENT_ARC
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
208MIL_SEGMENT_ARC arcToSegment = new MIL_SEGMENT_ARC
8 references to MIL_SEGMENT_ARC
PresentationCore (8)
System\Windows\Media\ByteStreamGeometryContext.cs (3)
208MIL_SEGMENT_ARC arcToSegment = new MIL_SEGMENT_ARC 228AppendData((byte*)(&arcToSegment), sizeof(MIL_SEGMENT_ARC)); 229_lastSegmentSize = (UInt32)sizeof(MIL_SEGMENT_ARC);
System\Windows\Media\PathGeometry.cs (5)
212Debug.Assert(pathData.SerializedData.Length >= currentOffset + sizeof(MIL_SEGMENT_ARC)); 213Debug.Assert(pathData.Size >= currentOffset + sizeof(MIL_SEGMENT_ARC)); 215MIL_SEGMENT_ARC *pSegmentArc = (MIL_SEGMENT_ARC*)(pbData + currentOffset); 225currentOffset += sizeof(MIL_SEGMENT_ARC);