5 references to AddGeometry
PresentationCore (1)
System\Windows\Media\GeometryGroup.cs (1)
45pg.AddGeometry(this);
PresentationFramework (3)
System\Windows\Documents\FixedTextView.cs (1)
289boundingGeometry.AddGeometry(thisGeometry);
System\Windows\Documents\HighlightVisual.cs (2)
247highlightGeometry.AddGeometry(thisGeometry); 252highlightGeometry.AddGeometry(thisGeometry);
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
938geometry.AddGeometry(new RectangleGeometry(rect, 0, 0, transform));