Is it possible to use Visual Studio's visualizers of values that exist in debugger? I mean visualizer that allows to expand nested child objects, displays collections and so forth.
Or is there any kind of WPF control that behaves similar to VS's one?
I would like to use it in Visual Studio extension.