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)
1981accumulatedGeometry.Children.Add(glyphRunGeometry); 2021accumulatedGeometry.Children.Add(geometry);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
1632accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
951geometry.Children.Add(viewGeometry);
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
713markerGeometry.Children.Add(new LineGeometry(new Point(0, 1), new Point(1, 0))); 714markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(0, 50))); 715markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(1, 1)));
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
317geometryCollection.Add(rectGeometry); 330geometryCollection.Add(outlineGeometry);