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