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)
157return new Run();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8648bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Run(); };
System\Windows\Markup\KnownTypes.cs (1)
1516case KnownElements.Run: o = new System.Windows.Documents.Run(); break;