8 references to Span
PresentationFramework (8)
System\Windows\Documents\Bold.cs (1)
46public Bold() : base()
System\Windows\Documents\Hyperlink.cs (1)
56public Hyperlink() : base()
System\Windows\Documents\Italic.cs (1)
46public Italic() : base()
System\Windows\Documents\TextRangeEdit.cs (2)
502span = new Span(); 2198span = new Span();
System\Windows\Documents\Underline.cs (1)
46public Underline() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9149bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Span(); };
System\Windows\Markup\KnownTypes.cs (1)
1544case KnownElements.Span: o = new System.Windows.Documents.Span(); break;