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