21 references to PointCollection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (3)
458PointCollection collection = new PointCollection(); 553return new PointCollection(); 753PointCollection resource = new PointCollection();
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
97PointCollection copy = new PointCollection();
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
97PointCollection copy = new PointCollection();
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
97PointCollection copy = new PointCollection();
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
513PointCollection ptCollection = new PointCollection(); 544PointCollection ptCollection = new PointCollection();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
365_currentSegmentPoints = new PointCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7723bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PointCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1466case KnownElements.PointCollection: o = new System.Windows.Media.PointCollection(); break;
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (2)
438viewStatePoints = new PointCollection { (Point)viewStateValue }; 462PointCollection newcollection = new PointCollection();
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1515connector.Points = new PointCollection();
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
73PointCollection metaData = new PointCollection(); 511PointCollection newLocations = new PointCollection();
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1774PointCollection points = new PointCollection();
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
467PointCollection newTransitionViewState = new PointCollection
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\Connector.cs (1)
31new FrameworkPropertyMetadata(new PointCollection()));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
251PointCollection pointCollection = new PointCollection(); 419connectorChild.Points = new PointCollection();