Implemented interface member:
9 references to Add
PresentationCore (3)
System\Windows\Media\FormattedText.cs (2)
1948accumulatedGeometry.Children.Add(glyphRunGeometry); 1988accumulatedGeometry.Children.Add(geometry);
System\Windows\Media\GlyphRun.cs (1)
1606accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));
PresentationFramework (6)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
928geometry.Children.Add(viewGeometry);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
686markerGeometry.Children.Add(new LineGeometry(new Point(0, 1), new Point(1, 0))); 687markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(0, 50))); 688markerGeometry.Children.Add(new LineGeometry(new Point(0, 0), new Point(1, 1)));
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (2)
301geometryCollection.Add(rectGeometry); 314geometryCollection.Add(outlineGeometry);