tags:

views:

47

answers:

2

Without entering the code?

A: 

You could look at the DLLs the application loads (how to do something like that from c#). WPF classes are in completely different set of assemblies than WinForms classes.

This is not completely reliable though. Application can use both WinForms and WPF at the same time (and load both sets assemblies).

CommanderZ
+2  A: 

Well, you can use Snoop. If it appears in the list of applications you can "Snoop", that's a WPF app.

alt text

karmicpuppet