9 instantiations of PathSegmentCollection
PresentationCore (5)
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (2)
493
PathSegmentCollection collection = new
PathSegmentCollection
();
610
return new
PathSegmentCollection
();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (3)
100
_segments = new
PathSegmentCollection
(segmentCount);
262
_segments = new
PathSegmentCollection
();
388
_segments = new
PathSegmentCollection
();
PresentationFramework (3)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
273
PathSegmentCollection segments = new
PathSegmentCollection
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7422
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PathSegmentCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1446
case KnownElements.PathSegmentCollection: o = new System.Windows.Media.
PathSegmentCollection
(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
20
PathSegmentCollection retVal = new
PathSegmentCollection
();
36 references to PathSegmentCollection
PresentationCore (30)
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (6)
128
public
PathSegmentCollection
Segments
132
return (
PathSegmentCollection
) GetValue(SegmentsProperty);
266
internal static
PathSegmentCollection
s_Segments =
PathSegmentCollection
.Empty;
314
typeof(
PathSegmentCollection
),
316
new FreezableDefaultValueFactory(
PathSegmentCollection
.Empty),
Core\CSharp\System\Windows\Media\Generated\PathSegmentCollection.cs (17)
67
public new
PathSegmentCollection
Clone()
69
return (
PathSegmentCollection
)base.Clone();
76
public new
PathSegmentCollection
CloneCurrentValue()
78
return (
PathSegmentCollection
)base.CloneCurrentValue();
487
internal static
PathSegmentCollection
Empty
493
PathSegmentCollection
collection = new PathSegmentCollection();
587
private static
PathSegmentCollection
s_empty;
617
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
639
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
661
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
683
PathSegmentCollection
sourcePathSegmentCollection = (
PathSegmentCollection
) source;
787
internal Enumerator(
PathSegmentCollection
list)
898
private
PathSegmentCollection
_list;
Core\CSharp\System\Windows\Media\PathFigure.cs (6)
57
PathSegmentCollection
mySegments = Segments;
123
PathSegmentCollection
segments = Segments;
146
PathSegmentCollection
segments = Segments;
218
PathSegmentCollection
segments = Segments;
233
PathSegmentCollection
segments = Segments;
247
PathSegmentCollection
segments = Segments;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
474
private
PathSegmentCollection
_segments;
PresentationFramework (5)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
273
PathSegmentCollection
segments = new PathSegmentCollection();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
974
PathSegmentCollection
pathSegments = pathFigure.Segments;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
540
case 448: t = () => typeof(
PathSegmentCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7420
typeof(System.Windows.Media.
PathSegmentCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5992
case KnownElements.PathSegmentCollection: t = typeof(System.Windows.Media.
PathSegmentCollection
); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToSegmentsConverter.cs (1)
20
PathSegmentCollection
retVal = new PathSegmentCollection();