Implemented interface member:
67 references to Add
PresentationCore (12)
System\Windows\Media\EllipseGeometry.cs (1)
265figureCollection.Add(
System\Windows\Media\GeometryGroup.cs (1)
74result.Add(pathFigures[j]);
System\Windows\Media\LineGeometry.cs (1)
216collection.Add(
System\Windows\Media\PathFigure.cs (1)
58geometry.Figures.Add(this);
System\Windows\Media\PathGeometry.cs (5)
48Figures.Add(item); 71Figures.Add(item); 339result.Add(figure.GetTransformedCopy(matrix)); 373figures.Add(figureCollection.Internal_GetItem(i)); 534Figures.Add(figure);
System\Windows\Media\PathStreamGeometryContext.cs (1)
142_figures.Add(_currentFigure);
System\Windows\Media\RectangleGeometry.cs (2)
326collection.Add( 346collection.Add(
PresentationFramework (9)
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 (1)
947pg.Figures.Add(pathFigure);
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);