用 .NET Reflector 8 查看 System.Windows.Controls 命名空间下的类

  为了学习自定义控件,就想看看WPF基本元素的代码。使用到工具.NET Reflector

  System.Windows.Controls 命名空间在PresentationFramework.dll中。

  Control Class 继承关系。

  Q:Where can I find System.Windows.Controls.dll and System.Windows.Controls.Data.dll

  ========================================================

  完整的操作:

  1. File -> Open Assembly List... -> Add -> Select -> 选择合适的 .NET Framework 版本 -> OK;
  2. File -> Open Global Assembly Cache -> 搜索 PresentationFramework,选择合适的版本 -> Open;
  3. F3 -> 通过关键字搜索需要查看的内容。

posted @ 2013-07-05 12:20  SubmarineX  阅读(1067)  评论(0编辑  收藏  举报