butter7372 发表于 2015-5-23 13:24:00

用 .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
    ========================================================
    完整的操作:

[*]File -> Open Assembly List... -> Add -> Select -> 选择合适的 .NET Framework 版本 -> OK;
[*]File -> Open Global Assembly Cache -> 搜索 PresentationFramework,选择合适的版本 -> Open;
[*]F3 -> 通过关键字搜索需要查看的内容。
  
页: [1]
查看完整版本: 用 .NET Reflector 8 查看 System.Windows.Controls 命名空间下的类