2 references to RichTextBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8454bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.RichTextBox(); };
System\Windows\Markup\KnownTypes.cs (1)
1506case KnownElements.RichTextBox: o = new System.Windows.Controls.RichTextBox(); break;