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)
54return PathGeometry.GetPathBounds(
132return PathGeometry.GetPathBounds(
529return PathGeometry.HitTestWithPathGeometry(this, geometry, tolerance, type);
556PathGeometry pathGeometry1 = GetWidenedPathGeometry(pen);
558return PathGeometry.HitTestWithPathGeometry(pathGeometry1, geometry, tolerance, type);
581public virtual PathGeometry GetFlattenedPathGeometry(double tolerance, ToleranceType type)
597PathGeometry resultGeometry = null;
607PathGeometry.FigureList list = new PathGeometry.FigureList();
616new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
641public PathGeometry GetFlattenedPathGeometry()
658public virtual PathGeometry GetWidenedPathGeometry(Pen pen, double tolerance, ToleranceType type)
676PathGeometry resultGeometry = null;
689PathGeometry.FigureList list = new();
702new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
717new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
745public PathGeometry GetWidenedPathGeometry(Pen pen)
764public static PathGeometry Combine(
772return PathGeometry.InternalCombine(geometry1, geometry2, mode, transform, tolerance, type);
782public static PathGeometry Combine(
788return PathGeometry.InternalCombine(
807public virtual PathGeometry GetOutlinedPathGeometry(double tolerance, ToleranceType type)
823PathGeometry resultGeometry = null;
832PathGeometry.FigureList list = new PathGeometry.FigureList();
841new PathGeometry.AddFigureToListDelegate(list.AddFigureToList),
866public PathGeometry GetOutlinedPathGeometry()
875internal 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)