Implemented interface member:
9 references to Add
PresentationCore (3)
System\Windows\Media\FormattedText.cs (2)
1930accumulatedGeometry.Children.Add(glyphRunGeometry); 1972accumulatedGeometry.Children.Add(geometry);
System\Windows\Media\GlyphRun.cs (1)
1593accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
925geometry.Children.Add(viewGeometry);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
690markerGeometry.Children.Add(new LineGeometry(new Point(0, 1), new Point(1, 0))); 691markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(0, 50))); 692markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(1, 1)));
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
304geometryCollection.Add(rectGeometry); 317geometryCollection.Add(outlineGeometry);