Click here to Skip to main content
15,881,172 members
Articles / Desktop Programming / WPF

WPF: Customize your Application with Styles and Control Templates (Part 2 of 2)

Rate me:
Please Sign up or sign in to vote.
4.92/5 (30 votes)
5 Jun 2010CPOL12 min read 115.4K   12.4K   79  
Part two of the two-part tutorial on how to customize your WPF application using Styles and Control Templates
<?xml version="1.0"?>
<doc>
<assembly>
<name>
BlackCrystal
</name>
</assembly>
<members>
<member name="M:BlackCrystal.Application.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="M:BlackCrystal.Application.Main">
	<summary>
Application Entry Point.
</summary>
</member><member name="T:BlackCrystal.Application">
	<summary>
Application
</summary>
</member><member name="M:BlackCrystal.MainWindow.InitializeComponent">
	<summary>
InitializeComponent
</summary>
</member><member name="T:BlackCrystal.MainWindow">
	<summary>
MainWindow
</summary>
</member><member name="P:BlackCrystal.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:BlackCrystal.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:BlackCrystal.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="P:BlackCrystal.My.MyWpfExtension.Application">
	<summary>
 Returns the application object for the running application
 </summary>
</member><member name="P:BlackCrystal.My.MyWpfExtension.Computer">
	<summary>
 Returns information about the host computer.
 </summary>
</member><member name="P:BlackCrystal.My.MyWpfExtension.User">
	<summary>
 Returns information for the current user.  If you wish to run the application with the current 
 Windows user credentials, call My.User.InitializeWithWindowsUser().
 </summary>
</member><member name="P:BlackCrystal.My.MyWpfExtension.Log">
	<summary>
 Returns the application log. The listeners can be configured by the application's configuration file.
 </summary>
</member><member name="P:BlackCrystal.My.MyWpfExtension.Windows">
	<summary>
 Returns the collection of Windows defined in the project.
 </summary>
</member><member name="T:BlackCrystal.My.MyWpfExtension">
	<summary>
 Module used to define the properties that are available in the My Namespace for WPF
 </summary>
	<remarks></remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freelance Developer
Spain Spain
MVP Windows Platform Development 2014
MVP Windows Phone Development 2013
MVP Windows Phone Development 2012

Comments and Discussions