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