3 references to Path
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
582Path marker = new Path();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7346bamlType.DefaultConstructor = delegate() { return new System.Windows.Shapes.Path(); };
System\Windows\Markup\KnownTypes.cs (1)
1440case KnownElements.Path: o = new System.Windows.Shapes.Path(); break;