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