3 writes to Figures
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (1)
369figures = Figures = new PathFigureCollection();
System\Windows\Media\PathStreamGeometryContext.cs (2)
70_pathGeometry.Figures = _figures; 116_pathGeometry.Figures = _figures;
82 references to Figures
PresentationCore (14)
System\Windows\Media\Parsers.cs (1)
314return pathGeometry.Figures;
System\Windows\Media\PathFigure.cs (3)
59geometry.Figures.Add(this); 63int count = flattenedGeometry.Figures.Count; 71return flattenedGeometry.Figures[0];
System\Windows\Media\PathGeometry.cs (10)
49Figures.Add(item); 72Figures.Add(item); 325result = Figures; 335PathFigureCollection figures = Figures; 365PathFigureCollection figures = Figures; 665PathFigureCollection figures = Figures; 875PathFigureCollection figures = Figures; 886PathFigureCollection figures = Figures; 922PathFigureCollection figures = Figures; 966PathFigureCollection figures = Figures;
PresentationFramework (12)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
288hatchGeometry.Figures.Add(path);
MS\Internal\Ink\PenCursorManager.cs (3)
483pathGeometry.Figures.Add(path); 508pathGeometry.Figures.Add(path); 535pathGeometry1.Figures.Add(path);
System\windows\Documents\CaretElement.cs (1)
728pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\CompositionAdorner.cs (1)
297pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
940PathFigureCollection pathFigures = pathGeom.Figures; 948pg.Figures.Add(pathFigure); 958PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\KnownTypes.cs (1)
2511case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures;
System\Windows\Shapes\Polygon.cs (1)
142polygonGeometry.Figures.Add(pathFigure);
System\Windows\Shapes\Polyline.cs (1)
140polylineGeometry.Figures.Add(pathFigure);
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
899path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
634borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
357arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
486borderGeometry.Figures.Add(borderFigure); 497borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
614path.Figures.Add(figure); 646path.Figures.Add(figure); 678path.Figures.Add(figure); 710path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
PresentationFramework.Aero2 (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
899path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
634borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
357arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
486borderGeometry.Figures.Add(borderFigure); 497borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
614path.Figures.Add(figure); 646path.Figures.Add(figure); 678path.Figures.Add(figure); 710path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
219arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
893geometry.Figures.Add(GenerateRectFigure(rect)); 896geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness))); 1097geometry.Figures.Add(figure); 1127geometry.Figures.Add(figure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
177arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
198tabGeometry.Figures.Add(tabFigure); 350arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
450path.Figures.Add(figure); 485path.Figures.Add(figure); 520path.Figures.Add(figure); 555path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
481geometry.Figures.Add(GenerateRectFigure(rect)); 484geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
127tabGeometry.Figures.Add(tabFigure); 272arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
410path.Figures.Add(figure); 445path.Figures.Add(figure); 480path.Figures.Add(figure); 515path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
481geometry.Figures.Add(GenerateRectFigure(rect)); 484geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
276geometry.Figures.Add(figure);
ReachFramework (10)
AlphaFlattener\Utility.cs (7)
513if ((geometry == null) || (geometry.Figures.Count != 1)) 518PathFigure figure = geometry.Figures[0]; 612pathGeometry.Figures != null && 613pathGeometry.Figures.Count == 1) 615PathFigure figure = pathGeometry.Figures[0]; 889for (int i = 0; i < geometry.Figures.Count; i++) 891PathFigure figure = geometry.Figures[i];
Serialization\VisualSerializer.cs (3)
1200PathFigureCollection figures = path.Figures; 1485WritePathFigureCollection(pg.Figures, forFill, forStroke); 1557return IsPathFigureEmpty(pg.Figures, forFill, forStroke);