8 instantiations of PathSegmentCollection
PresentationCore (5)
System\Windows\Media\Generated\PathSegmentCollection.cs (2)
477
PathSegmentCollection collection = new
PathSegmentCollection
();
591
return new
PathSegmentCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (3)
97
_segments = new
PathSegmentCollection
(segmentCount);
259
_segments = new
PathSegmentCollection
();
385
_segments = new
PathSegmentCollection
();
PresentationFramework (3)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
264
PathSegmentCollection segments = new
PathSegmentCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7426
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PathSegmentCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1445
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;
38 references to PathSegmentCollection
PresentationCore (30)
System\Windows\Media\Generated\PathFigure.cs (6)
122
public
PathSegmentCollection
Segments
126
return (
PathSegmentCollection
) GetValue(SegmentsProperty);
260
internal static
PathSegmentCollection
s_Segments =
PathSegmentCollection
.Empty;
308
typeof(
PathSegmentCollection
),
310
new FreezableDefaultValueFactory(
PathSegmentCollection
.Empty),
System\Windows\Media\Generated\PathSegmentCollection.cs (17)
64
public new
PathSegmentCollection
Clone()
66
return (
PathSegmentCollection
)base.Clone();
73
public new
PathSegmentCollection
CloneCurrentValue()
75
return (
PathSegmentCollection
)base.CloneCurrentValue();
471
internal static
PathSegmentCollection
Empty
477
PathSegmentCollection
collection = new PathSegmentCollection();
568
private static
PathSegmentCollection
s_empty;
598
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
618
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
638
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
658
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
760
internal Enumerator(
PathSegmentCollection
list)
870
private
PathSegmentCollection
_list;
System\Windows\Media\PathFigure.cs (6)
54
PathSegmentCollection
mySegments = Segments;
115
PathSegmentCollection
segments = Segments;
138
PathSegmentCollection
segments = Segments;
210
PathSegmentCollection
segments = Segments;
225
PathSegmentCollection
segments = Segments;
239
PathSegmentCollection
segments = Segments;
System\Windows\Media\PathStreamGeometryContext.cs (1)
471
private
PathSegmentCollection
_segments;
PresentationFramework (5)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
264
PathSegmentCollection
segments = new PathSegmentCollection();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
965
PathSegmentCollection
pathSegments = pathFigure.Segments;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
544
case 448: t = () => typeof(
PathSegmentCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7424
typeof(System.Windows.Media.
PathSegmentCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6002
case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.
PathSegmentCollection
); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
1023
PathSegmentCollection
segments = p.Segments;
1232
PathSegmentCollection
segments = p.Segments;
1522
PathSegmentCollection
segments = p.Segments;