本文介绍了监听和应用程序范围内的资源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用SNOOP http://snoopwpf.codeplex.com/ [ ^ ]查看由我的WPF应用程序构建的可视树.由于我确实将全局应用程序资源字典添加到了我的一个应用程序,因此Snoop不再显示其应用程序入口点.它仅显示给我定义的资源,而不显示应用程序的入口点.
I''m using SNOOP http://snoopwpf.codeplex.com/[^] to view the visual tree built by my WPF application. Since I did add global application resource dictionaries to one of my applications Snoop does not show the applications entry point for it anymore. It shows me only the resources defined, but not the application''s entry point. Does anyone know a work around or another tool with the same features implemented in SNOOP?
推荐答案
这篇关于监听和应用程序范围内的资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!