8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
461
PathSegmentCollection collection = new
PathSegmentCollection
();
575
return new
PathSegmentCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (3)
79
_segments = new
PathSegmentCollection
(segmentCount);
241
_segments = new
PathSegmentCollection
();
368
_segments = new
PathSegmentCollection
();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
259
PathSegmentCollection segments = new
PathSegmentCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8174
DefaultConstructor = delegate () { return new System.Windows.Media.
PathSegmentCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1438
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
104
public
PathSegmentCollection
Segments
108
return (
PathSegmentCollection
) GetValue(SegmentsProperty);
242
internal static
PathSegmentCollection
s_Segments =
PathSegmentCollection
.Empty;
289
typeof(
PathSegmentCollection
),
291
new FreezableDefaultValueFactory(
PathSegmentCollection
.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
45
public new
PathSegmentCollection
Clone()
47
return (
PathSegmentCollection
)base.Clone();
54
public new
PathSegmentCollection
CloneCurrentValue()
56
return (
PathSegmentCollection
)base.CloneCurrentValue();
455
internal static
PathSegmentCollection
Empty
461
PathSegmentCollection
collection = new PathSegmentCollection();
552
private static
PathSegmentCollection
s_empty;
582
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
604
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
626
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
648
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
752
internal Enumerator(
PathSegmentCollection
list)
863
private
PathSegmentCollection
_list;
System\Windows\Media\PathFigure.cs (6)
34
PathSegmentCollection
mySegments = Segments;
95
PathSegmentCollection
segments = Segments;
118
PathSegmentCollection
segments = Segments;
190
PathSegmentCollection
segments = Segments;
205
PathSegmentCollection
segments = Segments;
219
PathSegmentCollection
segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
466
private
PathSegmentCollection
_segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
259
PathSegmentCollection
segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
961
PathSegmentCollection
pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
541
case 448: t = () => typeof(
PathSegmentCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8171
typeof(System.Windows.Media.
PathSegmentCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5995
case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.
PathSegmentCollection
); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1015
PathSegmentCollection
segments = p.Segments;
1224
PathSegmentCollection
segments = p.Segments;
1514
PathSegmentCollection
segments = p.Segments;