66 instantiations of PathFigure
PresentationCore (9)
System\Windows\Media\EllipseGeometry.cs (1)
267new PathFigure(
System\Windows\Media\Generated\PathFigure.cs (1)
139return new PathFigure();
System\Windows\Media\LineGeometry.cs (1)
218new PathFigure(
System\Windows\Media\PathFigure.cs (2)
67return new PathFigure(); 121PathFigure result = new PathFigure();
System\Windows\Media\PathGeometry.cs (1)
432PathFigure figure = new PathFigure
System\Windows\Media\PathStreamGeometryContext.cs (1)
125_currentFigure = new PathFigure();
System\Windows\Media\RectangleGeometry.cs (2)
328new PathFigure( 348new PathFigure(
PresentationFramework (14)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
258PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (3)
459PathFigure path = new PathFigure 485path = new PathFigure 512path = new PathFigure
System\Windows\Controls\Primitives\TickBar.cs (4)
527PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 540geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 632PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 645geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
System\windows\Documents\CaretElement.cs (1)
720pathFigure = new PathFigure
System\Windows\Documents\CompositionAdorner.cs (1)
273PathFigure pathFigure = new PathFigure
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8103DefaultConstructor = delegate () { return new System.Windows.Media.PathFigure(); },
System\Windows\Markup\KnownTypes.cs (1)
1435case KnownElements.PathFigure: o = new System.Windows.Media.PathFigure(); break;
System\Windows\Shapes\Polygon.cs (1)
108PathFigure pathFigure = new PathFigure();
System\Windows\Shapes\Polyline.cs (1)
108PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
884PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
622PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
476PathFigure borderFigure = new PathFigure 488borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
604PathFigure figure = new PathFigure 636PathFigure figure = new PathFigure 668PathFigure figure = new PathFigure 700PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Aero2 (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
884PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
622PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
476PathFigure borderFigure = new PathFigure 488borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
604PathFigure figure = new PathFigure 636PathFigure figure = new PathFigure 668PathFigure figure = new PathFigure 700PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
189PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
874PathFigure figure = new PathFigure 1079PathFigure figure = new PathFigure 1113PathFigure figure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
147PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
174PathFigure tabFigure = new PathFigure 320PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
437PathFigure figure = new PathFigure 472PathFigure figure = new PathFigure 507PathFigure figure = new PathFigure 542PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
462PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Royale (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
103PathFigure tabFigure = new PathFigure 242PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
397PathFigure figure = new PathFigure 432PathFigure figure = new PathFigure 467PathFigure figure = new PathFigure 502PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
462PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
161 references to PathFigure
PresentationCore (84)
System\Windows\Media\ArcSegment.cs (1)
54PathFigure figure, // The figure to add to
System\Windows\Media\BezierSegment.cs (1)
47PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PathFigure.cs (5)
33public new PathFigure Clone() 35return (PathFigure)base.Clone(); 42public new PathFigure CloneCurrentValue() 44return (PathFigure)base.CloneCurrentValue(); 261Type typeofThis = typeof(PathFigure);
System\Windows\Media\Generated\PathFigureCollection.cs (53)
25public sealed partial class PathFigureCollection : Animatable, IFormattable, IList, IList<PathFigure> 70public void Add(PathFigure value) 98public bool Contains(PathFigure value) 108public int IndexOf(PathFigure value) 118public void Insert(int index, PathFigure value) 140public bool Remove(PathFigure value) 156PathFigure oldValue = _collection[index]; 200PathFigure oldValue = _collection[ index ]; 218public PathFigure this[int index] 237PathFigure oldValue = _collection[ index ]; 269public void CopyTo(PathFigure[] array, int index) 284bool ICollection<PathFigure>.IsReadOnly 308IEnumerator<PathFigure> IEnumerable<PathFigure>.GetEnumerator() 321return ((ICollection<PathFigure>)this).IsReadOnly; 356return Contains(value as PathFigure); 361return IndexOf(value as PathFigure); 372Remove(value as PathFigure); 464internal PathFigure Internal_GetItem(int i) 491private PathFigure Cast(object value) 495if (!(value is PathFigure)) 500return (PathFigure) value; 506private int AddHelper(PathFigure value) 517internal int AddWithoutFiringPublicEvents(PathFigure value) 526PathFigure newValue = value; 579_collection = new FrugalStructList<PathFigure>(count); 583PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].Clone(); 599_collection = new FrugalStructList<PathFigure>(count); 603PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].CloneCurrentValue(); 619_collection = new FrugalStructList<PathFigure>(count); 623PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetAsFrozen(); 639_collection = new FrugalStructList<PathFigure>(count); 643PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetCurrentValueAsFrozen(); 810internal FrugalStructList<PathFigure> _collection; 820public struct Enumerator : IEnumerator, IEnumerator<PathFigure> 831_current = default(PathFigure); 910public PathFigure Current 933private PathFigure _current; 955_collection = new FrugalStructList<PathFigure>(); 964_collection = new FrugalStructList<PathFigure>(capacity); 970public PathFigureCollection(IEnumerable<PathFigure> collection) 981ICollection<PathFigure> icollectionOfT = collection as ICollection<PathFigure>; 985_collection = new FrugalStructList<PathFigure>(icollectionOfT); 993_collection = new FrugalStructList<PathFigure>(icollection); 997_collection = new FrugalStructList<PathFigure>(); 999foreach (PathFigure item in collection) 1005PathFigure newValue = item; 1016foreach (PathFigure item in collection)
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
60PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
60PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
60PathFigure figure, // The figure to add to
System\Windows\Media\LineSegment.cs (1)
45PathFigure figure, // The figure to add to
System\Windows\Media\PathFigure.cs (4)
56public PathFigure GetFlattenedPathFigure(double tolerance, ToleranceType type) 84public PathFigure GetFlattenedPathFigure() 117internal PathFigure GetTransformedCopy(Matrix matrix) 121PathFigure result = new PathFigure();
System\Windows\Media\PathFigureCollection.cs (1)
16public sealed partial class PathFigureCollection : Animatable, IList, IList<PathFigure>
System\Windows\Media\PathGeometry.cs (6)
43public PathGeometry(IEnumerable<PathFigure> figures) 47foreach (PathFigure item in figures) 61public PathGeometry(IEnumerable<PathFigure> figures, FillRule fillRule, Transform transform) 70foreach (PathFigure item in figures) 339PathFigure figure = figures.Internal_GetItem(i); 432PathFigure figure = new PathFigure
System\Windows\Media\PathSegment.cs (1)
28PathFigure figure, // The figure to add to
System\Windows\Media\PathStreamGeometryContext.cs (7)
30s_defaultValueForPathFigureIsClosed = (bool)PathFigure.IsClosedProperty.GetDefaultValue(typeof(PathFigure)); 31s_defaultValueForPathFigureIsFilled = (bool)PathFigure.IsFilledProperty.GetDefaultValue(typeof(PathFigure)); 32s_defaultValueForPathFigureStartPoint = (Point)PathFigure.StartPointProperty.GetDefaultValue(typeof(PathFigure)); 466private PathFigure _currentFigure;
System\Windows\Media\QuadraticBezierSegment.cs (1)
48PathFigure figure, // The figure to add to
PresentationFramework (26)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
258PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (1)
459PathFigure path = new PathFigure
System\Windows\Controls\Primitives\TickBar.cs (4)
527PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 540geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 632PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 645geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
System\windows\Documents\CaretElement.cs (1)
717PathFigure pathFigure;
System\Windows\Documents\CompositionAdorner.cs (1)
273PathFigure pathFigure = new PathFigure
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
945foreach (PathFigure pathFigure in pathFigures) 960foreach (PathFigure pathFigure in pathFigures)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
537case 443: t = () => typeof(PathFigure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
3295Type type = typeof(System.Windows.Media.PathFigure); 3296DependencyProperty dp = System.Windows.Media.PathFigure.SegmentsProperty; 3298this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 8313Type type = typeof(System.Windows.Media.PathFigure); 8314DependencyProperty dp = System.Windows.Media.PathFigure.IsClosedProperty; 8316this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 8332Type type = typeof(System.Windows.Media.PathFigure); 8333DependencyProperty dp = System.Windows.Media.PathFigure.IsFilledProperty; 8335this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8100typeof(System.Windows.Media.PathFigure),
System\Windows\Markup\KnownTypes.cs (3)
1850return System.Windows.Media.PathFigure.SegmentsProperty; 2510case KnownElements.PathFigure: return (o as System.Windows.Media.PathFigure).Segments; 5991case KnownElements.PathFigure: t = typeof(System.Windows.Media.PathFigure); break;
System\Windows\Shapes\Polygon.cs (1)
108PathFigure pathFigure = new PathFigure();
System\Windows\Shapes\Polyline.cs (1)
108PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (1)
884PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
622PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
476PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
604PathFigure figure = new PathFigure 636PathFigure figure = new PathFigure 668PathFigure figure = new PathFigure 700PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\BulletChrome.cs (1)
884PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
622PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
476PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
604PathFigure figure = new PathFigure 636PathFigure figure = new PathFigure 668PathFigure figure = new PathFigure 700PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
189PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
872private static PathFigure GenerateRectFigure(Rect rect) 874PathFigure figure = new PathFigure 1079PathFigure figure = new PathFigure 1113PathFigure figure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
147PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
174PathFigure tabFigure = new PathFigure 320PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
437PathFigure figure = new PathFigure 472PathFigure figure = new PathFigure 507PathFigure figure = new PathFigure 542PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
460private static PathFigure GenerateRectFigure(Rect rect) 462PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
103PathFigure tabFigure = new PathFigure 242PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
397PathFigure figure = new PathFigure 432PathFigure figure = new PathFigure 467PathFigure figure = new PathFigure 502PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
460private static PathFigure GenerateRectFigure(Rect rect) 462PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
225PathFigure figure = new PathFigure();
ReachFramework (7)
AlphaFlattener\Utility.cs (4)
518PathFigure figure = geometry.Figures[0]; 615PathFigure figure = pathGeometry.Figures[0]; 891PathFigure figure = geometry.Figures[i]; 902public static int GetPathPointCount(PathFigure figure)
Serialization\VisualSerializer.cs (3)
996foreach (PathFigure p in figures) 1206foreach (PathFigure p in figures) 1507foreach (PathFigure p in figures)