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