80 instantiations of PathGeometry
PresentationCore (21)
PresentationFramework (17)
PresentationFramework.Aero (9)
PresentationFramework.Aero2 (9)
PresentationFramework.AeroLite (2)
PresentationFramework.Classic (5)
PresentationFramework.Luna (8)
PresentationFramework.Royale (8)
ReachFramework (1)
193 references to PathGeometry
PresentationCore (97)
System\Windows\Media\Geometry.cs (28)
55return PathGeometry.GetPathBounds(
133return PathGeometry.GetPathBounds(
530return PathGeometry.HitTestWithPathGeometry(this, geometry, tolerance, type);
557PathGeometry pathGeometry1 = GetWidenedPathGeometry(pen);
559return PathGeometry.HitTestWithPathGeometry(pathGeometry1, geometry, tolerance, type);
582public virtual PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type)
598PathGeometry resultGeometry = null;
608PathGeometry.FigureList list = new PathGeometry.FigureList();
617new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
642public PathGeometry GetFlattenedPathGeometry()
659public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)
677PathGeometry resultGeometry = null;
690PathGeometry.FigureList list = new();
703new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
718new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
746public PathGeometry GetWidenedPathGeometry(Pen pen)
765public static PathGeometry Combine(
773return PathGeometry.InternalCombine(geometry1, geometry2, mode, transform, tolerance, type);
783public static PathGeometry Combine(
789return PathGeometry.InternalCombine(
808public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type)
824PathGeometry resultGeometry = null;
833PathGeometry.FigureList list = new PathGeometry.FigureList();
842new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
867public PathGeometry GetOutlinedPathGeometry()
876internal abstract PathGeometry GetAsPathGeometry();
PresentationFramework (28)
PresentationFramework.Aero (10)
PresentationFramework.Aero2 (10)
PresentationFramework.AeroLite (3)
PresentationFramework.Classic (6)
PresentationFramework.Luna (9)
PresentationFramework.Royale (9)
ReachFramework (21)