2 references to GetOutlinedPathGeometry
PresentationCore (2)
System\Windows\Media\Geometry.cs (1)
890return GetOutlinedPathGeometry(StandardFlatteningTolerance, ToleranceType.Absolute);
System\Windows\Media\GlyphRun.cs (1)
1619accumulatedGeometry.Children.Add(glyphGeometry.GetOutlinedPathGeometry(RelativeFlatteningTolerance, ToleranceType.Relative));