Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
9 references to Add
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
1981
accumulatedGeometry.Children.
Add
(glyphRunGeometry);
2021
accumulatedGeometry.Children.
Add
(geometry);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1632
accumulatedGeometry.Children.
Add
(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
951
geometry.Children.
Add
(viewGeometry);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
713
markerGeometry.Children.
Add
(new LineGeometry(new Point(0, 1), new Point(1, 0)));
714
markerGeometry.Children.
Add
(new LineGeometry(new Point(0, 0), new Point(0, 50)));
715
markerGeometry.Children.
Add
(new LineGeometry(new Point(0, 0), new Point(1, 1)));
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
317
geometryCollection.
Add
(rectGeometry);
330
geometryCollection.
Add
(outlineGeometry);