資源簡(jiǎn)介
可以通過(guò)小程序查看控件ControlTemplate
代碼片段和文件信息
using?System;
using?System.Windows;
using?System.Data;
using?System.xml;
using?System.Configuration;
using?System.Reflection;
using?System.Windows.Controls;
using?System.Collections.Generic;
using?System.Diagnostics;
namespace?ShowMeTheTemplate?{
??public?partial?class?App?:?System.Windows.Application?{
????public?static?IEnumerable?GetTemplatePartTypes(Assembly?assem)?{
??????foreach(?Type?type?in?assem.GetTypes()?)?{
????????if(?!type.IsPublic?)?{?continue;?}
????????if(?type.GetCustomAttributes(typeof(TemplatePartAttribute)?false).Length?==?0?)?{?continue;?}
????????yield?return?type;
??????}
????}
????protected?override?void?onstartup(StartupEventArgs?e)?{
??????base.onstartup(e);
??????List?templatePartTypes?=?new?List(GetTemplatePartTypes(
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????247??2007-01-03?17:24??ShowMeTheTemplate\App.xaml
?????文件????????1327??2007-01-27?21:46??ShowMeTheTemplate\App.xaml.cs
?????目錄???????????0??2007-04-11?21:35??ShowMeTheTemplate\bin\
?????目錄???????????0??2007-04-11?21:35??ShowMeTheTemplate\bin\Release\
?????文件???????32768??2007-04-11?21:33??ShowMeTheTemplate\bin\Release\ShowMeTheTemplate.exe
?????目錄???????????0??2007-01-03?17:24??ShowMeTheTemplate\Properties\
?????文件????????2399??2007-01-03?17:24??ShowMeTheTemplate\Properties\AssemblyInfo.cs
?????文件????????2860??2007-01-03?17:23??ShowMeTheTemplate\Properties\Resources.Designer.cs
?????文件????????5618??2007-01-02?21:22??ShowMeTheTemplate\Properties\Resources.resx
?????文件????????1097??2007-01-03?17:23??ShowMeTheTemplate\Properties\Settings.Designer.cs
?????文件?????????203??2007-01-02?21:22??ShowMeTheTemplate\Properties\Settings.settings
?????文件????????4088??2007-01-03?17:24??ShowMeTheTemplate\ShowMeTheTemplate.csproj
?????文件????????4671??2007-04-11?21:33??ShowMeTheTemplate\Window1.xaml
?????文件????????7692??2007-04-11?21:29??ShowMeTheTemplate\Window1.xaml.cs
?????文件????????1487??2007-04-11?21:14??ReadMe.htm
?????文件???????90635??2007-04-11?21:34??ShowMeTheTemplate.png
?????文件????????1174??2007-04-11?20:58??ShowMeTheTemplate.sln
評(píng)論
共有 條評(píng)論