7 writes to Figures
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
413figures = Figures = new PathFigureCollection();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
90_pathGeometry.Figures = _figures; 136_pathGeometry.Figures = _figures;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (4)
62Figures = 77Figures = 92Figures = 107Figures =
60 references to Figures
PresentationCore (14)
Core\CSharp\System\Windows\Media\Parsers.cs (1)
331return pathGeometry.Figures;
Core\CSharp\System\Windows\Media\PathFigure.cs (3)
86geometry.Figures.Add(this); 90int count = flattenedGeometry.Figures.Count; 98return flattenedGeometry.Figures[0];
Core\CSharp\System\Windows\Media\PathGeometry.cs (10)
74Figures.Add(item); 103Figures.Add(item); 366result = Figures; 376PathFigureCollection figures = Figures; 409PathFigureCollection figures = Figures; 731PathFigureCollection figures = Figures; 952PathFigureCollection figures = Figures; 963PathFigureCollection figures = Figures; 999PathFigureCollection figures = Figures; 1041PathFigureCollection figures = Figures;
PresentationFramework (12)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
298hatchGeometry.Figures.Add(path);
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
507pathGeometry.Figures.Add(path); 530pathGeometry.Figures.Add(path); 555pathGeometry1.Figures.Add(path);
src\Framework\System\windows\Documents\CaretElement.cs (1)
734pathGeometry.Figures.Add(pathFigure);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
300pathGeometry.Figures.Add(pathFigure);
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (3)
952PathFigureCollection pathFigures = pathGeom.Figures; 960pg.Figures.Add(pathFigure); 970PathFigureCollection pathFigures = pathGeom.Figures;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
2510case KnownElements.PathGeometry: return (o as System.Windows.Media.PathGeometry).Figures;
src\Framework\System\Windows\Shapes\Polygon.cs (1)
152polygonGeometry.Figures.Add(pathFigure);
src\Framework\System\Windows\Shapes\Polyline.cs (1)
150polylineGeometry.Figures.Add(pathFigure);
PresentationFramework.Aero (10)
Microsoft\Windows\Themes\BulletChrome.cs (1)
895path.Figures.Add(figure);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
637borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
352arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
495borderGeometry.Figures.Add(borderFigure); 505borderGeometry.Figures.Add(borderFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
615path.Figures.Add(figure); 645path.Figures.Add(figure); 675path.Figures.Add(figure); 705path.Figures.Add(figure);
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
285geometry.Figures.Add(figure);
PresentationFramework.Classic (6)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (4)
897geometry.Figures.Add(GenerateRectFigure(rect)); 900geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness))); 1099geometry.Figures.Add(figure); 1127geometry.Figures.Add(figure);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
183arrowGeometry.Figures.Add(arrowFigure);
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
285geometry.Figures.Add(figure);
PresentationFramework.Luna (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
200tabGeometry.Figures.Add(tabFigure); 348arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
458path.Figures.Add(figure); 491path.Figures.Add(figure); 524path.Figures.Add(figure); 557path.Figures.Add(figure);
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
488geometry.Figures.Add(GenerateRectFigure(rect)); 491geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
285geometry.Figures.Add(figure);
PresentationFramework.Royale (9)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
129tabGeometry.Figures.Add(tabFigure); 270arrowGeometry.Figures.Add(arrowFigure);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
418path.Figures.Add(figure); 451path.Figures.Add(figure); 484path.Figures.Add(figure); 517path.Figures.Add(figure);
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
488geometry.Figures.Add(GenerateRectFigure(rect)); 491geometry.Figures.Add(GenerateRectFigure(HelperDeflateRect(rect, borderThickness)));
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (1)
285geometry.Figures.Add(figure);