Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
55 references to Add
PresentationCore (12)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
300figureCollection.Add(
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
96result.Add(pathFigures[j]);
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
251collection.Add(
Core\CSharp\System\Windows\Media\PathFigure.cs (1)
86geometry.Figures.Add(this);
Core\CSharp\System\Windows\Media\PathGeometry.cs (5)
74Figures.Add(item); 103Figures.Add(item); 381result.Add(figure.GetTransformedCopy(matrix)); 418figures.Add(figureCollection.Internal_GetItem(i)); 582Figures.Add(figure);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
163_figures.Add(_currentFigure);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
357collection.Add( 377collection.Add(
PresentationFramework (9)
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 (1)
960pg.Figures.Add(pathFigure);
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);