Implemented interface member:
67 references to Add
PresentationCore (12)
System\Windows\Media\EllipseGeometry.cs (1)
266figureCollection.Add(
System\Windows\Media\GeometryGroup.cs (1)
75result.Add(pathFigures[j]);
System\Windows\Media\LineGeometry.cs (1)
217collection.Add(
System\Windows\Media\PathFigure.cs (1)
59geometry.Figures.Add(this);
System\Windows\Media\PathGeometry.cs (5)
49Figures.Add(item); 72Figures.Add(item); 340result.Add(figure.GetTransformedCopy(matrix)); 374figures.Add(figureCollection.Internal_GetItem(i)); 535Figures.Add(figure);
System\Windows\Media\PathStreamGeometryContext.cs (1)
143_figures.Add(_currentFigure);
System\Windows\Media\RectangleGeometry.cs (2)
327collection.Add( 347collection.Add(
PresentationFramework (9)
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 (1)
948pg.Figures.Add(pathFigure);
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);