3 references to Line
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
StringIndentation\StringIndentationAdornmentManager.cs (1)
73var line = new Line
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6143bamlType.DefaultConstructor = delegate() { return new System.Windows.Shapes.Line(); };
System\Windows\Markup\KnownTypes.cs (1)
1365case KnownElements.Line: o = new System.Windows.Shapes.Line(); break;