8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
446
PathSegmentCollection collection = new
PathSegmentCollection
();
560
return new
PathSegmentCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (3)
80
_segments = new
PathSegmentCollection
(segmentCount);
242
_segments = new
PathSegmentCollection
();
369
_segments = new
PathSegmentCollection
();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
263
PathSegmentCollection segments = new
PathSegmentCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8175
DefaultConstructor = delegate () { return new System.Windows.Media.
PathSegmentCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1439
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
96
public
PathSegmentCollection
Segments
100
return (
PathSegmentCollection
) GetValue(SegmentsProperty);
234
internal static
PathSegmentCollection
s_Segments =
PathSegmentCollection
.Empty;
282
typeof(
PathSegmentCollection
),
284
new FreezableDefaultValueFactory(
PathSegmentCollection
.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
33
public new
PathSegmentCollection
Clone()
35
return (
PathSegmentCollection
)base.Clone();
42
public new
PathSegmentCollection
CloneCurrentValue()
44
return (
PathSegmentCollection
)base.CloneCurrentValue();
440
internal static
PathSegmentCollection
Empty
446
PathSegmentCollection
collection = new PathSegmentCollection();
537
private static
PathSegmentCollection
s_empty;
567
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
587
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
607
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
627
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
729
internal Enumerator(
PathSegmentCollection
list)
839
private
PathSegmentCollection
_list;
System\Windows\Media\PathFigure.cs (6)
35
PathSegmentCollection
mySegments = Segments;
96
PathSegmentCollection
segments = Segments;
119
PathSegmentCollection
segments = Segments;
191
PathSegmentCollection
segments = Segments;
206
PathSegmentCollection
segments = Segments;
220
PathSegmentCollection
segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
467
private
PathSegmentCollection
_segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
263
PathSegmentCollection
segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
962
PathSegmentCollection
pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
542
case 448: t = () => typeof(
PathSegmentCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8172
typeof(System.Windows.Media.
PathSegmentCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5996
case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.
PathSegmentCollection
); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1016
PathSegmentCollection
segments = p.Segments;
1225
PathSegmentCollection
segments = p.Segments;
1515
PathSegmentCollection
segments = p.Segments;