42 references to MIL_SEGMENT_TYPE
PresentationCore (42)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_core_types.cs (6)
1035[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type; 1043[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type; 1053[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type; 1065[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type; 1076[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type; 1090[FieldOffset(0)] internal MIL_SEGMENT_TYPE Type;
System\Windows\Media\ByteStreamGeometryContext.cs (10)
102MIL_SEGMENT_TYPE.MilSegmentPolyLine); 123MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier); 145MIL_SEGMENT_TYPE.MilSegmentPolyBezier); 161MIL_SEGMENT_TYPE.MilSegmentPolyLine); 176MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier); 191MIL_SEGMENT_TYPE.MilSegmentPolyBezier); 210Type = MIL_SEGMENT_TYPE.MilSegmentArc 623MIL_SEGMENT_TYPE segmentType) 663MIL_SEGMENT_TYPE segmentType) 679private void GenericPolyToHelper(bool isStroked, bool isSmoothJoin, bool hasCurves, MIL_SEGMENT_TYPE segmentType)
System\Windows\Media\PathGeometry.cs (11)
161case MIL_SEGMENT_TYPE.MilSegmentLine: 176case MIL_SEGMENT_TYPE.MilSegmentBezier: 193case MIL_SEGMENT_TYPE.MilSegmentQuadraticBezier: 209case MIL_SEGMENT_TYPE.MilSegmentArc: 228case MIL_SEGMENT_TYPE.MilSegmentPolyLine: 229case MIL_SEGMENT_TYPE.MilSegmentPolyBezier: 230case MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier: 264case MIL_SEGMENT_TYPE.MilSegmentPolyLine: 269case MIL_SEGMENT_TYPE.MilSegmentPolyBezier: 274case MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier: 286case MIL_SEGMENT_TYPE.MilSegmentNone:
System\Windows\Media\PathStreamGeometryContext.cs (15)
144_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone; 156MIL_SEGMENT_TYPE.MilSegmentPolyLine); 170MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier); 185MIL_SEGMENT_TYPE.MilSegmentPolyBezier); 200MIL_SEGMENT_TYPE.MilSegmentPolyLine); 211MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier); 222MIL_SEGMENT_TYPE.MilSegmentPolyBezier); 279_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentArc; 308MIL_SEGMENT_TYPE segmentType) 325MIL_SEGMENT_TYPE segmentType) 376case MIL_SEGMENT_TYPE.MilSegmentPolyLine: 394case MIL_SEGMENT_TYPE.MilSegmentPolyBezier: 416case MIL_SEGMENT_TYPE.MilSegmentPolyQuadraticBezier: 457_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone; 469private MIL_SEGMENT_TYPE _currentSegmentType;