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