66 instantiations of PathFigure
PresentationCore (9)
System\Windows\Media\EllipseGeometry.cs (1)
267new PathFigure(
System\Windows\Media\Generated\PathFigure.cs (1)
150return 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)
255PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (3)
453PathFigure path = new PathFigure 479path = new PathFigure 506path = 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)
619PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
473PathFigure borderFigure = new PathFigure 485borderFigure = 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)
619PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
473PathFigure borderFigure = new PathFigure 485borderFigure = 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)
44public new PathFigure Clone() 46return (PathFigure)base.Clone(); 53public new PathFigure CloneCurrentValue() 55return (PathFigure)base.CloneCurrentValue(); 271Type typeofThis = typeof(PathFigure);
System\Windows\Media\Generated\PathFigureCollection.cs (53)
33public sealed partial class PathFigureCollection : Animatable, IFormattable, IList, IList<PathFigure> 78public void Add(PathFigure value) 106public bool Contains(PathFigure value) 116public int IndexOf(PathFigure value) 126public void Insert(int index, PathFigure value) 148public bool Remove(PathFigure value) 164PathFigure oldValue = _collection[index]; 208PathFigure oldValue = _collection[ index ]; 226public PathFigure this[int index] 246PathFigure oldValue = _collection[ index ]; 280public void CopyTo(PathFigure[] array, int index) 295bool ICollection<PathFigure>.IsReadOnly 319IEnumerator<PathFigure> IEnumerable<PathFigure>.GetEnumerator() 332return ((ICollection<PathFigure>)this).IsReadOnly; 367return Contains(value as PathFigure); 372return IndexOf(value as PathFigure); 383Remove(value as PathFigure); 475internal PathFigure Internal_GetItem(int i) 502private PathFigure Cast(object value) 506if (!(value is PathFigure)) 511return (PathFigure) value; 517private int AddHelper(PathFigure value) 528internal int AddWithoutFiringPublicEvents(PathFigure value) 537PathFigure newValue = value; 590_collection = new FrugalStructList<PathFigure>(count); 594PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].Clone(); 612_collection = new FrugalStructList<PathFigure>(count); 616PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].CloneCurrentValue(); 634_collection = new FrugalStructList<PathFigure>(count); 638PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetAsFrozen(); 656_collection = new FrugalStructList<PathFigure>(count); 660PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetCurrentValueAsFrozen(); 829internal FrugalStructList<PathFigure> _collection; 839public struct Enumerator : IEnumerator, IEnumerator<PathFigure> 850_current = default(PathFigure); 930public PathFigure Current 953private PathFigure _current; 975_collection = new FrugalStructList<PathFigure>(); 984_collection = new FrugalStructList<PathFigure>(capacity); 990public PathFigureCollection(IEnumerable<PathFigure> collection) 1001ICollection<PathFigure> icollectionOfT = collection as ICollection<PathFigure>; 1005_collection = new FrugalStructList<PathFigure>(icollectionOfT); 1013_collection = new FrugalStructList<PathFigure>(icollection); 1017_collection = new FrugalStructList<PathFigure>(); 1019foreach (PathFigure item in collection) 1025PathFigure newValue = item; 1037foreach (PathFigure item in collection)
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
70PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
70PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
70PathFigure 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)
255PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (1)
453PathFigure 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)
619PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
473PathFigure 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)
619PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
327PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
473PathFigure 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)