3 references to Path
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
601Path marker = new Path();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7342bamlType.DefaultConstructor = delegate() { return new System.Windows.Shapes.Path(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1441case KnownElements.Path: o = new System.Windows.Shapes.Path(); break;