public static void SetTextEditor(
DependencyObject obj,
TextEditor value
)Public Shared Sub SetTextEditor (
obj As DependencyObject,
value As TextEditor
)public:
static void SetTextEditor(
DependencyObject^ obj,
TextEditor^ value
)static member SetTextEditor :
obj : DependencyObject *
value : TextEditor -> unit