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