66 instantiations of PathFigure
PresentationCore (9)
System\Windows\Media\EllipseGeometry.cs (1)
266new PathFigure(
System\Windows\Media\Generated\PathFigure.cs (1)
147return new PathFigure();
System\Windows\Media\LineGeometry.cs (1)
217new PathFigure(
System\Windows\Media\PathFigure.cs (2)
66return new PathFigure(); 120PathFigure result = new PathFigure();
System\Windows\Media\PathGeometry.cs (1)
431PathFigure figure = new PathFigure
System\Windows\Media\PathStreamGeometryContext.cs (1)
124_currentFigure = new PathFigure();
System\Windows\Media\RectangleGeometry.cs (2)
327new PathFigure( 347new PathFigure(
PresentationFramework (14)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
254PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (3)
452PathFigure path = new PathFigure 478path = new PathFigure 505path = new PathFigure
System\Windows\Controls\Primitives\TickBar.cs (4)
526PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 539geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 631PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 644geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
System\windows\Documents\CaretElement.cs (1)
719pathFigure = new PathFigure
System\Windows\Documents\CompositionAdorner.cs (1)
272PathFigure pathFigure = new PathFigure
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8102DefaultConstructor = delegate () { return new System.Windows.Media.PathFigure(); },
System\Windows\Markup\KnownTypes.cs (1)
1434case KnownElements.PathFigure: o = new System.Windows.Media.PathFigure(); break;
System\Windows\Shapes\Polygon.cs (1)
107PathFigure pathFigure = new PathFigure();
System\Windows\Shapes\Polyline.cs (1)
107PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
883PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
618PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
326PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
472PathFigure borderFigure = new PathFigure 484borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
603PathFigure figure = new PathFigure 635PathFigure figure = new PathFigure 667PathFigure figure = new PathFigure 699PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Aero2 (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
883PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
618PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
326PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
472PathFigure borderFigure = new PathFigure 484borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
603PathFigure figure = new PathFigure 635PathFigure figure = new PathFigure 667PathFigure figure = new PathFigure 699PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
188PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Classic (5)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
873PathFigure figure = new PathFigure 1078PathFigure figure = new PathFigure 1112PathFigure figure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
146PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Luna (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
173PathFigure tabFigure = new PathFigure 319PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
436PathFigure figure = new PathFigure 471PathFigure figure = new PathFigure 506PathFigure figure = new PathFigure 541PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
459PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Royale (8)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
102PathFigure tabFigure = new PathFigure 241PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
396PathFigure figure = new PathFigure 431PathFigure figure = new PathFigure 466PathFigure figure = new PathFigure 501PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
459PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
161 references to PathFigure
PresentationCore (84)
System\Windows\Media\ArcSegment.cs (1)
53PathFigure figure, // The figure to add to
System\Windows\Media\BezierSegment.cs (1)
46PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PathFigure.cs (5)
41public new PathFigure Clone() 43return (PathFigure)base.Clone(); 50public new PathFigure CloneCurrentValue() 52return (PathFigure)base.CloneCurrentValue(); 268Type typeofThis = typeof(PathFigure);
System\Windows\Media\Generated\PathFigureCollection.cs (53)
32public sealed partial class PathFigureCollection : Animatable, IFormattable, IList, IList<PathFigure> 77public void Add(PathFigure value) 105public bool Contains(PathFigure value) 115public int IndexOf(PathFigure value) 125public void Insert(int index, PathFigure value) 147public bool Remove(PathFigure value) 163PathFigure oldValue = _collection[index]; 207PathFigure oldValue = _collection[ index ]; 225public PathFigure this[int index] 245PathFigure oldValue = _collection[ index ]; 279public void CopyTo(PathFigure[] array, int index) 294bool ICollection<PathFigure>.IsReadOnly 318IEnumerator<PathFigure> IEnumerable<PathFigure>.GetEnumerator() 331return ((ICollection<PathFigure>)this).IsReadOnly; 366return Contains(value as PathFigure); 371return IndexOf(value as PathFigure); 382Remove(value as PathFigure); 474internal PathFigure Internal_GetItem(int i) 501private PathFigure Cast(object value) 505if (!(value is PathFigure)) 510return (PathFigure) value; 516private int AddHelper(PathFigure value) 527internal int AddWithoutFiringPublicEvents(PathFigure value) 536PathFigure newValue = value; 589_collection = new FrugalStructList<PathFigure>(count); 593PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].Clone(); 611_collection = new FrugalStructList<PathFigure>(count); 615PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].CloneCurrentValue(); 633_collection = new FrugalStructList<PathFigure>(count); 637PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetAsFrozen(); 655_collection = new FrugalStructList<PathFigure>(count); 659PathFigure newValue = (PathFigure) sourcePathFigureCollection._collection[i].GetCurrentValueAsFrozen(); 828internal FrugalStructList<PathFigure> _collection; 838public struct Enumerator : IEnumerator, IEnumerator<PathFigure> 849_current = default(PathFigure); 929public PathFigure Current 952private PathFigure _current; 974_collection = new FrugalStructList<PathFigure>(); 983_collection = new FrugalStructList<PathFigure>(capacity); 989public PathFigureCollection(IEnumerable<PathFigure> collection) 1000ICollection<PathFigure> icollectionOfT = collection as ICollection<PathFigure>; 1004_collection = new FrugalStructList<PathFigure>(icollectionOfT); 1012_collection = new FrugalStructList<PathFigure>(icollection); 1016_collection = new FrugalStructList<PathFigure>(); 1018foreach (PathFigure item in collection) 1024PathFigure newValue = item; 1036foreach (PathFigure item in collection)
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
69PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
69PathFigure figure, // The figure to add to
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
69PathFigure figure, // The figure to add to
System\Windows\Media\LineSegment.cs (1)
44PathFigure figure, // The figure to add to
System\Windows\Media\PathFigure.cs (4)
55public PathFigure GetFlattenedPathFigure(double tolerance, ToleranceType type) 83public PathFigure GetFlattenedPathFigure() 116internal PathFigure GetTransformedCopy(Matrix matrix) 120PathFigure result = new PathFigure();
System\Windows\Media\PathFigureCollection.cs (1)
15public sealed partial class PathFigureCollection : Animatable, IList, IList<PathFigure>
System\Windows\Media\PathGeometry.cs (6)
42public PathGeometry(IEnumerable<PathFigure> figures) 46foreach (PathFigure item in figures) 60public PathGeometry(IEnumerable<PathFigure> figures, FillRule fillRule, Transform transform) 69foreach (PathFigure item in figures) 338PathFigure figure = figures.Internal_GetItem(i); 431PathFigure figure = new PathFigure
System\Windows\Media\PathSegment.cs (1)
27PathFigure figure, // The figure to add to
System\Windows\Media\PathStreamGeometryContext.cs (7)
29s_defaultValueForPathFigureIsClosed = (bool)PathFigure.IsClosedProperty.GetDefaultValue(typeof(PathFigure)); 30s_defaultValueForPathFigureIsFilled = (bool)PathFigure.IsFilledProperty.GetDefaultValue(typeof(PathFigure)); 31s_defaultValueForPathFigureStartPoint = (Point)PathFigure.StartPointProperty.GetDefaultValue(typeof(PathFigure)); 465private PathFigure _currentFigure;
System\Windows\Media\QuadraticBezierSegment.cs (1)
47PathFigure figure, // The figure to add to
PresentationFramework (26)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
254PathFigure path = new PathFigure
MS\Internal\Ink\PenCursorManager.cs (1)
452PathFigure path = new PathFigure
System\Windows\Controls\Primitives\TickBar.cs (4)
526PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 539geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 631PathGeometry geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) }); 644geo = new PathGeometry(new PathFigure[] { new PathFigure(pt1, segments, true) });
System\windows\Documents\CaretElement.cs (1)
716PathFigure pathFigure;
System\Windows\Documents\CompositionAdorner.cs (1)
272PathFigure pathFigure = new PathFigure
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
944foreach (PathFigure pathFigure in pathFigures) 959foreach (PathFigure pathFigure in pathFigures)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
536case 443: t = () => typeof(PathFigure); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
3294Type type = typeof(System.Windows.Media.PathFigure); 3295DependencyProperty dp = System.Windows.Media.PathFigure.SegmentsProperty; 3297this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 8312Type type = typeof(System.Windows.Media.PathFigure); 8313DependencyProperty dp = System.Windows.Media.PathFigure.IsClosedProperty; 8315this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType 8331Type type = typeof(System.Windows.Media.PathFigure); 8332DependencyProperty dp = System.Windows.Media.PathFigure.IsFilledProperty; 8334this.GetXamlType(typeof(System.Windows.Media.PathFigure)), // DeclaringType
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8099typeof(System.Windows.Media.PathFigure),
System\Windows\Markup\KnownTypes.cs (3)
1849return System.Windows.Media.PathFigure.SegmentsProperty; 2509case KnownElements.PathFigure: return (o as System.Windows.Media.PathFigure).Segments; 5990case KnownElements.PathFigure: t = typeof(System.Windows.Media.PathFigure); break;
System\Windows\Shapes\Polygon.cs (1)
107PathFigure pathFigure = new PathFigure();
System\Windows\Shapes\Polyline.cs (1)
107PathFigure pathFigure = new PathFigure();
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (1)
883PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
618PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
326PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
472PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
603PathFigure figure = new PathFigure 635PathFigure figure = new PathFigure 667PathFigure figure = new PathFigure 699PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\BulletChrome.cs (1)
883PathFigure figure = new PathFigure
Microsoft\Windows\Themes\ButtonChrome.cs (1)
618PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
326PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
472PathFigure borderFigure = new PathFigure
Microsoft\Windows\Themes\ScrollChrome.cs (4)
603PathFigure figure = new PathFigure 635PathFigure figure = new PathFigure 667PathFigure figure = new PathFigure 699PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
188PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
871private static PathFigure GenerateRectFigure(Rect rect) 873PathFigure figure = new PathFigure 1078PathFigure figure = new PathFigure 1112PathFigure figure = new PathFigure
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
146PathFigure arrowFigure = new PathFigure();
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
173PathFigure tabFigure = new PathFigure 319PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
436PathFigure figure = new PathFigure 471PathFigure figure = new PathFigure 506PathFigure figure = new PathFigure 541PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
457private static PathFigure GenerateRectFigure(Rect rect) 459PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
102PathFigure tabFigure = new PathFigure 241PathFigure arrowFigure = new PathFigure();
Microsoft\Windows\Themes\ScrollChrome.cs (4)
396PathFigure figure = new PathFigure 431PathFigure figure = new PathFigure 466PathFigure figure = new PathFigure 501PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
457private static PathFigure GenerateRectFigure(Rect rect) 459PathFigure figure = new PathFigure
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
224PathFigure figure = new PathFigure();
ReachFramework (7)
AlphaFlattener\Utility.cs (4)
517PathFigure figure = geometry.Figures[0]; 614PathFigure figure = pathGeometry.Figures[0]; 890PathFigure figure = geometry.Figures[i]; 901public static int GetPathPointCount(PathFigure figure)
Serialization\VisualSerializer.cs (3)
995foreach (PathFigure p in figures) 1205foreach (PathFigure p in figures) 1506foreach (PathFigure p in figures)