Implemented interface member:
9 references to Add
PresentationCore (3)
System\Windows\Media\FormattedText.cs (2)
1964accumulatedGeometry.Children.Add(glyphRunGeometry); 2004accumulatedGeometry.Children.Add(geometry);
System\Windows\Media\GlyphRun.cs (1)
1619accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
935geometry.Children.Add(viewGeometry);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
692markerGeometry.Children.Add(new LineGeometry(new Point(0, 1), new Point(1, 0))); 693markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(0, 50))); 694markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(1, 1)));
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
308geometryCollection.Add(rectGeometry); 321geometryCollection.Add(outlineGeometry);