public MockTextEditor()
     : base(new TextEditor())
 {
     this.extension = new XamlTextEditorExtension();
     this.TextEditor.TextArea.TextView.Services.AddService(typeof(XamlTextEditorExtension), extension);
 }
Example #2
0
		public MockTextEditor()
			: base(new TextEditor())
		{
			this.extension = new XamlTextEditorExtension();
			this.TextEditor.TextArea.TextView.Services.AddService(typeof(XamlTextEditorExtension), extension);
		}