58 instantiations of PathFigure
PresentationCore (9)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
301new PathFigure(
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (1)
171return new PathFigure();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
252new PathFigure(
Core\CSharp\System\Windows\Media\PathFigure.cs (2)
94return new PathFigure(); 148PathFigure result = new PathFigure();
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
480PathFigure figure = new PathFigure();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
145_currentFigure = new PathFigure();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
358new PathFigure( 378new PathFigure(
PresentationFramework (14)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
270PathFigure path = new PathFigure();
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
485PathFigure path = new PathFigure(); 509path = new PathFigure(); 534path = new PathFigure();
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (4)
542PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 555geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 647PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 660geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
src\Framework\System\windows\Documents\CaretElement.cs (1)
728pathFigure = new PathFigure();
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
278PathFigure pathFigure = new PathFigure();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7358bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PathFigure(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1442case KnownElements.PathFigure: o = new System.Windows.Media.PathFigure(); break;
src\Framework\System\Windows\Shapes\Polygon.cs (1)
118PathFigure pathFigure = new PathFigure();
src\Framework\System\Windows\Shapes\Polyline.cs (1)
118PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
882PathFigure figure = new PathFigure();
Microsoft\Windows\Themes\ButtonChrome.cs (1)
626PathFigure borderFigure = new PathFigure();
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
322PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
486PathFigure borderFigure = new PathFigure(); 497borderFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
607PathFigure figure = new PathFigure(); 637PathFigure figure = new PathFigure(); 667PathFigure figure = new PathFigure(); 697PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
880PathFigure figure = new PathFigure(); 1083PathFigure figure = new PathFigure(); 1115PathFigure figure = new PathFigure();
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
153PathFigure arrowFigure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177PathFigure tabFigure = new PathFigure(); 318PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
447PathFigure figure = new PathFigure(); 480PathFigure figure = new PathFigure(); 513PathFigure figure = new PathFigure(); 546PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
471PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Royale (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
106PathFigure tabFigure = new PathFigure(); 240PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
407PathFigure figure = new PathFigure(); 440PathFigure figure = new PathFigure(); 473PathFigure figure = new PathFigure(); 506PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
471PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (4)
64new PathFigure() 79new PathFigure() 94new PathFigure() 109new PathFigure()
143 references to PathFigure
PresentationCore (84)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
77PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\BezierSegment.cs (1)
69PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\Generated\PathFigure.cs (5)
65public new PathFigure Clone() 67return (PathFigure)base.Clone(); 74public new PathFigure CloneCurrentValue() 76return (PathFigure)base.CloneCurrentValue(); 293Type typeofThis = typeof(PathFigure);
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (53)
54public sealed partial class PathFigureCollection : Animatable, IFormattable, IList, IList<PathFigure> 99public void Add(PathFigure value) 127public bool Contains(PathFigure value) 137public int IndexOf(PathFigure value) 147public void Insert(int index, PathFigure value) 169public bool Remove(PathFigure value) 185PathFigure oldValue = _collection[index]; 229PathFigure oldValue = _collection[ index ]; 247public PathFigure this[int index] 267PathFigure oldValue = _collection[ index ]; 301public void CopyTo(PathFigure[] array, int index) 321bool ICollection<PathFigure>.IsReadOnly 345IEnumerator<PathFigure> IEnumerable<PathFigure>.GetEnumerator() 358return ((ICollection<PathFigure>)this).IsReadOnly; 393return Contains(value as PathFigure); 398return IndexOf(value as PathFigure); 409Remove(value as PathFigure); 506internal PathFigure Internal_GetItem(int i) 533private PathFigure Cast(object value) 540if (!(value is PathFigure)) 545return (PathFigure) value; 551private int AddHelper(PathFigure value) 562internal int AddWithoutFiringPublicEvents(PathFigure value) 571PathFigure newValue = value; 624_collection = new FrugalStructList<PathFigure>(count); 628PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].Clone(); 646_collection = new FrugalStructList<PathFigure>(count); 650PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].CloneCurrentValue(); 668_collection = new FrugalStructList<PathFigure>(count); 672PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetAsFrozen(); 690_collection = new FrugalStructList<PathFigure>(count); 694PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetCurrentValueAsFrozen(); 864internal FrugalStructList<PathFigure> _collection; 874public struct Enumerator : IEnumerator, IEnumerator<PathFigure> 885_current = default(PathFigure); 965public PathFigure Current 988private PathFigure _current; 1010_collection = new FrugalStructList<PathFigure>(); 1019_collection = new FrugalStructList<PathFigure>(capacity); 1025public PathFigureCollection(IEnumerable<PathFigure> collection) 1036ICollection<PathFigure> icollectionOfT = collection as ICollection<PathFigure>; 1040_collection = new FrugalStructList<PathFigure>(icollectionOfT); 1048_collection = new FrugalStructList<PathFigure>(icollection); 1052_collection = new FrugalStructList<PathFigure>(); 1054foreach (PathFigure item in collection) 1060PathFigure newValue = item; 1072foreach (PathFigure item in collection)
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
84PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
84PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
84PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\LineSegment.cs (1)
67PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\PathFigure.cs (4)
83public PathFigure GetFlattenedPathFigure(double tolerance, ToleranceType type) 111public PathFigure GetFlattenedPathFigure() 144internal PathFigure GetTransformedCopy(Matrix matrix) 148PathFigure result = new PathFigure();
Core\CSharp\System\Windows\Media\PathFigureCollection.cs (1)
31public sealed partial class PathFigureCollection : Animatable, IList, IList<PathFigure>
Core\CSharp\System\Windows\Media\PathGeometry.cs (6)
68public PathGeometry(IEnumerable<PathFigure> figures) 72foreach (PathFigure item in figures) 92public PathGeometry(IEnumerable<PathFigure> figures, FillRule fillRule, Transform transform) 101foreach (PathFigure item in figures) 380PathFigure figure = figures.Internal_GetItem(i); 480PathFigure figure = new PathFigure();
Core\CSharp\System\Windows\Media\PathSegment.cs (1)
44PathFigure figure, // The figure to add to
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (7)
50s_defaultValueForPathFigureIsClosed = (bool)PathFigure.IsClosedProperty.GetDefaultValue(typeof(PathFigure)); 51s_defaultValueForPathFigureIsFilled = (bool)PathFigure.IsFilledProperty.GetDefaultValue(typeof(PathFigure)); 52s_defaultValueForPathFigureStartPoint = (Point)PathFigure.StartPointProperty.GetDefaultValue(typeof(PathFigure)); 473private PathFigure _currentFigure;
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (1)
69PathFigure figure, // The figure to add to
PresentationFramework (26)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
270PathFigure path = new PathFigure();
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
485PathFigure path = new PathFigure();
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (4)
542PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 555geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 647PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 660geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
src\Framework\System\windows\Documents\CaretElement.cs (1)
725PathFigure pathFigure;
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
278PathFigure pathFigure = new PathFigure();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
957foreach (PathFigure pathFigure in pathFigures) 972foreach (PathFigure pathFigure in pathFigures)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
535case 443: t = () => typeof(PathFigure); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
3173Type type = typeof(System.Windows.Media.PathFigure); 3174DependencyProperty dp = System.Windows.Media.PathFigure.SegmentsProperty; 3176this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 7659Type type = typeof(System.Windows.Media.PathFigure); 7660DependencyProperty dp = System.Windows.Media.PathFigure.IsClosedProperty; 7662this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 7676Type type = typeof(System.Windows.Media.PathFigure); 7677DependencyProperty dp = System.Windows.Media.PathFigure.IsFilledProperty; 7679this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7356typeof(System.Windows.Media.PathFigure),
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1857return System.Windows.Media.PathFigure.SegmentsProperty; 2509case KnownElements.PathFigure: return (o as System.Windows.Media.PathFigure).Segments; 5987case KnownElements.PathFigure: t = typeof(System.Windows.Media.PathFigure); break;
src\Framework\System\Windows\Shapes\Polygon.cs (1)
118PathFigure pathFigure = new PathFigure();
src\Framework\System\Windows\Shapes\Polyline.cs (1)
118PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (1)
882PathFigure figure = new PathFigure();
Microsoft\Windows\Themes\ButtonChrome.cs (1)
626PathFigure borderFigure = new PathFigure();
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
322PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
486PathFigure borderFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
607PathFigure figure = new PathFigure(); 637PathFigure figure = new PathFigure(); 667PathFigure figure = new PathFigure(); 697PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
878private static PathFigure GenerateRectFigure(Rect rect) 880PathFigure figure = new PathFigure(); 1083PathFigure figure = new PathFigure(); 1115PathFigure figure = new PathFigure();
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
153PathFigure arrowFigure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
177PathFigure tabFigure = new PathFigure(); 318PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
447PathFigure figure = new PathFigure(); 480PathFigure figure = new PathFigure(); 513PathFigure figure = new PathFigure(); 546PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
469private static PathFigure GenerateRectFigure(Rect rect) 471PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
106PathFigure tabFigure = new PathFigure(); 240PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
407PathFigure figure = new PathFigure(); 440PathFigure figure = new PathFigure(); 473PathFigure figure = new PathFigure(); 506PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
469private static PathFigure GenerateRectFigure(Rect rect) 471PathFigure figure = new PathFigure();
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
234PathFigure figure = new PathFigure();