Is there UI inspector tool similar to hawkeye that works with .net 4.5?
There is Hawkeye 2 (https://github.com/odalet/Hawkeye2). It works for me with .NET Framework 4.5.
Seems like the old tools no longer work like UI Spy either. Microsoft have an Inspect tool available here (Inspect tool). It's part of the Win8 SDK.
I'm looking at the same problem myself today, so will be trying it shortly.