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