8 references to Span
PresentationFramework (8)
System\Windows\Documents\Bold.cs (1)
45public Bold() : base()
System\Windows\Documents\Hyperlink.cs (1)
55public Hyperlink() : base()
System\Windows\Documents\Italic.cs (1)
45public Italic() : base()
System\Windows\Documents\TextRangeEdit.cs (2)
501span = new Span(); 2197span = new Span();
System\Windows\Documents\Underline.cs (1)
45public Underline() : base()
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10131DefaultConstructor = delegate () { return new System.Windows.Documents.Span(); },
System\Windows\Markup\KnownTypes.cs (1)
1537case KnownElements.Span: o = new System.Windows.Documents.Span(); break;