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