3 writes to Figures
PresentationCore (3)
System\Windows\Media\PathGeometry.cs (1)
368figures = Figures = new PathFigureCollection();
System\Windows\Media\PathStreamGeometryContext.cs (2)
69_pathGeometry.Figures = _figures; 115_pathGeometry.Figures = _figures;
82 references to Figures
PresentationCore (14)
System\Windows\Media\Parsers.cs (1)
313return pathGeometry.Figures;
System\Windows\Media\PathFigure.cs (3)
58geometry.Figures.Add(this); 62int count = flattenedGeometry.Figures.Count; 70return flattenedGeometry.Figures[0];
System\Windows\Media\PathGeometry.cs (10)
48Figures.Add(item); 71Figures.Add(item); 324result = Figures; 334PathFigureCollection figures = Figures; 364PathFigureCollection figures = Figures; 664PathFigureCollection figures = Figures; 868PathFigureCollection figures = Figures; 879PathFigureCollection figures = Figures; 915PathFigureCollection figures = Figures; 959PathFigureCollection figures = Figures;
PresentationFramework (12)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
284hatchGeometry.Figures.Add(path);
MS\Internal\Ink\PenCursorManager.cs (3)
476pathGeometry.Figures.Add(path); 501pathGeometry.Figures.Add(path); 528pathGeometry1.Figures.Add(path);
System\windows\Documents\CaretElement.cs (1)
727pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\CompositionAdorner.cs (1)
296pathGeometry.Figures.Add(pathFigure);
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
939PathFigureCollection pathFigures = pathGeom.Figures; 947pg.Figures.Add(pathFigure); 957PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\KnownTypes.cs (1)
2510case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures;
System\Windows\Shapes\Polygon.cs (1)
141polygonGeometry.Figures.Add(pathFigure);
System\Windows\Shapes\Polyline.cs (1)
139polylineGeometry.Figures.Add(pathFigure);
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
898path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
630borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
356arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
482borderGeometry.Figures.Add(borderFigure); 493borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
613path.Figures.Add(figure); 645path.Figures.Add(figure); 677path.Figures.Add(figure); 709path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
PresentationFramework.Aero2 (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
898path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
630borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
356arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
482borderGeometry.Figures.Add(borderFigure); 493borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
613path.Figures.Add(figure); 645path.Figures.Add(figure); 677path.Figures.Add(figure); 709path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
218arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
892geometry.Figures.Add(GenerateRectFigure(rect)); 895geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness))); 1096geometry.Figures.Add(figure); 1126geometry.Figures.Add(figure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
176arrowGeometry.Figures.Add(arrowFigure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
197tabGeometry.Figures.Add(tabFigure); 349arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
449path.Figures.Add(figure); 484path.Figures.Add(figure); 519path.Figures.Add(figure); 554path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
478geometry.Figures.Add(GenerateRectFigure(rect)); 481geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
126tabGeometry.Figures.Add(tabFigure); 271arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
409path.Figures.Add(figure); 444path.Figures.Add(figure); 479path.Figures.Add(figure); 514path.Figures.Add(figure);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
478geometry.Figures.Add(GenerateRectFigure(rect)); 481geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
275geometry.Figures.Add(figure);
ReachFramework (10)
AlphaFlattener\Utility.cs (7)
512if ((geometry == null) || (geometry.Figures.Count != 1)) 517PathFigure figure = geometry.Figures[0]; 611pathGeometry.Figures != null && 612pathGeometry.Figures.Count == 1) 614PathFigure figure = pathGeometry.Figures[0]; 888for (int i = 0; i < geometry.Figures.Count; i++) 890PathFigure figure = geometry.Figures[i];
Serialization\VisualSerializer.cs (3)
1199PathFigureCollection figures = path.Figures; 1484WritePathFigureCollection(pg.Figures, forFill, forStroke); 1556return IsPathFigureEmpty(pg.Figures, forFill, forStroke);