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