3 writes to Figures
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (1)
393figures = Figures = new PathFigureCollection();
System\Windows\Media\PathStreamGeometryContext.cs (2)
87_pathGeometry.Figures = _figures; 133_pathGeometry.Figures = _figures;
82 references to Figures
PresentationCore (14)
System\Windows\Media\Parsers.cs (1)
328return pathGeometry.Figures;
System\Windows\Media\PathFigure.cs (3)
78geometry.Figures.Add(this); 82int count = flattenedGeometry.Figures.Count; 90return flattenedGeometry.Figures[0];
System\Windows\Media\PathGeometry.cs (10)
73Figures.Add(item); 96Figures.Add(item); 349result = Figures; 359PathFigureCollection figures = Figures; 389PathFigureCollection figures = Figures; 688PathFigureCollection figures = Figures; 898PathFigureCollection figures = Figures; 909PathFigureCollection figures = Figures; 945PathFigureCollection figures = Figures; 987PathFigureCollection figures = Figures;
PresentationFramework (12)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
289hatchGeometry.Figures.Add(path);
MS\Internal\Ink\PenCursorManager.cs (3)
482pathGeometry.Figures.Add(path); 505pathGeometry.Figures.Add(path); 530pathGeometry1.Figures.Add(path);
System\windows\Documents\CaretElement.cs (1)
730pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\CompositionAdorner.cs (1)
298pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
943PathFigureCollection pathFigures = pathGeom.Figures; 951pg.Figures.Add(pathFigure); 961PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\KnownTypes.cs (1)
2517case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures;
System\Windows\Shapes\Polygon.cs (1)
149polygonGeometry.Figures.Add(pathFigure);
System\Windows\Shapes\Polyline.cs (1)
147polylineGeometry.Figures.Add(pathFigure);
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
889path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
631borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
350arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
489borderGeometry.Figures.Add(borderFigure); 499borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
609path.Figures.Add(figure); 639path.Figures.Add(figure); 669path.Figures.Add(figure); 699path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
PresentationFramework.Aero2 (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
889path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
631borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
350arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
489borderGeometry.Figures.Add(borderFigure); 499borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
609path.Figures.Add(figure); 639path.Figures.Add(figure); 669path.Figures.Add(figure); 699path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
222arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
892geometry.Figures.Add(GenerateRectFigure(rect)); 895geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness))); 1094geometry.Figures.Add(figure); 1122geometry.Figures.Add(figure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
181arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
198tabGeometry.Figures.Add(tabFigure); 346arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
452path.Figures.Add(figure); 485path.Figures.Add(figure); 518path.Figures.Add(figure); 551path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
483geometry.Figures.Add(GenerateRectFigure(rect)); 486geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
127tabGeometry.Figures.Add(tabFigure); 268arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
412path.Figures.Add(figure); 445path.Figures.Add(figure); 478path.Figures.Add(figure); 511path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
483geometry.Figures.Add(GenerateRectFigure(rect)); 486geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
280geometry.Figures.Add(figure);
ReachFramework (10)
AlphaFlattener\Utility.cs (7)
526if ((geometry == null) || (geometry.Figures.Count != 1)) 531PathFigure figure = geometry.Figures[0]; 625pathGeometry.Figures != null && 626pathGeometry.Figures.Count == 1) 628PathFigure figure = pathGeometry.Figures[0]; 904for (int i = 0; i < geometry.Figures.Count; i++) 906PathFigure figure = geometry.Figures[i];
Serialization\VisualSerializer.cs (3)
1207PathFigureCollection figures = path.Figures; 1492WritePathFigureCollection(pg.Figures, forFill, forStroke); 1564return IsPathFigureEmpty(pg.Figures, forFill, forStroke);