Implemented interface member:
9 references to Add
PresentationCore (3)
System\Windows\Media\FormattedText.cs (2)
1929accumulatedGeometry.Children.Add(glyphRunGeometry); 1971accumulatedGeometry.Children.Add(geometry);
System\Windows\Media\GlyphRun.cs (1)
1592accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
924geometry.Children.Add(viewGeometry);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
689markerGeometry.Children.Add(new LineGeometry(new Point(0, 1), new Point(1, 0))); 690markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(0, 50))); 691markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(1, 1)));
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
303geometryCollection.Add(rectGeometry); 316geometryCollection.Add(outlineGeometry);