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