4 references to Run
PresentationFramework (4)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
202
((RichTextBox)InnerControl).Document = new FlowDocument(new Paragraph(new
Run
()));
src\Framework\System\Windows\Documents\Inline.cs (1)
162
return new
Run
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8644
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
Run
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1517
case KnownElements.Run: o = new System.Windows.Documents.
Run
(); break;