Questions tagged [snoop]

Snoop is the open source WPF spying utility. It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

Snoop is the open source WPF spying utility created by Pete Blois and now maintained by Team Snoop (Cory Plotts, Dan Hanan, Andrei Kashcha, and Maciek Rakowski).

It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

56 questions
1
vote
0 answers

WPF change another application textbox

I am looking at some application with snoop. I can see the text of some textbox, I also can edit it. Now I want to do the same thing but programmatically. I want to write some text in this textbox programmatically. (Text box from another…
Matvey
  • 163
  • 2
  • 10
1
vote
0 answers

Custom control including wpf TabControl fails bindings with ElementName

I've a CustomControl which has an Items property. An internal TabControl is bound to it like this: