所有的WPF控件列为枚举 代码如: 1 public enum ControlType 2 { 3 Window_Resources, 4 Page_Resources, 5 Grid, 6 StackPanel, 7 DataGrid, 8 TreeView, 9 TreeViewItem, 10 Button, 11 WrapPanel, 12 Button_CommandParameter, 13 MultiBinding, 14 Binding, 15 TextBox, 16 Check…