<?xml version="1.0"?><doc><assembly><name>ActiproSoftware.Shared.Wpf</name></assembly><members><member name="T:ActiproSoftware.Products.ActiproLicense"><summary>
            Represents a license for Actipro Software components.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicense.Finalize"><summary>
            Destroys the instance of the <c>ActiproLicense</c> class.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicense.Dispose"><summary>
            Releases all resources used by the object.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicense.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Products.ActiproLicense.GetDetails"><summary>
            Returns details about the license.
            </summary><returns>Details about the license.</returns></member><member name="M:ActiproSoftware.Products.ActiproLicense.GetQuickInfo"><summary>
            Gets the license quick info string.
            </summary><returns>The license quick info string.</returns></member><member name="M:ActiproSoftware.Products.ActiproLicense.SetExceptionType(System.Int32)"><summary>
            Sets the specified exception type to the license.
            </summary><param name="value">The exception type to set.</param><remarks>
            This method allows for the setting of an exception after the license has been created.
            </remarks></member><member name="P:ActiproSoftware.Products.ActiproLicense.ExpirationDate"><summary>
            Gets the expiration date.
            </summary><value>The expiration date.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.ExpandedLicenseKey"><summary>
            Gets the expanded license key.
            </summary><value>The expanded license key.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.IsUnlicensedProduct"><summary>
            Gets whether the license is for an unlicensed product, but another related product is licensed.
            </summary><value><c>true</c> if the license is for an unlicensed product, but another related product is licensed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Products.ActiproLicense.IsValid"><summary>
            Gets whether the license is valid.
            </summary><value><c>true</c> if the license is valid; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Products.ActiproLicense.IsSiteLicense"><summary>
            Gets whether the license is a site license.
            </summary><value><c>true</c> if the license is a site license; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Products.ActiproLicense.LicenseCount"><summary>
            Gets the number of licenses provided by the license key.
            </summary><value>The number of licenses provided by the license key.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.Licensee"><summary>
            Gets the name of the licensee.
            </summary><value>The name of the licensee.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.LicenseKey"><summary>
            Gets the compacted license key.
            </summary><value>The compacted license key.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.LicenseType"><summary>
            Gets the type of license.
            </summary><value>The type of license.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.MajorVersion"><summary>
            Gets the major version for which the license applies.
            </summary><value>The major version for which the license applies.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.MinorVersion"><summary>
            Gets the minor version for which the license applies.
            </summary><value>The minor version for which the license applies.</value></member><member name="P:ActiproSoftware.Products.ActiproLicense.SourceLocation"><summary>
            Gets the location from where the license was obtained.
            </summary><value>The location from where the license was obtained.</value></member><member name="T:ActiproSoftware.Products.ActiproLicenseValidator"><summary>
            Represents a license validator for Actipro Software components.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicenseValidator.ValidateLicense(ActiproSoftware.Products.AssemblyInfo,System.Type,System.Object)"><summary>
            This method is for internal use only.
            </summary><param name="assemblyInfo">Parameter.</param><param name="type">Parameter.</param><param name="instance">Parameter.</param><returns>Return value.</returns></member><member name="T:ActiproSoftware.Products.LicenseException"><summary>
            An exception that is thrown when licensing is invalid.
            </summary></member><member name="M:ActiproSoftware.Products.LicenseException.#ctor(System.String)"><summary>
            Initializes a new instance of the <c>LicenseException</c> class with a specified error message.
            </summary><param name="message">The error message that explains the reason for the exception.</param></member><member name="M:ActiproSoftware.Products.LicenseException.#ctor(System.Type,System.String)"><summary>
            Initializes a new instance of the <c>LicenseException</c> class with a specified licensed <c>Type</c> and error message.
            </summary><param name="type">The licensed <c>Type</c>.</param><param name="message">The error message that explains the reason for the exception.</param></member><member name="T:ActiproSoftware.Products.ActiproLicenseManager"><summary>
            Represents a license manager for Actipro Software components.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicenseManager.AddHintAssemblyName(System.String)"><summary>
            Adds an assembly name to the hint list to check in the app domain for licensing.
            </summary><param name="assemblyName">The assembly name.</param><remarks>
            Hint assemblies are checked first in the event the entry assembly doesn't contain license information.
            </remarks></member><member name="M:ActiproSoftware.Products.ActiproLicenseManager.GetWatermarkText(ActiproSoftware.Products.AssemblyLicenseType)"><summary>
            This method is for internal use only.
            </summary><param name="licenseType">Parameter</param><returns>Return value.</returns></member><member name="M:ActiproSoftware.Products.ActiproLicenseManager.RegisterLicense(System.String,System.String)"><summary>
            Registers a licensee and license key.
            </summary><param name="licensee">The licensee.</param><param name="licenseKey">The license key.</param></member><member name="M:ActiproSoftware.Products.ActiproLicenseManager.RegisterLicense(ActiproSoftware.Products.AssemblyInfo,System.String,System.String)"><summary>
            Registers a licensee and license key for a specified product.
            </summary><param name="assemblyInfo">The <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> indicating the target product for which the license information is being registered.</param><param name="licensee">The licensee.</param><param name="licenseKey">The license key.</param><remarks>
            Only call this method when you have a full license for the targeted product.
            </remarks></member><member name="M:ActiproSoftware.Products.ActiproLicenseManager.ValidateLicense(ActiproSoftware.Products.AssemblyInfo,System.Type,System.Object)"><summary>
            This method is for internal use only.
            </summary><param name="assemblyInfo">Parameter.</param><param name="type">Parameter.</param><param name="instance">Parameter.</param><returns>Return value.</returns></member><member name="T:ActiproSoftware.Products.ActiproLicenseProvider"><summary>
            Represents a license provider for Actipro Software components.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)"><summary>
            Returns a license for the instance of the component, if one is available.
            </summary><param name="context">A <see cref="T:System.ComponentModel.LicenseContext" /> that specifies where you can use the licensed object.</param><param name="type">A <see cref="T:System.Type" /> that represents the component requesting the license.</param><param name="instance">An object that is requesting the license.</param><param name="allowExceptions"><c>true</c> if a <see cref="T:ActiproSoftware.Products.LicenseException" /> should be thrown when the component cannot be granted a license; otherwise, <c>false</c>.</param><returns>
            A valid <see cref="T:System.ComponentModel.License" />. If this method cannot find a valid <see cref="T:System.ComponentModel.License" /> or a valid context parameter, 
            it returns <see langword="null" />.
            </returns></member><member name="T:ActiproSoftware.Products.ActiproLicenseSourceLocation"><summary>
            Specifies where a license was obtained.
            </summary></member><member name="F:ActiproSoftware.Products.ActiproLicenseSourceLocation.None"><summary>
            No license was obtained.
            </summary></member><member name="F:ActiproSoftware.Products.ActiproLicenseSourceLocation.Fixed"><summary>
            The license was hard-coded in code.  This is used for betas and pre-releases.
            </summary></member><member name="F:ActiproSoftware.Products.ActiproLicenseSourceLocation.Registry"><summary>
            The license was obtained from the registry.
            </summary></member><member name="F:ActiproSoftware.Products.ActiproLicenseSourceLocation.AssemblySavedContext"><summary>
            The license was obtained from an assembly saved context.
            </summary></member><member name="T:ActiproSoftware.Products.ActiproLicenseToken"><summary>
            Represents a license token class that needs to be referenced in Visual Studio licenses.licx files to license an assembly.
            </summary></member><member name="M:ActiproSoftware.Products.ActiproLicenseToken.#ctor"><summary>
            Initializes a new instance of the <c>ActiproLicenseToken</c> class.
            </summary></member><member name="T:ActiproSoftware.Products.ProductData"><summary>
            Stores data about a product.
            </summary></member><member name="P:ActiproSoftware.Products.ProductData.Description"><summary>
            Gets or sets the description of the product.
            </summary><value>The description of the product.</value></member><member name="P:ActiproSoftware.Products.ProductData.ImageSource"><summary>
            Gets or sets the image source.
            </summary><value>The image source.</value></member><member name="P:ActiproSoftware.Products.ProductData.IsLicensed"><summary>
            Gets or sets whether the product is licensed.
            </summary><value><c>true</c> if the product is licensed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Products.ProductData.Name"><summary>
            Gets or sets the name of the product.
            </summary><value>The name of the product.</value></member><member name="P:ActiproSoftware.Products.ProductData.UseEmphasis"><summary>
            Gets or sets whether to use emphasis.
            </summary><value><c>true</c> if emphasis should be used; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Products.LicenseWindow"><summary>
            Represents the window to display with licensing information about Actipro products.
            </summary><summary>
            LicenseWindow
            </summary></member><member name="M:ActiproSoftware.Products.LicenseWindow.OnActivated(System.EventArgs)"><summary>
            Occurs when the window is activates.
            </summary><param name="e">An <c>EventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Products.LicenseWindow.OnClosing(System.ComponentModel.CancelEventArgs)"><summary>
            Occurs when the window is closing.
            </summary><param name="e">A <c>CancelEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Products.LicenseWindow.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="T:ActiproSoftware.Products.SRBase"><summary>
            Provides an abstract base class for accessing the string resources of an assembly, along with customization capabilities.
            </summary></member><member name="M:ActiproSoftware.Products.SRBase.ClearCustomStringsCore"><summary>
            Removes all custom strings.
            </summary></member><member name="M:ActiproSoftware.Products.SRBase.ContainsCustomStringCore(System.String)"><summary>
            Returns whether a custom string is defined for the specified string resource.
            </summary><param name="name">The name of the resource for which to search.</param><returns><c>true</c> if a custom string is defined for the specified string resource; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Products.SRBase.GetCustomStringCore(System.String)"><summary>
            Returns custom string that is stored for the specified string resource, if any.
            </summary><param name="name">The name of the resource to get.</param><returns>The custom string that is stored for the specified string resource, if any.</returns></member><member name="M:ActiproSoftware.Products.SRBase.GetStringCore(System.String,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.SRBase.RemoveCustomStringCore(System.String)"><summary>
            Removes any custom string that is defined for the specified string resource.
            </summary><param name="name">The name of the resource to remove.</param></member><member name="M:ActiproSoftware.Products.SRBase.SetCustomStringCore(System.String,System.String)"><summary>
            Sets a custom string value for the specified string resource.
            </summary><param name="name">The name of the resource to set.</param><param name="value">The value of the resource to set.</param></member><member name="P:ActiproSoftware.Products.SRBase.ResourceManager"><summary>
            Gets the <see cref="P:ActiproSoftware.Products.SRBase.ResourceManager" /> that provides the default resources. 
            </summary><value>The <see cref="P:ActiproSoftware.Products.SRBase.ResourceManager" /> that provides the default resources.</value></member><member name="T:ActiproSoftware.Products.AssemblyInfo"><summary>
            Provides a base class for retrieving information about an assembly.
            </summary></member><member name="M:ActiproSoftware.Products.AssemblyInfo.GetAssemblyVersion"><summary>
            Returns the <see cref="P:ActiproSoftware.Products.AssemblyInfo.Version" /> of the assembly.
            </summary><value>The <see cref="P:ActiproSoftware.Products.AssemblyInfo.Version" /> of the assembly.</value></member><member name="M:ActiproSoftware.Products.AssemblyInfo.GetImage(System.String)"><summary>
            Gets an <see cref="T:System.Windows.Controls.Image" /> from the resources.
            </summary><param name="name">The name of the resource to get.</param><returns>The <see cref="T:System.Windows.Controls.Image" /> resource that was retrieved.</returns></member><member name="M:ActiproSoftware.Products.AssemblyInfo.GetImageSource(System.String)"><summary>
            Gets an <see cref="T:System.Windows.Media.ImageSource" /> from the resources.
            </summary><param name="name">The name of the resource to get.</param><returns>The <see cref="T:System.Windows.Media.ImageSource" /> resource that was retrieved.</returns></member><member name="M:ActiproSoftware.Products.AssemblyInfo.ShowLicenseWindow(ActiproSoftware.Products.ActiproLicense)"><summary>
            Shows the license window for the assembly.
            </summary><param name="license">The license for which the window should display information.</param></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Assembly"><summary>
            Gets the assembly.
            </summary><value>The assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Copyright"><summary>
            Gets the copyright of the assembly.
            </summary><value>The copyright of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Description"><summary>
            Gets the description of the assembly.
            </summary><value>The description of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.LicenseType"><summary>
            Gets the type of license that is available for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyLicenseType" /> specifying the type of license that is available for the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Platform"><summary>
            Gets the target platform for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyPlatform" /> specifying the target platform for the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Product"><summary>
            Gets the product of the assembly.
            </summary><value>The product of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.ProductCode"><summary>
            Gets the product code of the assembly.
            </summary><value>A three-letter product code of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.ProductId"><summary>
            Gets the product ID of the assembly.
            </summary><value>The product ID of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Title"><summary>
            Gets the title of the assembly.
            </summary><value>The title of the assembly.</value></member><member name="P:ActiproSoftware.Products.AssemblyInfo.Version"><summary>
            Gets the version of the assembly.
            </summary><value>The version of the assembly.</value></member><member name="T:ActiproSoftware.Products.AssemblyLicenseType"><summary>
            Specifies the kind of license for an assembly.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyLicenseType.Invalid"><summary>
            An invalid assembly license type.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyLicenseType.Beta"><summary>
            An assembly for beta testing.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyLicenseType.Prerelease"><summary>
            A pre-release version of an assembly.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyLicenseType.Evaluation"><summary>
            An evaluation copy of a release version.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyLicenseType.Full"><summary>
            A full copy of a release version that may be licensed.
            </summary></member><member name="T:ActiproSoftware.Products.AssemblyPlatform"><summary>
            Specifies the target platform for an assembly.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.Invalid"><summary>
            An invalid platform.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.WindowsForms"><summary>
            Windows Forms.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.AspNet"><summary>
            ASP.NET.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.Wpf"><summary>
            Windows Presentation Foundation.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.Silverlight"><summary>
            Silverlight.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.Universal"><summary>
            Universal Windows and WinRT.
            </summary></member><member name="F:ActiproSoftware.Products.AssemblyPlatform.Independent"><summary>
            Independent (not platform-specific).
            </summary></member><member name="T:ActiproSoftware.Products.LicenseAdornerPopup"><summary>
            Provides the content for a <see cref="T:ActiproSoftware.Products.LicenseAdorner" /> popup.
            </summary><summary>
            LicenseAdornerPopup
            </summary></member><member name="M:ActiproSoftware.Products.LicenseAdornerPopup.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="T:ActiproSoftware.Products.Shared.InfoLogo"><summary>
            Represents the logo for this product.
            </summary><summary>
            InfoLogo
            </summary></member><member name="M:ActiproSoftware.Products.Shared.InfoLogo.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="M:ActiproSoftware.Products.Shared.InfoLogo.#ctor"><summary>
            Initializes a new instance of the <c>InfoLogo</c> class.
            </summary></member><member name="T:ActiproSoftware.Products.Shared.Resources"><summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.ResourceManager"><summary>
              Returns the cached ResourceManager instance used by this class.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.Culture"><summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.ExNotSupportedReadOnlyCollection"><summary>
              Looks up a localized string similar to Collection is read-only..
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.UICommandCloseWindowText"><summary>
              Looks up a localized string similar to Close.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.UICommandMaximizeWindowText"><summary>
              Looks up a localized string similar to Maximize.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.UICommandMinimizeWindowText"><summary>
              Looks up a localized string similar to Minimize.
            </summary></member><member name="P:ActiproSoftware.Products.Shared.Resources.UICommandRestoreWindowText"><summary>
              Looks up a localized string similar to Restore.
            </summary></member><member name="T:ActiproSoftware.Products.Shared.SharedLogo"><summary>
            Represents the logo for this product.
            </summary><summary>
            SharedLogo
            </summary></member><member name="M:ActiproSoftware.Products.Shared.SharedLogo.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="M:ActiproSoftware.Products.Shared.SharedLogo.#ctor"><summary>
            Initializes a new instance of the <c>SharedLogo</c> class.
            </summary></member><member name="T:ActiproSoftware.Products.Shared.SR"><summary>
            Provides access to the string resources of this assembly, also allowing for their customization.
            </summary><remarks>
            Call the <see cref="M:ActiproSoftware.Products.Shared.SR.GetString(System.String)" /> method to return a resolved resource string.
            If a custom string has been set for a specified string resource name, it will be returned.
            Otherwise, the default string resource value is returned.
            <para>
            If any of the resource strings are customized via a call to <see cref="M:ActiproSoftware.Products.Shared.SR.SetCustomString(System.String,System.String)" />,
            it is best to do so before any other classes in this assembly are referenced,
            such as in the application startup.
            </para></remarks></member><member name="M:ActiproSoftware.Products.Shared.SR.ClearCustomStrings"><summary>
            Removes all custom strings.
            </summary></member><member name="M:ActiproSoftware.Products.Shared.SR.ContainsCustomString(System.String)"><summary>
            Returns whether a custom string is defined for the specified string resource.
            </summary><param name="name">The name of the resource for which to search.</param><returns><c>true</c> if a custom string is defined for the specified string resource; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Products.Shared.SR.GetCustomString(System.String)"><summary>
            Returns custom string that is stored for the specified string resource, if any.
            </summary><param name="name">The name of the resource to get.</param><returns>The custom string that is stored for the specified string resource, if any.</returns></member><member name="M:ActiproSoftware.Products.Shared.SR.GetString(System.String)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Shared.SR.GetString(ActiproSoftware.Products.Shared.SRName)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Shared.SR.GetString(System.String,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Shared.SR.GetString(ActiproSoftware.Products.Shared.SRName,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Shared.SR.RemoveCustomString(System.String)"><summary>
            Removes any custom string that is defined for the specified string resource.
            </summary><param name="name">The name of the resource to remove.</param></member><member name="M:ActiproSoftware.Products.Shared.SR.SetCustomString(System.String,System.String)"><summary>
            Sets a custom string value for the specified string resource.
            </summary><param name="name">The name of the resource to set.</param><param name="value">The value of the resource to set.</param></member><member name="P:ActiproSoftware.Products.Shared.SR.ResourceManager"><summary>
            Gets the <see cref="P:ActiproSoftware.Products.Shared.SR.ResourceManager" /> that provides the default resources. 
            </summary><value>The <see cref="P:ActiproSoftware.Products.Shared.SR.ResourceManager" /> that provides the default resources.</value></member><member name="T:ActiproSoftware.Products.Shared.SRExtension"><summary>
            Provides a markup extension for loading a string resource from the assembly that could possibly be customized.
            </summary></member><member name="M:ActiproSoftware.Products.Shared.SRExtension.ProvideValue(System.IServiceProvider)"><summary>
            Returns the string resource based on the supplied name.
            </summary><param name="serviceProvider">An object that can provide services for the markup extension.</param><returns>The object value to set on the property where the extension is applied.</returns></member><member name="M:ActiproSoftware.Products.Shared.SRExtension.#ctor"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Products.Shared.SRExtension.#ctor(System.String)"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary><param name="name">The name of the string resource.</param></member><member name="P:ActiproSoftware.Products.Shared.SRExtension.Name"><summary>
            Gets or sets the name of the string resource.
            </summary><value>The name of the string resource.</value></member><member name="T:ActiproSoftware.Products.Shared.SRName"><summary>
            Specifies the names of string resources for this assembly.
            </summary></member><member name="F:ActiproSoftware.Products.Shared.SRName.ExNotSupportedReadOnlyCollection"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Shared.SRName.UICommandCloseWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Shared.SRName.UICommandMaximizeWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Shared.SRName.UICommandMinimizeWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Shared.SRName.UICommandRestoreWindowText"><summary>A user interface string.</summary></member><member name="T:ActiproSoftware.Products.Shared.ThemesLogo"><summary>
            Represents the logo for this product.
            </summary><summary>
            ThemesLogo
            </summary></member><member name="M:ActiproSoftware.Products.Shared.ThemesLogo.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="M:ActiproSoftware.Products.Shared.ThemesLogo.#ctor"><summary>
            Initializes a new instance of the <c>ThemesLogo</c> class.
            </summary></member><member name="T:ActiproSoftware.Products.Shared.AssemblyInfo"><summary>
            Provides a class for retrieving information about the <c>ActiproSoftware.Shared</c> assembly.
            </summary></member><member name="M:ActiproSoftware.Products.Shared.AssemblyInfo.GetImage(ActiproSoftware.Products.Shared.ImageResource)"><summary>
            Gets an <see cref="T:System.Windows.Controls.Image" /> from the resources.
            </summary><param name="image">The type of the image resource to get.</param><returns>The <see cref="T:System.Windows.Controls.Image" /> resource that was retrieved.</returns></member><member name="M:ActiproSoftware.Products.Shared.AssemblyInfo.GetImageSource(ActiproSoftware.Products.Shared.ImageResource)"><summary>
            Gets an <see cref="T:System.Windows.Media.ImageSource" /> from the resources.
            </summary><param name="image">The type of the image resource to get.</param><returns>The <see cref="T:System.Windows.Media.ImageSource" /> resource that was retrieved.</returns></member><member name="P:ActiproSoftware.Products.Shared.AssemblyInfo.Instance"><summary>
            Gets the instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.
            </summary><value>The instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.</value></member><member name="P:ActiproSoftware.Products.Shared.AssemblyInfo.LicenseType"><summary>
            Gets the type of license that is available for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyLicenseType" /> specifying the type of license that is available for the assembly.</value></member><member name="P:ActiproSoftware.Products.Shared.AssemblyInfo.Platform"><summary>
            Gets the target platform for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyPlatform" /> specifying the target platform for the assembly.</value></member><member name="P:ActiproSoftware.Products.Shared.AssemblyInfo.ProductCode"><summary>
            Gets the product code of the assembly.
            </summary><value>A three-letter product code of the assembly.</value></member><member name="P:ActiproSoftware.Products.Shared.AssemblyInfo.ProductId"><summary>
            Gets the product ID of the assembly.
            </summary><value>The product ID of the assembly.</value></member><member name="T:ActiproSoftware.Products.Shared.ImageResource"><summary>
            Specifies the type of icon resource that may be retrieved.
            </summary></member><member name="F:ActiproSoftware.Products.Shared.ImageResource.ActiproIcon"><summary>
            The Actipro company logo icon.
            </summary></member><member name="T:ActiproSoftware.Windows.BooleanPropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Boolean" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.BooleanPropertyChangedRoutedEventArgs.#ctor(System.Boolean,System.Boolean)"><summary>
            Initializes a new instance of the <c>BooleanPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.BooleanPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Boolean,System.Boolean)"><summary>
            Initializes a new instance of the <c>BooleanPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.BooleanPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Boolean,System.Boolean,System.Object)"><summary>
            Initializes a new instance of the <c>BooleanPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="T:ActiproSoftware.Windows.DateRangeCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.DateRange" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.Add(ActiproSoftware.Windows.DateRange)"><summary>
            Adds a new <see cref="T:ActiproSoftware.Windows.DateRange" /> item to the collection.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.DateRange" /> to add.</param></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.Clear"><summary>
            Clears the collection.
            </summary></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.Contains(System.DateTime)"><summary>
            Returns whether the collection contains the specified <see cref="T:System.DateTime" />.
            </summary><param name="date">The <see cref="T:System.DateTime" /> for which to search.</param><returns><c>true</c> if the collection contains the specified <see cref="T:System.DateTime" />; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.Contains(ActiproSoftware.Windows.DateRange)"><summary>
            Returns whether the collection contains the specified <see cref="T:ActiproSoftware.Windows.DateRange" /> item.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.DateRange" /> item for which to search.</param><returns><c>true</c> if the collection contains the specified <see cref="T:ActiproSoftware.Windows.DateRange" /> item; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.CopyTo(ActiproSoftware.Windows.DateRange[],System.Int32)"><summary>
            Copies the entire collection to a compatible one-dimensional <c>Array</c>, 
            starting at the specified index of the target array.
            </summary><param name="array">
            The one-dimensional <c>Array</c> that is the destination of the elements copied from the collection. 
            The <c>Array</c> must have zero-based indexing. 
            </param><param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.GetEnumerator"><summary>
            Retrieves an <c>IEnumerator</c> object for the entire collection.
            </summary><returns>An <c>IEnumerator</c> object for the entire collection</returns><remarks>
            Enumerators are intended to be used only to read data in the collection. 
            Enumerators cannot be used to modify the underlying collection.
            <para>
            The enumerator does not have exclusive access to the collection.
            </para><para>
            When an enumerator is instantiated, it takes a snapshot of the current state of the collection. 
            If changes are made to the collection, such as adding, modifying or deleting elements, the 
            snapshot gets out of sync and the enumerator throws an <c>InvalidOperationException</c>. 
            Two enumerators instantiated from the same collection at the same time can have 
            different snapshots of the collection.
            </para></remarks></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.IndexOf(System.DateTime)"><summary>
            Searches for the specified <see cref="T:System.DateTime" /> and returns the zero-based index of the <see cref="T:ActiproSoftware.Windows.DateRange" /> that contains it, if any.
            </summary><param name="date">The <see cref="T:System.DateTime" /> for which to search.</param><returns>The zero-based index of the <see cref="T:ActiproSoftware.Windows.DateRange" /> that contains the specified <see cref="T:System.DateTime" />, if found; otherwise <c>-1</c>.</returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.IndexOf(ActiproSoftware.Windows.DateRange)"><summary>
            Searches for the specified <see cref="T:ActiproSoftware.Windows.DateRange" /> and returns the zero-based index of the <see cref="T:ActiproSoftware.Windows.DateRange" /> that contains it, if any.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.DateRange" /> for which to search.</param><returns>The zero-based index of the <see cref="T:ActiproSoftware.Windows.DateRange" /> that contains the specified <see cref="T:ActiproSoftware.Windows.DateRange" />, if found; otherwise <c>-1</c>.</returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.OverlapsWith(ActiproSoftware.Windows.DateRange)"><summary>
            Determines whether the specified date range overlaps with, or crosses, any range in this collection.
            </summary><param name="range">The date range to examine.</param><returns><c>true</c> if the specified date range overlaps with, or crosses, any range in this collection; otherwise <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.Remove(ActiproSoftware.Windows.DateRange)"><summary>
            Removes the specified <see cref="T:ActiproSoftware.Windows.DateRange" /> item from the collection.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.DateRange" /> to remove.</param><returns><c>true</c> if anything was removed; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.SetToMultipleDateRanges(System.Collections.Generic.IEnumerable{ActiproSoftware.Windows.DateRange})"><summary>
            Clears the collection, setting it to multiple <see cref="T:ActiproSoftware.Windows.DateRange" /> items.
            </summary><param name="items">The collection of <see cref="T:ActiproSoftware.Windows.DateRange" /> items to add.</param></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.SetToSingleDateRange(ActiproSoftware.Windows.DateRange)"><summary>
            Clears the collection, setting it to a single <see cref="T:ActiproSoftware.Windows.DateRange" />.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.DateRange" /> containing the date range.</param></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.DateRangeCollection.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.DateRangeCollection" /> struct.
            </summary></member><member name="P:ActiproSoftware.Windows.DateRangeCollection.Count"><summary>
            Gets the number of <see cref="T:ActiproSoftware.Windows.DateRange" /> items in the collection.
            </summary><value>The number of <see cref="T:ActiproSoftware.Windows.DateRange" /> items in the collection.</value></member><member name="P:ActiproSoftware.Windows.DateRangeCollection.DayCount"><summary>
            Gets the number of days contained in the collection.
            </summary><value>The number of days contained in the collection.</value></member><member name="P:ActiproSoftware.Windows.DateRangeCollection.IsReadOnly"><summary>
            Gets whether the collection is read-only.
            </summary><value><c>true</c> if the collection is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.DateRangeCollection.Item(System.Int32)"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.DateRange" /> at the specified index.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.DateRange" /> at the specified index</value></member><member name="E:ActiproSoftware.Windows.DateRangeCollection.CollectionChanged"><summary>
            Occurs when the collection has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>NotifyCollectionChangedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="T:ActiproSoftware.Windows.DateRange"><summary>
            Represents a date range, which is an inclusive pair of <c>DateTime</c> objects representing dates.
            </summary></member><member name="M:ActiproSoftware.Windows.DateRange.CompareTo(ActiproSoftware.Windows.DateRange)"><summary>
            Compares the current object with another object of the same type.
            </summary><param name="other">An object to compare with this object.</param><returns>
            A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings:
            Less than zero means this object is less than the <paramref name="other" /> parameter.
            Zero means this object is equal to <paramref name="other" />.
            Greater than zero means this object is greater than <paramref name="other" />.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.Contains(System.DateTime)"><summary>
            Determines whether the specified date is contained in this range.
            </summary><param name="date">The date to examine.</param><returns><c>true</c> if the specified date is contained in this range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.Contains(ActiproSoftware.Windows.DateRange)"><summary>
            Determines whether the specified date range is contained in this range.
            </summary><param name="dateRange">The date range.</param><returns><c>true</c> if the specified date range is contained in this range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.Equals(System.Object)"><summary>
            Indicates whether this instance and a specified object are equal.
            </summary><param name="obj">Another object to compare to.</param><returns><c>true</c> if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.Equals(ActiproSoftware.Windows.DateRange)"><summary>
            Indicates whether the current object is equal to another object of the same type.
            </summary><param name="other">An object to compare with this object.</param><returns>
            true if the current object is equal to the <paramref name="other" /> parameter; otherwise, false.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.FromDate(System.DateTime)"><summary>
            Gets a date range for specified single date.
            </summary><param name="date">The start date.</param><returns>A date range for the specified single date.</returns></member><member name="M:ActiproSoftware.Windows.DateRange.FromDecade(System.DateTime)"><summary>
            Gets a date range for the decade that contains the specified date.
            </summary><param name="date">The date.</param><returns>A date range for the decade that contains the specified date.</returns></member><member name="M:ActiproSoftware.Windows.DateRange.FromMonth(System.DateTime)"><summary>
            Gets a date range for the month that contains the specified date.
            </summary><param name="date">The date.</param><returns>A date range for the month that contains the specified date.</returns></member><member name="M:ActiproSoftware.Windows.DateRange.FromRange(System.DateTime,System.DateTime)"><summary>
            Gets a date range for specified range.
            </summary><param name="startDate">The start date.</param><param name="endDate">The end date.</param><returns>A date range for the specified range.</returns></member><member name="M:ActiproSoftware.Windows.DateRange.FromYear(System.DateTime)"><summary>
            Gets a date range for the year that contains the specified date.
            </summary><param name="date">The date.</param><returns>A date range for the year that contains the specified date.</returns></member><member name="M:ActiproSoftware.Windows.DateRange.GetEnumerator"><summary>
            Returns an enumerator that iterates through the collection.
            </summary><returns>
            A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.GetHashCode"><summary>
            Returns the hash code for this instance.
            </summary><returns>
            A 32-bit signed integer that is the hash code for this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.OverlapsWith(ActiproSoftware.Windows.DateRange)"><summary>
            Determines whether the specified date range overlaps with, or crosses, this range.
            </summary><param name="otherRange">The date range to examine.</param><returns><c>true</c> if the specified date range overlaps with, or crosses, this range; otherwise <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.DateRange.ToString"><summary>
            Returns the fully qualified type name of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> containing a fully qualified type name.
            </returns></member><member name="P:ActiproSoftware.Windows.DateRange.Count"><summary>
            Gets the number of dates contained in the range.
            </summary><value>The number of dates contained in the range.</value></member><member name="P:ActiproSoftware.Windows.DateRange.EndDate"><summary>
            Gets the end date of this range.
            </summary><value>The end date of this range.</value></member><member name="P:ActiproSoftware.Windows.DateRange.StartDate"><summary>
            Gets the start date of this range.
            </summary><value>The start date of this range.</value></member><member name="T:ActiproSoftware.Windows.DateTimeFormatPattern"><summary>
            Specifies various format patterns for a <see cref="T:System.DateTime" /> value.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.ShortDateTime"><summary>
            Short date and time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.FullDateTime"><summary>
            Long date and time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.LongDate"><summary>
            Long date.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.LongTime"><summary>
            Long time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.MonthDay"><summary>
            Month and day.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.Rfc1123"><summary>
            Time based on the RFC1123 specification.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.ShortDate"><summary>
            Short date.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.ShortTime"><summary>
            Short time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.SortableDateTime"><summary>
            Sortable date and time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.UniversalSortableDateTime"><summary>
            Universal sortable date and time.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.YearMonth"><summary>
            Year and month.
            </summary></member><member name="F:ActiproSoftware.Windows.DateTimeFormatPattern.YearMonthNoDelimiter"><summary>
            Year and month, with no delimiter such as a comma.
            </summary></member><member name="T:ActiproSoftware.Windows.DayOfWeekFormatPattern"><summary>
            Specifies various format patterns for a <see cref="T:System.DayOfWeek" /> value.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.SingleLetter"><summary>
            Indicates a format that uses a single letter for the day of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.Shortest"><summary>
            Indicates a format that uses the shortest text possible, while still being unique, for the day of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.ShortestUppercase"><summary>
            Indicates an all-uppercase format that uses the shortest text possible, while still being unique, for the day of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.Abbreviated"><summary>
            Indicates a format that uses an abbreviated text for the day of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.AbbreviatedUppercase"><summary>
            Indicates a format that uses an all-uppercase abbreviated text for the day of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.DayOfWeekFormatPattern.Full"><summary>
            Indicates a format that uses the full text of the day of the week.
            </summary></member><member name="T:ActiproSoftware.Windows.SecurityHelper"><summary>
            Contains security helper methods.
            </summary></member><member name="P:ActiproSoftware.Windows.SecurityHelper.IsFullTrust"><summary>
            Gets whether the application is in full trust.
            </summary><value><c>true</c> if the application is in full trust; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.DisposableObjectBase"><summary>
            Provides a base class that implements the <see cref="T:System.IDisposable" /> interface.
            This class functions in accordance with the Disposable design pattern.
            </summary></member><member name="M:ActiproSoftware.Windows.DisposableObjectBase.Finalize"><summary>
            Allows an object to attempt to free resources and perform other cleanup operations before the 
            object is reclaimed by garbage collection.
            </summary></member><member name="M:ActiproSoftware.Windows.DisposableObjectBase.Dispose"><summary>
            Releases all resources used by the object.
            </summary></member><member name="M:ActiproSoftware.Windows.DisposableObjectBase.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.DisposableObjectBase.#ctor"><summary>
            Initializes a new instance of the <c>DisposableObjectBase</c> class.
            </summary><remarks>
            The default constructor initializes all fields to their default values.
            </remarks></member><member name="T:ActiproSoftware.Windows.EnumerableView`1"><summary>
            Represents a read-only view on top of an <see cref="T:System.Collections.Generic.IEnumerable`1" /> with support for filtering, sorting, and change notifications.
            </summary><typeparam name="T">The type of items.</typeparam></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Add(`0)"><summary>
            Adds an item to the collection.
            </summary><param name="item">The object to add to the collection.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Clear"><summary>
            Removes all items from the collection.
            </summary></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Contains(`0)"><summary>
            Determines whether the collection contains a specific value.
            </summary><param name="item">The object to locate in the collection.</param><returns><c>true</c> if item is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.CopyTo(`0[],System.Int32)"><summary>
            Copies the elements of the collection to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index.
            </summary><param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from collection. The <see cref="T:System.Array" /> must have zero-based indexing..</param><param name="arrayIndex">The zero-based index in array at which copying begins.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Remove(`0)"><summary>
            Removes the first occurrence of a specific object from the collection.
            </summary><param name="item">The object to remove from the collection.</param><returns><c>true</c> if item was successfully removed from the collection; otherwise, <c>false</c>.
            This method also returns <c>false</c> if item is not found in the original collection.
            </returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.GetEnumerator"><summary>
            Returns an enumerator that iterates through the collection.
            </summary><returns>A <see cref="T:System.Collections.Generic.IEnumerator`1" /> that can be used to iterate through the collection.</returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.IndexOf(`0)"><summary>
            Determines the index of a specific item in the list.
            </summary><param name="item">The object to locate in the list.</param><returns>The index of item if found in the list; otherwise, <c>-1</c>.</returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Insert(System.Int32,`0)"><summary>
            Inserts an item to the list at the specified index.
            </summary><param name="index">The zero-based index at which item should be inserted.</param><param name="item">The object to insert into the list.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.RemoveAt(System.Int32)"><summary>
            Removes the list item at the specified index.
            </summary><param name="index">The zero-based index of the item to remove.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Contains(System.Object)"><summary>
            Determines whether the list contains a specific value.
            </summary><param name="value">The <see cref="T:System.Object" /> to locate in the list.</param><returns><c>true</c> if the <see cref="T:System.Object" /> is found in the list; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.IndexOf(System.Object)"><summary>
            Determines the index of a specific item in the list.
            </summary><param name="value">The <see cref="T:System.Object" /> to locate in the list.</param><returns>
            The index of <paramref name="value" /> if found in the list; otherwise, <c>-1</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Insert(System.Int32,System.Object)"><summary>
            Inserts an item to the list at the specified index.
            </summary><param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param><param name="value">The <see cref="T:System.Object" /> to insert into the list.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.Reevaluate(`0)"><summary>
            Reevaluates the filtering and sorting logic applied to the specified item from the associated collection.
            </summary><param name="item">The item to reevaluate.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.ReevaluateAt(System.Int32)"><summary>
            Reevaluates the filtering and sorting logic applied to the item at the specified index relative to the associated collection.
            </summary><param name="index">The index of the item to reevaluate.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Predicate{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param><param name="filter">The filter logic.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Comparison{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param><param name="sort">The sort logic.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Collections.Generic.IComparer{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param><param name="sort">The sort logic.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Predicate{`0},System.Comparison{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param><param name="filter">The filter logic.</param><param name="sort">The sort logic.</param></member><member name="M:ActiproSoftware.Windows.EnumerableView`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Predicate{`0},System.Collections.Generic.IComparer{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.EnumerableView`1" /> class.
            </summary><param name="collection">The collection to wrap/filter.</param><param name="filter">The filter logic.</param><param name="sort">The sort logic.</param></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.Count"><summary>
            Gets the number of elements contained in the collection.
            </summary><value>The number of elements contained in the collection.</value></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.IsReadOnly"><summary>
            Gets a value indicating whether the collection is read-only.
            </summary><value><c>true</c> if the collection is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.Item(System.Int32)"><summary>
            Gets or sets the element at the specified index.
            </summary><param name="index">The zero-based index of the element to get or set.</param><value>The element at the specified index.</value></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.FilterPredicate"><summary>
            Gets or sets a filter predicate delegate, which can be used to filter the associated collection.
            </summary><value>The filter logic, which returns <c>true</c> to filter an item.</value></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.IsSorting"><summary>
            Gets a value indicating whether this instance is sorting its items.
            </summary><value><c>true</c> if this instance is sorting its items; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.SortComparer"><summary>
            Gets or sets a sort comparer, which can be used to sort the associated collection.
            </summary><value>The sort comparer, used to compare items for sorting.</value><remarks>
            This property takes precedence over the <see cref="P:ActiproSoftware.Windows.EnumerableView`1.SortComparison" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.EnumerableView`1.SortComparison"><summary>
            Gets or sets a sort comparison delegate, which can be used to sort the associated collection.
            </summary><value>The sort logic.</value><remarks>
            The <see cref="P:ActiproSoftware.Windows.EnumerableView`1.SortComparer" /> property takes precedence over this property.
            </remarks></member><member name="E:ActiproSoftware.Windows.EnumerableView`1.CollectionChanged"><summary>
            Occurs when the collection changes.
            </summary></member><member name="T:ActiproSoftware.Windows.ResourceHelper"><summary>
            Represents a collection of helper methods when working with resources.
            </summary></member><member name="M:ActiproSoftware.Windows.ResourceHelper.GetLocationUriStringBase(System.Reflection.Assembly)"><summary>
            Returns a string-representation of a base pack URI based on the specified parameters, that can be used to construct a <see cref="T:System.Uri" />.
            </summary><param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that contains the resource.</param><returns>A string-representation of a base pack URI.</returns></member><member name="M:ActiproSoftware.Windows.ResourceHelper.GetLocationUriString(System.Reflection.Assembly,System.String)"><summary>
            Returns a string-representation of a pack URI based on the specified parameters, that can be used to construct a <see cref="T:System.Uri" />.
            </summary><param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that contains the resource.</param><param name="relativeLocation">
            The relative location of the resource file within the assembly.
            The location must start NOT with a <c>/</c>, and should be the location from the root of the assembly like:
            <code>Themes/AnimatedProgressBar/AeroNormalColor.xaml</code>.
            </param><returns>A string-representation of a pack URI.</returns></member><member name="M:ActiproSoftware.Windows.ResourceHelper.GetLocationUriString(System.Reflection.Assembly,System.String,System.Boolean,System.Boolean)"><summary>
            Returns a string-representation of a pack URI based on the specified parameters, that can be used to construct a <see cref="T:System.Uri" />.
            </summary><param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that contains the resource.</param><param name="relativeLocation">
            The relative location of the resource file within the assembly.
            The location must start NOT with a <c>/</c>, and should be the location from the root of the assembly like:
            <code>Themes/AnimatedProgressBar/AeroNormalColor.xaml</code>.
            </param><param name="includePackPrefix">if set to <c>true</c> then the pack URI prefix will be included.</param><param name="includeAssemblyVersion">if set to <c>true</c> then the assembly's version will be included.</param><returns>A string-representation of a pack URI.</returns></member><member name="M:ActiproSoftware.Windows.ResourceHelper.GetLocationUri(System.Reflection.Assembly,System.String)"><summary>
            Returns a pack <see cref="T:System.Uri" /> based on the specified parameters, that can be used to construct a <see cref="T:System.Uri" />.
            </summary><param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that contains the resource.</param><param name="relativeLocation">
            The relative location of the resource file within the assembly.
            The location must start NOT with a <c>/</c>, and should be the location from the root of the assembly like:
            <code>Themes/AnimatedProgressBar/AeroNormalColor.xaml</code>.
            </param><returns>A pack <see cref="T:System.Uri" />.</returns></member><member name="M:ActiproSoftware.Windows.ResourceHelper.GetLocationUri(System.Reflection.Assembly,System.String,System.Boolean,System.Boolean)"><summary>
            Returns a pack <see cref="T:System.Uri" /> based on the specified parameters, that can be used to construct a <see cref="T:System.Uri" />.
            </summary><param name="assembly">The <see cref="T:System.Reflection.Assembly" /> that contains the resource.</param><param name="relativeLocation">
            The relative location of the resource file within the assembly.
            The location must start NOT with a <c>/</c>, and should be the location from the root of the assembly like:
            <code>Themes/AnimatedProgressBar/AeroNormalColor.xaml</code>.
            </param><param name="includePackPrefix">if set to <c>true</c> then the pack URI prefix will be included.</param><param name="includeAssemblyVersion">if set to <c>true</c> then the assembly's version will be included.</param><returns>A pack <see cref="T:System.Uri" />.</returns></member><member name="T:ActiproSoftware.Windows.DoublePropertyChangingRoutedEventArgs"><summary>
            Provides event arguments for a cancelable <see cref="T:System.Double" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.DoublePropertyChangingRoutedEventArgs.#ctor(System.Double,System.Double)"><summary>
            Initializes a new instance of the <c>DoublePropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="M:ActiproSoftware.Windows.DoublePropertyChangingRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Double,System.Double)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="T:ActiproSoftware.Windows.DoublePropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Double" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.DoublePropertyChangedRoutedEventArgs.#ctor(System.Double,System.Double)"><summary>
            Initializes a new instance of the <c>DoublePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.DoublePropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Double,System.Double)"><summary>
            Initializes a new instance of the <c>DoublePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.IEnumerablePropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for an <see cref="T:System.Collections.IEnumerable" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.IEnumerablePropertyChangedRoutedEventArgs.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)"><summary>
            Initializes a new instance of the <c>ObjectPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.IEnumerablePropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Collections.IEnumerable,System.Collections.IEnumerable)"><summary>
            Initializes a new instance of the <c>ObjectPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.ObservableObjectBase"><summary>
            A simple object that implements <see cref="T:System.ComponentModel.INotifyPropertyChanged" />.
            </summary></member><member name="M:ActiproSoftware.Windows.ObservableObjectBase.NotifyPropertyChanged(System.String)"><summary>
            Notifies that a property has changed.
            </summary><param name="propertyName">The name of the property that was changed.</param></member><member name="M:ActiproSoftware.Windows.ObservableObjectBase.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.ObservableObjectBase.PropertyChanged" /> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="E:ActiproSoftware.Windows.ObservableObjectBase.PropertyChanged"><summary>
            Occurs when a property has been changed.
            </summary></member><member name="T:ActiproSoftware.Windows.SecureStringPropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Security.SecureString" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.SecureStringPropertyChangedRoutedEventArgs.#ctor(System.Security.SecureString,System.Security.SecureString)"><summary>
            Initializes a new instance of the <c>SecureStringPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.SecureStringPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Security.SecureString,System.Security.SecureString)"><summary>
            Initializes a new instance of the <c>SecureStringPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.SecureStringPropertyChangingRoutedEventArgs"><summary>
            Provides event arguments for a cancelable <see cref="T:System.Security.SecureString" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.SecureStringPropertyChangingRoutedEventArgs.#ctor(System.Security.SecureString,System.Security.SecureString)"><summary>
            Initializes a new instance of the <c>SecureStringPropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="M:ActiproSoftware.Windows.SecureStringPropertyChangingRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Security.SecureString,System.Security.SecureString)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="T:ActiproSoftware.Windows.StringPropertyChangingRoutedEventArgs"><summary>
            Provides event arguments for a cancelable <see cref="T:System.String" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.StringPropertyChangingRoutedEventArgs.#ctor(System.String,System.String)"><summary>
            Initializes a new instance of the <c>StringPropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="M:ActiproSoftware.Windows.StringPropertyChangingRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.String,System.String)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class with the <c>Cancel</c> property set to <c>false</c>. 
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The current value of the property.</param><param name="newValue">The new value of the property that will be set if the property change is not cancelled.</param></member><member name="T:ActiproSoftware.Windows.StringPropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.String" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.StringPropertyChangedRoutedEventArgs.#ctor(System.String,System.String)"><summary>
            Initializes a new instance of the <c>StringPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.StringPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.String,System.String)"><summary>
            Initializes a new instance of the <c>StringPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.NullableDateTimePropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a nullable <see cref="T:System.DateTime" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.NullableDateTimePropertyChangedRoutedEventArgs.#ctor(System.Nullable{System.DateTime},System.Nullable{System.DateTime})"><summary>
            Initializes a new instance of the <c>NullableDateTimePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.NullableDateTimePropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"><summary>
            Initializes a new instance of the <c>NullableDateTimePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.DateTimePropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.DateTime" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.DateTimePropertyChangedRoutedEventArgs.#ctor(System.DateTime,System.DateTime)"><summary>
            Initializes a new instance of the <c>DateTimePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.DateTimePropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.DateTime,System.DateTime)"><summary>
            Initializes a new instance of the <c>DateTimePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.ObjectPropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for an <see cref="T:System.Object" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.ObjectPropertyChangedRoutedEventArgs.#ctor(System.Object,System.Object)"><summary>
            Initializes a new instance of the <c>ObjectPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.ObjectPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Object,System.Object)"><summary>
            Initializes a new instance of the <c>ObjectPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.ObjectPropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Object,System.Object,System.Object)"><summary>
            Initializes a new instance of the <c>ObjectPropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="T:ActiproSoftware.Windows.ObjectItemRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Object" />-related routed event.
            </summary></member><member name="M:ActiproSoftware.Windows.ObjectItemRoutedEventArgs.#ctor(System.Object)"><summary>
            Initializes a new instance of the <c>ObjectItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param></member><member name="M:ActiproSoftware.Windows.ObjectItemRoutedEventArgs.#ctor(System.Object,System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>ObjectItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.ObjectItemRoutedEventArgs.#ctor(System.Object,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>ObjectItemRoutedEventArgs</c> class. 
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="T:ActiproSoftware.Windows.DependencyObjectItemRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Windows.DependencyObject" />-related routed event.
            </summary></member><member name="M:ActiproSoftware.Windows.DependencyObjectItemRoutedEventArgs.#ctor(System.Windows.DependencyObject)"><summary>
            Initializes a new instance of the <c>DependencyObjectItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param></member><member name="M:ActiproSoftware.Windows.DependencyObjectItemRoutedEventArgs.#ctor(System.Windows.DependencyObject,System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>DependencyObjectItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.DependencyObjectItemRoutedEventArgs.#ctor(System.Windows.DependencyObject,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>DependencyObjectItemRoutedEventArgs</c> class. 
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="T:ActiproSoftware.Windows.CancelRoutedEventArgs"><summary>
            Provides event arguments for a cancelable routed event.
            </summary></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to <c>false</c>. 
            </summary></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor(System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to <c>false</c>. 
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor(System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to <c>false</c>. 
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to the given value. 
            </summary><param name="cancel"><c>true</c> to cancel the event; otherwise, <c>false</c>.</param></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor(System.Boolean,System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to the given value. 
            </summary><param name="cancel"><c>true</c> to cancel the event; otherwise, <c>false</c>.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.CancelRoutedEventArgs.#ctor(System.Boolean,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>CancelRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel" /> property set to the given value. 
            </summary><param name="cancel"><c>true</c> to cancel the event; otherwise, <c>false</c>.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="P:ActiproSoftware.Windows.CancelRoutedEventArgs.Cancel"><summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary><value><c>true</c> to cancel the event; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.DeferrableObservableCollection`1"><summary>
            Provides an <see cref="T:System.Collections.ObjectModel.ObservableCollection`1" /> that is capable of suspending its property change notifications until a bulk update is complete.
            </summary><typeparam name="T">The type of items.</typeparam></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.AddRange(System.Collections.Generic.IEnumerable{`0})"><summary>
            Adds multiple items to the collection.
            </summary><param name="items">The collection of items to add.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.BeginUpdate"><summary>
            Flags that a bulk update is about to begin.
            </summary></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.EndUpdate"><summary>
            Flags that a bulk update has ended.
            </summary></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.InsertItem(System.Int32,`0)"><summary>
            Inserts an item into the collection at the specified index.
            </summary><param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param><param name="item">The object to insert.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"><summary>
            Raises the <c>CollectionChanged</c> event with the provided arguments.
            </summary><param name="e">A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <c>PropertyChanged</c> event with the provided arguments.
            </summary><param name="e">A <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.SetItem(System.Int32,`0)"><summary>
            Replaces the element at the specified index.
            </summary><param name="index">The zero-based index of the element to replace.</param><param name="item">The new value for the element at the specified index.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.ToArray"><summary>
            Returns a strongly-typed array containing the items in this collection.
            </summary><returns>A strongly-typed array containing the items in this collection.</returns></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.DeferrableObservableCollection`1" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.#ctor(System.Collections.Generic.IComparer{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.DeferrableObservableCollection`1" /> class.
            </summary><param name="sortComparer">A comparer used to sort items; otherwise <see langword="null" />.</param></member><member name="M:ActiproSoftware.Windows.DeferrableObservableCollection`1.#ctor(System.Collections.Generic.IComparer{`0},System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.DeferrableObservableCollection`1" /> class.
            </summary><param name="sortComparer">A comparer used to sort items; otherwise <see langword="null" />.</param><param name="useStableSort">if set to <c>true</c> then equivalent items will be maintained in the order they are added.</param></member><member name="P:ActiproSoftware.Windows.DeferrableObservableCollection`1.IsDirty"><summary>
            Gets whether there are any suspended property changes.
            </summary><value><c>true</c> if there are any suspended property changes; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.DeferrableObservableCollection`1.IsPropertyChangeSuspended"><summary>
            Gets whether property change notifications are currently suspended.
            </summary><value><c>true</c> if property change notifications are currently suspended; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.ILogicalParent"><summary>
            Provides the base requirements for an element that can add and remove logical child elements.
            </summary></member><member name="M:ActiproSoftware.Windows.ILogicalParent.AddLogicalChild(System.Object)"><summary>
            Adds the provided object to the logical tree of this element. 
            </summary><param name="child">Child element to add.</param></member><member name="M:ActiproSoftware.Windows.ILogicalParent.RemoveLogicalChild(System.Object)"><summary>
            Removes the provided object from the logical tree of this element.
            </summary><param name="child">Child element to remove.</param></member><member name="T:ActiproSoftware.Windows.ItemRoutedEventArgs`1"><summary>
            Provides event arguments for an item-related routed event.
            </summary><typeparam name="T">The type of the item.</typeparam></member><member name="M:ActiproSoftware.Windows.ItemRoutedEventArgs`1.#ctor(`0)"><summary>
            Initializes a new instance of the <c>ItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param></member><member name="M:ActiproSoftware.Windows.ItemRoutedEventArgs`1.#ctor(`0,System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>ItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.ItemRoutedEventArgs`1.#ctor(`0,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>ItemRoutedEventArgs</c> class. 
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="P:ActiproSoftware.Windows.ItemRoutedEventArgs`1.Item"><summary>
            Gets or sets the item that is the focus of this event.
            </summary><value>The item that is the focus of this event.</value></member><member name="T:ActiproSoftware.Windows.LogicalChildrenCollection`1"><summary>
            Provides a <see cref="T:ActiproSoftware.Windows.DeferrableObservableCollection`1" /> that is capable of adding/removing the logical parent, and
            optionally the visual parent, of the items in the collection.
            </summary><typeparam name="T">The type of items.</typeparam></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.ClearItems"><summary>
            Removes all items from the collection.
            </summary></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.InsertItem(System.Int32,`0)"><summary>
            Inserts an item into the collection at the specified index.
            </summary><param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param><param name="item">The object to insert.</param></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.RemoveItem(System.Int32)"><summary>
            Removes the item at the specified index of the collection.
            </summary><param name="index">The zero-based index of the element to remove.</param></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.SetItem(System.Int32,`0)"><summary>
            Replaces the element at the specified index.
            </summary><param name="index">The zero-based index of the element to replace.</param><param name="item">The new value for the element at the specified index.</param></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.#ctor(ActiproSoftware.Windows.ILogicalParent)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.LogicalChildrenCollection`1" /> class.
            </summary><param name="parent">The parent.</param></member><member name="M:ActiproSoftware.Windows.LogicalChildrenCollection`1.#ctor(ActiproSoftware.Windows.ILogicalParent,System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.LogicalChildrenCollection`1" /> class.
            </summary><param name="parent">The parent.</param><param name="areVisualChildren">
            if set to <c>true</c> then the items in this collection are also visual children; otherwise <c>false</c>.
            </param><remarks>
            If <paramref name="areVisualChildren" /> is set to <c>true</c> and <paramref name="parent" /> implements
            <see cref="T:ActiproSoftware.Windows.Media.IVisualParent" />, then this collection will also call the <see cref="T:ActiproSoftware.Windows.Media.IVisualParent" /> methods when
            items are added and removed from this collection.
            </remarks></member><member name="P:ActiproSoftware.Windows.LogicalChildrenCollection`1.Parent"><summary>
            Gets the logical parent of the items in this collection.
            </summary><value>The logical parent.</value></member><member name="T:ActiproSoftware.Windows.LogicalTreeHelperExtended"><summary>
            Contains static methods that are useful for performing common tasks with nodes in a logical tree.
            </summary></member><member name="M:ActiproSoftware.Windows.LogicalTreeHelperExtended.GetRoot(System.Windows.DependencyObject)"><summary>
            Returns the root <see cref="T:System.Windows.DependencyObject" /> in the logical tree.
            </summary><param name="source">The visual whose root is returned.</param><returns>The root <see cref="T:System.Windows.DependencyObject" /> in the visual tree.</returns></member><member name="M:ActiproSoftware.Windows.LogicalTreeHelperExtended.Merge(System.Object[])"><summary>
            Merges the specified logical children into a single list, which can be collections or individual objects.
            </summary><param name="items">The items to merge.</param><returns>An <see cref="T:System.Collections.IEnumerator" /> which references a list of all the given items.</returns></member><member name="T:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1"><summary>
            Provides event arguments for a property change routed event, indicating the old and new values.
            </summary><typeparam name="T">The return type of the property.</typeparam></member><member name="M:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1.#ctor(`0,`0)"><summary>
            Initializes a new instance of the <c>PropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1.#ctor(System.Windows.RoutedEvent,`0,`0)"><summary>
            Initializes a new instance of the <c>PropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1.#ctor(System.Windows.RoutedEvent,`0,`0,System.Object)"><summary>
            Initializes a new instance of the <c>PropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="P:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1.NewValue"><summary>
            Gets the new value of the property being tracked as reported by an event.
            </summary><value>The new value of the property being tracked as reported by an event.</value></member><member name="P:ActiproSoftware.Windows.PropertyChangedRoutedEventArgs`1.OldValue"><summary>
            Gets the previous value of the property being tracked as reported by an event.
            </summary><value>The previous value of the property being tracked as reported by an event.</value></member><member name="T:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1"><summary>
            Provides event arguments for a cancelable property change routed event, indicating the old and new values.
            </summary><typeparam name="T">The return type of the property.</typeparam></member><member name="M:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.#ctor(`0,`0)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.Cancel" /> property set to <c>false</c>.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.#ctor(System.Windows.RoutedEvent,`0,`0)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class with the <see cref="P:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.Cancel" /> property set to <c>false</c>.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.#ctor(System.Windows.RoutedEvent,`0,`0,System.Object)"><summary>
            Initializes a new instance of the <c>PropertyChangingRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="P:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.Cancel"><summary>
            Gets or sets a value indicating whether the event should be canceled.
            </summary><value><c>true</c> to cancel the event; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.NewValue"><summary>
            Gets or sets the new value of the property being tracked as reported by an event.
            </summary><value>The new value of the property being tracked as reported by an event.</value></member><member name="P:ActiproSoftware.Windows.PropertyChangingRoutedEventArgs`1.OldValue"><summary>
            Gets the previous value of the property being tracked as reported by an event.
            </summary><value>The previous value of the property being tracked as reported by an event.</value></member><member name="T:ActiproSoftware.Windows.Unit"><summary>
            Represents a length measurement.
            </summary></member><member name="M:ActiproSoftware.Windows.Unit.Centimeter(System.Double)"><summary>
            Creates a new <see cref="T:ActiproSoftware.Windows.Unit" /> instance with the specified centimeters.
            </summary><param name="value">The centimeter value.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Equals(System.Object)"><summary>
            Indicates whether this instance and a specified object are equal.
            </summary><param name="obj">Another object to compare to.</param><returns>
            true if <paramref name="obj" /> and this instance are the same type and represent the same value; otherwise, false.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.GetHashCode"><summary>
            Returns the hash code for this instance.
            </summary><returns>
            A 32-bit signed integer that is the hash code for this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.GetPixels(System.Double)"><summary>
            Gets the number of pixels represented by this <see cref="T:ActiproSoftware.Windows.Unit" /> using the specified width when the
            <see cref="P:ActiproSoftware.Windows.Unit.Type" /> is set to <see cref="F:ActiproSoftware.Windows.UnitType.Percentage" />.
            </summary><param name="width">The width.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Inch(System.Double)"><summary>
            Creates a new <see cref="T:ActiproSoftware.Windows.Unit" /> instance with the specified inches.
            </summary><param name="value">The inch value.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Parse(System.String)"><summary>
            Parses the specified string.
            </summary><param name="value">The string to parse.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Parse(System.String,System.Globalization.CultureInfo)"><summary>
            Parses the specified string using the specified <see cref="T:System.Globalization.CultureInfo" />.
            </summary><param name="value">The string to parse.</param><param name="culture">The culture.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Percentage(System.Double)"><summary>
            Creates a new <see cref="T:ActiproSoftware.Windows.Unit" /> instance with the specified percentage.
            </summary><param name="value">The percentage value.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Pixel(System.Double)"><summary>
            Creates a new <see cref="T:ActiproSoftware.Windows.Unit" /> instance with the specified pixels.
            </summary><param name="value">The pixel value.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.Point(System.Double)"><summary>
            Creates a new <see cref="T:ActiproSoftware.Windows.Unit" /> instance with the specified points.
            </summary><param name="value">The point value.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.ToString(System.IFormatProvider)"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance using the specified <see cref="T:System.IFormatProvider" />
            to convert the <see cref="P:ActiproSoftware.Windows.Unit.Value" />.
            </summary><param name="formatProvider">The format provider.</param><returns></returns></member><member name="M:ActiproSoftware.Windows.Unit.ValidateIsGreaterThan(System.Object,System.Double)"><summary>
            Validates that the object is a <see cref="T:ActiproSoftware.Windows.Unit" /> greater than the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.ValidateIsGreaterThanOrEqual(System.Object,System.Double)"><summary>
            Validates that the object is a <see cref="T:ActiproSoftware.Windows.Unit" /> greater than or equal to the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.ValidateIsPositive(System.Object)"><summary>
            Validates that the object is a <see cref="T:ActiproSoftware.Windows.Unit" /> greater than or equal to <c>0</c>.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Unit.#ctor(System.Double)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Unit" /> struct.
            </summary><param name="value">The value.</param></member><member name="M:ActiproSoftware.Windows.Unit.#ctor(System.Double,ActiproSoftware.Windows.UnitType)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Unit" /> struct.
            </summary><param name="value">The value.</param><param name="type">The type.</param></member><member name="M:ActiproSoftware.Windows.Unit.#ctor(System.String)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Unit" /> struct.
            </summary><param name="value">The value.</param></member><member name="M:ActiproSoftware.Windows.Unit.#ctor(System.String,System.Globalization.CultureInfo)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Unit" /> struct.
            </summary><param name="value">The value.</param><param name="culture">The culture.</param></member><member name="P:ActiproSoftware.Windows.Unit.IsEmpty"><summary>
            Gets a value indicating whether this instance is empty.
            </summary><value><c>true</c> if this instance is empty; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Unit.Type"><summary>
            Gets the type of units used by <see cref="P:ActiproSoftware.Windows.Unit.Value" />.
            </summary><value>The type of units.</value></member><member name="P:ActiproSoftware.Windows.Unit.Value"><summary>
            Gets the value.
            </summary><value>The value.</value></member><member name="F:ActiproSoftware.Windows.Unit.Empty"><summary>
            Represents an empty <see cref="T:ActiproSoftware.Windows.Unit" />. This field is read-only.
            </summary></member><member name="T:ActiproSoftware.Windows.UnitConverter"><summary>
            Converts from a <see cref="T:ActiproSoftware.Windows.Unit" /> object to an object of another data type and from another type to a
            <see cref="T:ActiproSoftware.Windows.Unit" /> object.
            </summary></member><member name="M:ActiproSoftware.Windows.UnitConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"><summary>
            Returns whether this converter can convert an object of the given type to the type of this converter, using the
            specified context.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param><returns><c>true</c> if this converter can perform the conversion; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.UnitConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"><summary>
            Returns whether this converter can convert the object to the specified type, using the specified context.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param><returns><c>true</c> if this converter can perform the conversion; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.UnitConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"><summary>
            Converts the given object to the type of this converter, using the specified context and culture information.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param><param name="value">The <see cref="T:System.Object" /> to convert.</param><returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns><exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception></member><member name="M:ActiproSoftware.Windows.UnitConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"><summary>
            Converts the given value object to the specified type, using the specified context and culture information.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If null is passed, the current culture is assumed.</param><param name="value">The <see cref="T:System.Object" /> to convert.</param><param name="destinationType">The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to.</param><returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns><exception cref="T:System.ArgumentNullException">The <paramref name="destinationType" /> parameter is null. </exception><exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception></member><member name="T:ActiproSoftware.Windows.UnitType"><summary>
            Specifies the unit of measurement.
            </summary></member><member name="F:ActiproSoftware.Windows.UnitType.Pixel"><summary>
            Indicates the measurement is in pixels.
            </summary></member><member name="F:ActiproSoftware.Windows.UnitType.Percentage"><summary>
            Indicates the measurement is a percentage.
            </summary></member><member name="F:ActiproSoftware.Windows.UnitType.Inch"><summary>
            Indicates the measurement is in inches.
            </summary></member><member name="F:ActiproSoftware.Windows.UnitType.Centimeter"><summary>
            Indicates the measurement is in centimeters.
            </summary></member><member name="F:ActiproSoftware.Windows.UnitType.Point"><summary>
            Indicates the measurement is in points.
            </summary></member><member name="T:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs"><summary>
            Provides event arguments that are used for object serialization and deserialization events.
            </summary></member><member name="M:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.#ctor(System.Object,ActiproSoftware.Windows.Serialization.XmlObjectBase)"><summary>
            Initializes a new instance of the <c>ItemSerializationEventArgs</c> class. 
            </summary><param name="item">The object that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Node" />.</param><param name="node">The serializable <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Item" />.</param></member><member name="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Item"><summary>
            Gets the object that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Node" />.
            </summary><value>The object that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Node" />.</value></member><member name="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Node"><summary>
            Gets the serializable <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Item" />.
            </summary><value>The serializable <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs.Item" />.</value></member><member name="T:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2"><summary>
            Provides the base class for an object that can serialize and deserialize a hierarchy of <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> objects.
            </summary><typeparam name="TObj">The <see cref="T:System.Type" /> of object that is represented by <typeparamref name="TXmlObj" />.</typeparam><typeparam name="TXmlObj">The <see cref="T:System.Type" /> of <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> to serialize/deserialize.</typeparam></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RaiseObjectDeserialized(ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.ObjectDeserialized" /> event with the specified arguments.
            </summary><param name="eventArgs">The <see cref="T:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RaiseObjectSerialized(ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.ObjectSerialized" /> event with the specified arguments.
            </summary><param name="eventArgs">The <see cref="T:ActiproSoftware.Windows.Serialization.ItemSerializationEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.ApplyTo(`0)"><summary>
            Applies the information contained within this serializer to the specified object.
            </summary><param name="obj">The object to update with deserialized information.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.CreateRootNodeFor(`0)"><summary>
            Creates a root node for the specified object.
            </summary><param name="obj">The object for which to create a root node.</param><returns>
            The root node that was created.
            </returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.GetXmlSerializer"><summary>
            Returns the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use for serialization and deserialization.
            </summary><returns>The <see cref="T:System.Xml.Serialization.XmlSerializer" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromFile(System.String)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified file.
            </summary><param name="path">The path to the file from which to read an object.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromFile(System.String,`0)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified file.
            </summary><param name="path">The path to the file from which to read an object.</param><param name="obj">The object to update with data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromStream(System.IO.Stream)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> from which to read an object.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromStream(System.IO.Stream,`0)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> from which to read an object.</param><param name="obj">The object to update with data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromString(System.String)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified XML string.
            </summary><param name="xml">The XML string from which to read an object.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromString(System.String,`0)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified XML string.
            </summary><param name="xml">The XML string from which to read an object.</param><param name="obj">The object to update with data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromXmlReader(System.Xml.XmlReader)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified <see cref="T:System.Xml.XmlReader" />.
            </summary><param name="reader">The <see cref="T:System.Xml.XmlReader" /> from which to read an object.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.LoadFromXmlReader(System.Xml.XmlReader,`0)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> from the specified <see cref="T:System.Xml.XmlReader" />.
            </summary><param name="reader">The <see cref="T:System.Xml.XmlReader" /> from which to read an object.</param><param name="obj">The object to update with data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToFile(System.String)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML within a file.
            </summary><param name="path">The path to the output file.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToFile(System.String,`0)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML within a file.
            </summary><param name="path">The path to the output file.</param><param name="obj">The object for which to serialize data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToStream(System.IO.Stream)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML within a <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> to write to.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToStream(System.IO.Stream,`0)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML within a <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> to write to.</param><param name="obj">The object for which to serialize data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToString"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to an XML string.
            </summary><returns>The XML string that was created.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToString(`0)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to an XML string.
            </summary><param name="obj">The object for which to serialize data.</param><returns>The XML string that was created.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToXmlWriter(System.Xml.XmlWriter)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML by using an <see cref="T:System.Xml.XmlWriter" />.
            </summary><param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.SaveToXmlWriter(System.Xml.XmlWriter,`0)"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode" /> to XML by using an <see cref="T:System.Xml.XmlWriter" />.
            </summary><param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param><param name="obj">The object for which to serialize data.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.WriteHeader(System.Xml.XmlWriter)"><summary>
            Allows for dynamic injection of an XML comment or other data before the main serialization routine occurs.
            </summary><param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.#ctor"><summary>
            Initializes an instance of the <c>XmlSerializerBase</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.#ctor(`1)"><summary>
            Initializes an instance of the <c>XmlSerializerBase</c> class.
            </summary><param name="rootNode">The root <typeparamref name="TXmlObj" /> node.</param></member><member name="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.CustomTypes"><summary>
            Gets the collection of custom <see cref="T:System.Type" />s that can be serialized and deserialized using this serializer.
            </summary><value>The collection of custom <see cref="T:System.Type" />s that can be serialized and deserialized using this serializer.</value><remarks>
            If the object graph contains any <see cref="T:System.Type" /> that is not registered with the serializer, an exception
            will occur during serialization and deserialization.  
            This collection allows for the registration of custom <see cref="T:System.Type" />s with the serializer.
            </remarks></member><member name="P:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.RootNode"><summary>
            Gets or sets the root <typeparamref name="TXmlObj" /> node that is serialized and deserialized.
            </summary><value>The root <typeparamref name="TXmlObj" /> node that is serialized and deserialized.</value></member><member name="E:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.ObjectDeserialized"><summary>
            Occurs when an object is deserialized.
            </summary></member><member name="E:ActiproSoftware.Windows.Serialization.XmlSerializerBase`2.ObjectSerialized"><summary>
            Occurs when an object is serialized.
            </summary></member><member name="T:ActiproSoftware.Windows.Serialization.XamlSerializer"><summary>
            Provides helper methods for easily serializing objects to and deserializing objects from XAML.
            </summary></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.LoadFromFile(System.String)"><summary>
            Deserializes an object from the specified file.
            </summary><param name="path">The path to the file from which to read an object.</param><returns>The object that was deserialized from XAML.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.LoadFromStream(System.IO.Stream)"><summary>
            Deserializes an object from the specified <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> from which to read an object.</param><returns>The object that was deserialized from XAML.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.LoadFromString(System.String)"><summary>
            Deserializes an object from the specified XAML string.
            </summary><param name="xaml">The XAML string from which to read an object.</param><returns>The object that was deserialized from XAML.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.LoadFromXmlReader(System.Xml.XmlReader)"><summary>
            Deserializes an object from the specified <see cref="T:System.Xml.XmlReader" />.
            </summary><param name="reader">The <see cref="T:System.Xml.XmlReader" /> from which to read an object.</param><returns>The object that was deserialized from XAML.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.SaveToFile(System.String,System.Object)"><summary>
            Serializes the specified object to XAML within a file.
            </summary><param name="path">The path to the output file.</param><param name="value">The object to serialize.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.SaveToStream(System.IO.Stream,System.Object)"><summary>
            Serializes the specified object to XAML within a <see cref="T:System.IO.Stream" />.
            </summary><param name="stream">The <see cref="T:System.IO.Stream" /> to write to.</param><param name="value">The object to serialize.</param></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.SaveToString(System.Object)"><summary>
            Serializes the specified object to a XAML string.
            </summary><param name="value">The object to serialize.</param><returns>The XAML string that was created.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XamlSerializer.SaveToXmlWriter(System.Xml.XmlWriter,System.Object)"><summary>
            Serializes the specified object to XAML by using an <see cref="T:System.Xml.XmlWriter" />.
            </summary><param name="writer">The <see cref="T:System.Xml.XmlWriter" /> to write to.</param><param name="value">The object to serialize.</param></member><member name="T:ActiproSoftware.Windows.Serialization.XmlObjectBase"><summary>
            Provides the base class for a serializable representation of an object.
            </summary></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.PointToString(System.Nullable{System.Windows.Point})"><summary>
            Converts a nullable <see cref="T:System.Windows.Point" /> to a string that can be safely serialized to XML.
            </summary><param name="point">The nullable <see cref="T:System.Windows.Point" /> to convert.</param><returns>The string that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.RectToString(System.Nullable{System.Windows.Rect})"><summary>
            Converts a nullable <see cref="T:System.Windows.Rect" /> to a string that can be safely serialized to XML.
            </summary><param name="rect">The nullable <see cref="T:System.Windows.Rect" /> to convert.</param><returns>The string that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.SizeToString(System.Nullable{System.Windows.Size})"><summary>
            Converts a nullable <see cref="T:System.Windows.Size" /> to a string that can be safely serialized to XML.
            </summary><param name="size">The nullable <see cref="T:System.Windows.Size" /> to convert.</param><returns>The string that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.StringToPoint(System.String)"><summary>
            Converts a string value from serialized XML to a nullable <see cref="T:System.Windows.Point" />.
            </summary><param name="text">The string to examine.</param><returns>The nullable <see cref="T:System.Windows.Point" /> that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.StringToRect(System.String)"><summary>
            Converts a string value from serialized XML to a nullable <see cref="T:System.Windows.Rect" />.
            </summary><param name="text">The string to examine.</param><returns>The nullable <see cref="T:System.Windows.Rect" /> that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.StringToSize(System.String)"><summary>
            Converts a string value from serialized XML to a nullable <see cref="T:System.Windows.Size" />.
            </summary><param name="text">The string to examine.</param><returns>The nullable <see cref="T:System.Windows.Size" /> that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.StringToType(System.String)"><summary>
            Converts a string value from serialized XML to a <see cref="T:System.Windows.Size" />.
            </summary><param name="text">The string to examine.</param><returns>The <see cref="T:System.Type" /> that was generated.</returns></member><member name="M:ActiproSoftware.Windows.Serialization.XmlObjectBase.TypeToString(System.Type)"><summary>
            Converts a <see cref="T:System.Type" /> to a string that can be safely serialized to XML.
            </summary><param name="type">The <see cref="T:System.Type" /> to convert.</param><returns>The string that was generated.</returns></member><member name="P:ActiproSoftware.Windows.Serialization.XmlObjectBase.Tag"><summary>
            Gets or sets an arbitrary object value that can be used to store custom information about this object.
            </summary><value>The intended value. This property has no default value.</value></member><member name="T:ActiproSoftware.Windows.DocumentManagement.ReadOnlyDocumentReferenceCollection"><summary>
            Represents a read-only observable collection of <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.DocumentManagement.ReadOnlyDocumentReferenceCollection.#ctor(System.Collections.ObjectModel.ObservableCollection{ActiproSoftware.Windows.DocumentManagement.IDocumentReference})"><summary>
            Initializes an instance of the <c>ReadOnlyDocumentReferenceCollection</c> class.
            </summary><param name="list">The collection with which to create this instance.</param></member><member name="T:ActiproSoftware.Windows.DocumentManagement.DocumentReferenceCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.DocumentManagement.DocumentReference"><summary>
            Provides a simple document reference implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.DocumentManagement.DocumentReference.#ctor"><summary>
            Initializes an instance of the <c>DocumentReference</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.DocumentManagement.DocumentReference.#ctor(System.Uri)"><summary>
            Initializes an instance of the <c>DocumentReference</c> class.
            </summary><param name="location">A <see cref="T:System.Uri" /> indicating the location of the document.</param></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Description"><summary>
            Gets or sets the optional description of the document.
            </summary><value>The optional description of the document.</value><remarks>
            For a file, this can be a general file type description or a more display-oriented version of its location.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceLarge"><summary>
            Gets or sets the optional large <see cref="T:System.Windows.Media.ImageSource" /> for the document.
            </summary><value>The optional large <see cref="T:System.Windows.Media.ImageSource" /> for the document.</value><remarks>
            This property can be used by UI that represents the document.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceSmall"><summary>
            Gets or sets the optional small <see cref="T:System.Windows.Media.ImageSource" /> for the document.
            </summary><value>The optional small <see cref="T:System.Windows.Media.ImageSource" /> for the document.</value><remarks>
            This property can be used by UI that represents the document.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.IsPinnedRecentDocument"><summary>
            Gets or sets whether the document is pinned on the recent document list.
            </summary><value><c>true</c> if the document is pinned on the recent document list; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.LastOpenedDateTime"><summary>
            Gets or sets a <see cref="T:System.DateTime" /> indicating when the document was last opened.
            </summary><value>A <see cref="T:System.DateTime" /> indicating when the document was last opened.</value></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Location"><summary>
            Gets or sets a <see cref="T:System.Uri" /> indicating the location of the document.
            </summary><value>A <see cref="T:System.Uri" /> indicating the location of the document.</value><remarks>
            For a file, this is typically the full path to the file, including filename.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Name"><summary>
            Gets or sets the name of the document.
            </summary><value>The name of the document.</value><remarks>
            For a file, this is typically the filename (including extension) but without path.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Tag"><summary>
            Gets or sets an arbitrary object value that can be used to store custom information about this document reference.
            </summary><value>The intended value. This property has no default value.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.DescriptionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Description" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Description" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceLargeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceLarge" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceLarge" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceSmallProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceSmall" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.ImageSourceSmall" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.IsPinnedRecentDocumentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.IsPinnedRecentDocument" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.IsPinnedRecentDocument" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.LastOpenedDateTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.LastOpenedDateTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.LastOpenedDateTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.LocationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Location" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Location" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.NameProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Name" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Name" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.DocumentReference.TagProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Tag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.DocumentReference.Tag" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference"><summary>
            Provides the base requirements for a document reference.
            </summary></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.Description"><summary>
            Gets or sets the optional description of the document.
            </summary><value>The optional description of the document.</value><remarks>
            For a file, this can be a general file type description or a more display-oriented version of its location.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.ImageSourceLarge"><summary>
            Gets or sets the optional large <see cref="T:System.Windows.Media.ImageSource" /> for the document.
            </summary><value>The optional large <see cref="T:System.Windows.Media.ImageSource" /> for the document.</value><remarks>
            This property can be used by UI that represents the document.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.ImageSourceSmall"><summary>
            Gets or sets the optional small <see cref="T:System.Windows.Media.ImageSource" /> for the document.
            </summary><value>The optional small <see cref="T:System.Windows.Media.ImageSource" /> for the document.</value><remarks>
            This property can be used by UI that represents the document.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.IsPinnedRecentDocument"><summary>
            Gets or sets whether the document is pinned on the recent document list.
            </summary><value><c>true</c> if the document is pinned on the recent document list; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.LastOpenedDateTime"><summary>
            Gets or sets a <see cref="T:System.DateTime" /> indicating when the document was last opened.
            </summary><value>A <see cref="T:System.DateTime" /> indicating when the document was last opened.</value></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.Location"><summary>
            Gets or sets a <see cref="T:System.Uri" /> indicating the location of the document.
            </summary><value>A <see cref="T:System.Uri" /> indicating the location of the document.</value><remarks>
            For a file, this is typically the full path to the file, including filename.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.Name"><summary>
            Gets or sets the name of the document.
            </summary><value>The name of the document.</value><remarks>
            For a file, this is typically the filename (including extension) but without path.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.IDocumentReference.Tag"><summary>
            Gets or sets an arbitrary object value that can be used to store custom information about this document reference.
            </summary><value>The intended value. This property has no default value.</value></member><member name="T:ActiproSoftware.Windows.DocumentManagement.RecentDocumentIndexToAccessTextConverter"><summary>
            Represents a value converter that converts a <see cref="T:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager" />'s <c>Index</c> attached property to an access string.
            </summary></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentIndexToAccessTextConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentIndexToAccessTextConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager"><summary>
            Provides a manager for a recent documents list.
            </summary><remarks>
            For detailed documentation on this component's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsDocumentManagement.html">Shared Document Management</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Deserialize(System.String)"><summary>
            Deserializes the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection from the data in an XML string.
            </summary><param name="xml">The XML string containing data.</param><remarks>
            The XML string must have been created by a previous call to <see cref="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Serialize" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.GetDocumentReference(System.Uri)"><summary>
            Returns an existing <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> from the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection, if any,
            that matches the specified <see cref="T:System.Uri" />.
            </summary><param name="location">The <see cref="T:System.Uri" /> to search for.</param><returns>
            A <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> that is in the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection if a match is found;
            otherwise, <see langword="null" />.
            </returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.GetIndex(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>Index</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.SetIndex(System.Windows.DependencyObject,System.Int32)"><summary>
            Sets the value of the <c>Index</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.NotifyDocumentOpened(System.Uri)"><summary>
            Provides a helper method for easily updating an existing document reference's last-opened date/time.
            If no existing document reference with the specified <see cref="T:System.Uri" /> exists, a new <see cref="T:ActiproSoftware.Windows.DocumentManagement.DocumentReference" /> is created.
            </summary><param name="location">A <see cref="T:System.Uri" /> indicating the location of the document.</param><returns>The <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> that was updated or created.</returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.NotifyDocumentOpened(System.Uri,System.String)"><summary>
            Provides a helper method for easily updating an existing document reference's last-opened date/time.
            If no existing document reference with the specified <see cref="T:System.Uri" /> exists, a new <see cref="T:ActiproSoftware.Windows.DocumentManagement.DocumentReference" /> is created.
            </summary><param name="location">A <see cref="T:System.Uri" /> indicating the location of the document.</param><param name="name">The name of the document.</param><returns>The <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> that was updated or created.</returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.NotifyDocumentOpened(System.Uri,System.String,System.Object)"><summary>
            Provides a helper method for easily updating an existing document reference's last-opened date/time.
            If no existing document reference with the specified <see cref="T:System.Uri" /> exists, a new <see cref="T:ActiproSoftware.Windows.DocumentManagement.DocumentReference" /> is created.
            </summary><param name="location">A <see cref="T:System.Uri" /> indicating the location of the document.</param><param name="name">The name of the document.</param><param name="tag">An arbitrary object value that can be used to store custom information about this document reference.</param><returns>The <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> that was updated or created.</returns></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.RebindFilteredDocuments"><summary>
            Rebinds the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> collection.
            </summary><remarks>
            The <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> collection is automatically re-bound when the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection is changed.
            However if you update the last-opened date/time or pinned flag for an <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" />,
            you must call this method manually to rebind the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> collection.
            </remarks></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Serialize"><summary>
            Serializes the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection to an XML string.
            </summary><returns>The XML string that contains the serialized data.</returns><remarks>
            Use the <see cref="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Deserialize(System.String)" /> method to load the serialized data later.
            </remarks></member><member name="M:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.#ctor"><summary>
            Initializes an instance of the <c>RecentDocumentManager</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> objects that are being managed.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.DocumentManagement.IDocumentReference" /> objects that are being managed.</value><remarks>
            Add/remove the document references to be managed via this collection.
            The <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> provides a sorted read-only representation of this collection.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments"><summary>
            Gets the read-only collection of filtered documents that should be used for a recent documents list.
            </summary><value>The read-only collection of filtered documents that should be used for a recent documents list.</value><remarks>
            The collection sorts the contained documents by date/time and pinned states and returns up to 
            <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxFilteredDocumentCount" /> documents.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxDocumentCount"><summary>
            Gets or sets the maximum number of documents to store in the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection.
            </summary><value>
            The maximum number of documents to store in the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.Documents" /> collection.
            The default value is <c>30</c>.
            </value><remarks>
            This collection is how many documents total are being tracked.
            </remarks></member><member name="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxFilteredDocumentCount"><summary>
            Gets or sets the maximum number of documents to return in the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> collection.
            </summary><value>
            The maximum number of documents to return in the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.FilteredDocuments" /> collection.
            The default value is <c>16</c>.
            </value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.IndexProperty"><summary>
            Identifies the <c>Index</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Index</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxDocumentCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxDocumentCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxDocumentCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxFilteredDocumentCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxFilteredDocumentCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.DocumentManagement.RecentDocumentManager.MaxFilteredDocumentCount" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.AssetResourceKeys"><summary>
            Represents the resource keys for the theme assets.
            </summary><remarks>
            If registered correctly with the <see cref="T:ActiproSoftware.Windows.Themes.ThemeManager" />, this <see cref="T:System.Windows.ResourceDictionary" /> can be swapped
            in at the application level automatically when the application's <see cref="P:ActiproSoftware.Windows.Themes.ThemeManager.CurrentTheme" /> is changed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AccentBackgroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AccentBackgroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AccentForegroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ActionPopupBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ActionPopupBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AeroWizardPageTitleForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonHighlightFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonInnerBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationButtonRoundInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationMenuBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationMenuBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationMenuFooterBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ApplicationMenuHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabControlBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.AutoHideTabItemPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageButtonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageHeaderSeparatorBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlHeaderBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabControlHeaderHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemBackgroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemBorderSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemDecorationSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemForegroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemHighlightSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTabItemInnerBorderSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageTaskTabItemMarginThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageWindowIsRibbonVisibleBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BackstageWindowTitleBarUseAlternateStyleBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletBulletChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBackgroundIndeterminateDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBackgroundIndeterminateHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBackgroundIndeterminateNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBackgroundIndeterminatePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBorderIndeterminateDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBorderIndeterminateHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBorderIndeterminateNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphBorderIndeterminatePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletGlyphUseAlternateGeometryBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletIsAnimationEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBackgroundCheckedDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBackgroundCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBackgroundCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBackgroundCheckedPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBorderCheckedDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletRoundGlyphBorderCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBackgroundCheckedDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBackgroundCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBackgroundCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBackgroundCheckedPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBorderCheckedDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.BulletSquareGlyphBorderCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBackgroundDefaultedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderDefaultedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonDarkBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonForegroundDefaultedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonForegroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonHighlightDefaultedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderDefaultedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonIsAnimationEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonLightBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ButtonPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartAxisBaselineForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartAxisTickMajorForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartAxisTickMinorForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartBoxPlotBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartBoxPlotBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartDataPointLabelBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartDataPointLabelForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartGridLineMajorForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartGridLineMinorForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartGridStripeAlternateBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartGridStripeBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartLegendBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartLegendBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartMarkerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartPieBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ChartRangeBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ComboBoxUseAlternateStyleBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerDarkBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerDarkEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerDarkStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerLightBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerLightBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerLightEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerLightStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerMediumBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerMediumEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContainerMediumStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContextualTabGroupAreEffectsEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ContextualTabGroupUseColorsBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ControlBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ControlForegroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ControlForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideArrowBackgroundBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideBackgroundBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideBorderBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideGlyphBackgroundBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideGlyphBorderBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockGuideGlyphForegroundBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarBackgroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarForegroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarForegroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarGlyphBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarGlyphBackgroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowContainerTitleBarHasGripperBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowPreviewBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockingWindowPreviewBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockSiteAutoHidePopupOpensOnMouseHoverBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockSitePaddingThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockSiteSplitterSizeDoubleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DockSiteToolWindowsHaveImagesOnTabsBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentTextAccent1ForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentTextAccent2ForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentTextBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentTextForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentViewerBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DocumentViewerForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownChromeMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphAlternateBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphAlternateBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownGlyphUseAlternateGeometryBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.DropDownMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditBoxEditPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditCaretBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditIndicatorMarginBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditIsAnimationEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditLineNumberMarginForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditRulerMarginBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditRulerMarginBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditRulerMarginForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionForegroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionSemiTransparentBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionSemiTransparentBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionSemiTransparentBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditSelectionSemiTransparentBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditWhitespaceForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.EditWordWrapGlyphMarginForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphForegroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderGlyphInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExpanderHeaderPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderAlternateBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderAlternateBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderAlternateBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderAlternateForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ExplorerBarExpanderHeaderForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GridSplitterBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GripperBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GripperForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GripperHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GroupBoxBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GroupBoxBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GroupBoxElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GroupBoxForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.GroupBoxHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.HyperlinkForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.HyperlinkForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.KeyTipPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBackgroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListColumnHeaderGlyphBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListGridLineBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListIsGlassEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundSelectedFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBackgroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderSelectedFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemForegroundSelectedFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemForegroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemForegroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderSelectedFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemInnerBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListItemMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowAlternateBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBackgroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBackgroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListRowHeaderBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBackgroundCheckedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBorderCheckedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionForegroundCheckedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ListToggleButtonExpansionForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuEditBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuEditBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuHeadingBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBackgroundHighlightedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBorderHighlightedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemForegroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemForegroundHighlightedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemGlyphBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemGlyphBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemGlyphBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemIconColumnBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemIconColumnBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemIconColumnBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemInnerBorderHighlightedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemInnerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuItemPopupGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuPopupAnchorBackgroundOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuPopupBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuPopupBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuPopupInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.MenuSeparatorHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationBarPopupButtonBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationBarPopupButtonBackgroundOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationBarSplitterBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBackgroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBackgroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderHighlightSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderHighlightSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderInnerBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.NavigationPaneHeaderInnerBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGalleryFilterBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGalleryFilterForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGalleryFilterForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGripperBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGripperBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGripperForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.PopupGripperHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarForegroundErrorBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarForegroundPausedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarHighlightErrorBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarHighlightPausedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarInnerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarIsContinuousBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarIsGlassEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ProgressBarUseHighlightForIndeterminateIndicatorBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.QuickAccessToolBarButtonMinHeightNormalDoubleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.QuickAccessToolBarButtonMinWidthNormalDoubleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RaftingWindowBorderActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RaftingWindowBorderInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RaftingWindowBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBackgroundAverageBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBackgroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBorderActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBorderAverageBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RatingItemBorderSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupPopupGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupSeparatorMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonGroupSeparatorOpacityMaskNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonSeparatorBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonSeparatorBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonSeparatorOpacityMaskNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabControlBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabControlBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabControlBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBackgroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemBorderSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemForegroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemInnerBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabItemInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonTabSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonToolBarTrayBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonToolBarTrayBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.RibbonToolBarTrayInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonGlyphBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonGlyphUseAlternateGeometryBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHorizontalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHorizontalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonHorizontalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonVerticalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonVerticalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarButtonVerticalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarHorizontalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarHorizontalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarHorizontalPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarIsTransparencyModeEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarThumbGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarThumbGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarThumbGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarThumbGlyphHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarThumbGlyphUseAlternateGeometryBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarVerticalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarVerticalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollBarVerticalPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ScrollViewerSpacerBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SeparatorHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderSelectionBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderSelectionBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalHighlightFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalInnerBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbHorizontalInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBackgroundFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalHighlightFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalInnerBorderFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderThumbVerticalInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderTrackHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderTrackHorizontalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderTrackVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.SliderTrackVerticalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StandardMdiBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StandardMdiBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StandardMdiBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StandardMdiElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarButtonGroupBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarButtonGroupBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarGripperForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarGripperHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarItemPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSeparatorBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSeparatorBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSeparatorOpacityMaskNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSliderThumbForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSliderThumbHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSliderThumbHorizontalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSliderThumbHorizontalHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarSliderTrackHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.StatusBarUseMonochromeImagesBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlBackgroundActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlBackgroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlBackgroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlBorderHighlightedCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlHeaderBottomMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlHeaderTopMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabControlPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundActiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundInactiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundPreviewActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundPreviewBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBackgroundPreviewHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderActiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderInactiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderPreviewActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderPreviewBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBorderPreviewHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemBottomMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundActiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundInactiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundPreviewActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundPreviewBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemForegroundPreviewHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemGlyphBackgroundActiveFocusedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemGlyphBackgroundActiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemGlyphBackgroundInactiveSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemSpacingNormalDoubleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabbedMdiContainerTabItemTopMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlBottomBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlHeaderBottomMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlHeaderLeftMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlHeaderRightMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlHeaderTopMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlLeftBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlNewTabButtonForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlRightBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabControlTopBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBackgroundSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBackgroundSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemBorderSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemHighlightSelectedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemHighlightSelectedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TabItemPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskCardBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskCardBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskCardBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskColumnBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskColumnBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.TaskColumnBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThemeNameStringKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThumbBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThumbBorderDarkDarkNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThumbBorderDarkNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThumbBorderLightLightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ThumbBorderLightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonForegroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonGroupBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonGroupBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundCheckedHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundCheckedNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundOpenedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonLargeBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonRoundBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonRoundBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonRoundBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarButtonRoundBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarDropDownBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarDropDownBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarDropDownBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarDropDownGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditDropDownButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditDropDownButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarEditForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGalleryButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGripperForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarGripperHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarHorizontalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarHorizontalMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarHorizontalPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarMenuForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarOverflowButtonForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarOverflowButtonHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarOverflowButtonVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarSeparatorBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarTrayBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarVerticalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarVerticalMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolBarVerticalPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolTipPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabControlBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabControlForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabControlHeaderBottomMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabControlHeaderTopMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBackgroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBorderSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemBottomMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemForegroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemForegroundSelectedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemSpacingNormalDoubleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowContainerTabItemTopMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.ToolWindowTitleBarButtonBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBorderActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBorderInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowBorderOuterGlowNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowControlBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowGlassExtensionBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowHasOuterGlowBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderBottomActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderBottomInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderLeftActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderLeftInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderRightActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderRightInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderTopActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowInnerBorderTopInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowIsGlassEnabledBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowNonGlassExtensionBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowNonGlassExtensionBackgroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowResizeBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarBackgroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBackgroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateBorderInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateForegroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateHighlightActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateHighlightActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateInnerBorderInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonAlternateMarginNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBackgroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderNormalCornerRadiusKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonElementChromeBorderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonForegroundInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonHighlightActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonHighlightActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderActiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderActiveHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderActiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderActivePressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderInactiveDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderInactiveNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonInnerBorderNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarButtonPaddingNormalThicknessKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarFontWeightKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarForegroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarForegroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarForegroundShadowActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarInnerBorderActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarInnerBorderInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarQuickAccessToolBarAlignTopBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayBackgroundActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayBackgroundInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayBorderActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayBorderInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayHighlightActiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarToolBarTrayHighlightInactiveBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarUseAccentBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WindowTitleBarUseSystemFontBooleanKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceDarkBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceDarkEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceDarkStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceLightBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceLightEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceLightStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceMediumBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceMediumEndBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceMediumForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceMediumStartBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonGlyphBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHighlightDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHighlightHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHighlightPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHorizontalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHorizontalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonHorizontalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonInnerBorderDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonInnerBorderHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonInnerBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonInnerBorderPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonVerticalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonVerticalBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarButtonVerticalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarHorizontalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarHorizontalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarThumbGlyphBackgroundHoverBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarThumbGlyphBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarThumbGlyphBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarThumbGlyphHighlightNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarVerticalBackgroundDisabledBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollBarVerticalBackgroundPressedBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceScrollViewerSpacerBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayHorizontalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayHorizontalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayRoundBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayRoundBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayVerticalBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceToolBarTrayVerticalBorderNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceVeryDarkBackgroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.AssetResourceKeys.WorkspaceVeryDarkForegroundNormalBrushKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a theme asset.
            </summary><value>A resource key.</value></member><member name="T:ActiproSoftware.Windows.Themes.WindowBoundsChangeEventArgs"><summary>
            Provides event arguments for a window bounds change event published by <see cref="T:ActiproSoftware.Windows.Themes.WindowChrome" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.WindowBoundsChangeEventArgs.#ctor(System.Boolean,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>WindowBoundsChangeEventArgs</c> class. 
            </summary><param name="isMove"><c>true</c> if the event is for a move; otherwise, <c>false</c> if the event is for a size.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="P:ActiproSoftware.Windows.Themes.WindowBoundsChangeEventArgs.IsMove"><summary>
            Gets or sets a value indicating whether the event is for a move.
            </summary><value><c>true</c> if the event is for a move; otherwise, <c>false</c> if the event is for a size.
            </value></member><member name="T:ActiproSoftware.Windows.Themes.ExpanderThemeProperties"><summary>
            Provides attached properties for use in expanders.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.GetCanMeasureCollapsedContent(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>CanMeasureCollapsedContent</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.SetCanMeasureCollapsedContent(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>CanMeasureCollapsedContent</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.GetCollapseDuration(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>CollapseDuration</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.SetCollapseDuration(System.Windows.DependencyObject,System.Windows.Duration)"><summary>
            Sets the value of the <c>CollapseDuration</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.GetExpandDuration(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>ExpandDuration</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.SetExpandDuration(System.Windows.DependencyObject,System.Windows.Duration)"><summary>
            Sets the value of the <c>ExpandDuration</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.CanMeasureCollapsedContentProperty"><summary>
            Identifies the <c>CanMeasureCollapsedContent</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CanMeasureCollapsedContent</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.CollapseDurationProperty"><summary>
            Identifies the <c>CollapseDuration</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CollapseDuration</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ExpanderThemeProperties.ExpandDurationProperty"><summary>
            Identifies the <c>ExpandDuration</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ExpandDuration</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.TintedThemeCatalog"><summary>
            Represents a theme catalog that can be used to tint another theme catalog.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint all registered system theme catalogs.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint all registered system theme catalogs.
            </summary><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the <see cref="P:ActiproSoftware.Windows.Themes.TintGroupSets.Default" /> resources.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(ActiproSoftware.Windows.Themes.ThemeCatalogBase)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the specified theme catalog.
            </summary><param name="sourceCatalog">A <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> that should be tinted.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(ActiproSoftware.Windows.Themes.ThemeCatalogBase,System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the specified theme catalog.
            </summary><param name="sourceCatalog">A <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> that should be tinted.</param><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the <see cref="P:ActiproSoftware.Windows.Themes.TintGroupSets.Default" /> resources.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(System.String)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the current system theme from all registered system theme catalogs and apply a custom theme name.
            </summary><param name="customTheme">The name to give the new tinted theme.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(System.String,System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the current system theme from all registered system theme catalogs and apply a custom theme name.
            </summary><param name="customTheme">The name to give the new tinted theme.</param><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the <see cref="P:ActiproSoftware.Windows.Themes.TintGroupSets.Default" /> resources.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(System.String,System.String)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the specified theme from all registered system theme catalogs and apply a custom theme name.
            </summary><param name="customTheme">The name to give the new tinted theme.</param><param name="theme">The theme to use as a basis for the custom theme.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedThemeCatalog.#ctor(System.String,System.String,System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintedThemeCatalog</c> class that will tint the specified theme from all registered system theme catalogs and apply a custom theme name.
            </summary><param name="customTheme">The name to give the new tinted theme.</param><param name="theme">The theme to use as a basis for the custom theme.</param><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the <see cref="P:ActiproSoftware.Windows.Themes.TintGroupSets.Default" /> resources.</param></member><member name="P:ActiproSoftware.Windows.Themes.TintedThemeCatalog.CustomTheme"><summary>
            Gets the name of the custom theme to which the tinted resources apply, if any.
            </summary><value>
            The name of the custom theme to which the tinted resources apply, if any.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.TintedThemeCatalog.DictionaryReferences"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintedThemeCatalog.SourceCatalog"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> whose references will be tinted, if any.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> whose references will be tinted; otherwise, <see langword="null" /> indicates all the registered system theme catalogs will be tinted.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.TintedThemeCatalog.Themes"><summary>
            Gets the collection of theme names (e.g. Generic, OfficeBlue, etc.) to which the tinting will be applied.
            </summary><value>The collection of theme names.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintedThemeCatalog.TintGroups"><summary>
            Gets the collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </summary><value>
            The collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </value><remarks>
            If left unmodified, the default collection will contain a <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" /> named <c>NoTint</c> that
            prevents tinting from occurring on resources that reference it.
            </remarks></member><member name="T:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference"><summary>
            Provides a reference to a themed <see cref="T:System.Windows.ResourceDictionary" /> that should be tinted and describes its contents.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference.GetResourceDictionary"><summary>
            Gets a <see cref="T:System.Windows.ResourceDictionary" /> initialized using <see cref="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.LocationUri" />.
            </summary><returns>The <see cref="T:System.Windows.ResourceDictionary" /> that was initialized.</returns></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference.#ctor"><summary>
            Initializes an instance of the <c>TintedResourceDictionaryReference</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference.#ctor(ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference)"><summary>
            Initializes an instance of the <c>TintedResourceDictionaryReference</c> class.
            </summary><param name="sourceReference">A <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> that should be tinted.</param></member><member name="P:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference.TintColor"><summary>
            Gets the default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.
            </summary><value>
            The default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.
            </value><remarks>
            If <c>Colors.Transparent</c> is specified, no tinting will be performed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Themes.TintedResourceDictionaryReference.TintGroups"><summary>
            Gets the collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </summary><value>
            The collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </value><remarks>
            If left unmodified, the default collection will contain a <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" /> named <c>NoTint</c> that
            prevents tinting from occurring on resources that reference it.
            </remarks></member><member name="T:ActiproSoftware.Windows.Themes.SystemThemeCatalogBase"><summary>
            Provides the base requirements for a theme catalog that provides a list of themed resource dictionaries references available in an assembly.
            </summary></member><member name="T:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties"><summary>
            Provides attached properties for use in controls with headers, such as <see cref="T:System.Windows.Controls.HeaderedContentControl" /> and <see cref="T:System.Windows.Controls.HeaderedItemsControl" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.GetHeaderContextMenu(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HeaderContextMenu</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.SetHeaderContextMenu(System.Windows.DependencyObject,System.Windows.Controls.ContextMenu)"><summary>
            Sets the value of the <c>HeaderContextMenu</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.GetHeaderCornerRadius(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HeaderCornerRadius</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.SetHeaderCornerRadius(System.Windows.DependencyObject,System.Windows.CornerRadius)"><summary>
            Sets the value of the <c>HeaderCornerRadius</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.GetHeaderFontSize(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HeaderFontSize</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.SetHeaderFontSize(System.Windows.DependencyObject,System.Double)"><summary>
            Sets the value of the <c>HeaderFontSize</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.GetHeaderPadding(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HeaderPadding</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.SetHeaderPadding(System.Windows.DependencyObject,System.Windows.Thickness)"><summary>
            Sets the value of the <c>HeaderPadding</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.GetHeaderStyle(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HeaderStyle</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.SetHeaderStyle(System.Windows.DependencyObject,System.Windows.Style)"><summary>
            Sets the value of the <c>HeaderStyle</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.HeaderContextMenuProperty"><summary>
            Identifies the <c>HeaderContextMenu</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HeaderContextMenu</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.HeaderCornerRadiusProperty"><summary>
            Identifies the <c>HeaderCornerRadius</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HeaderCornerRadius</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.HeaderFontSizeProperty"><summary>
            Identifies the <c>HeaderFontSize</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HeaderFontSize</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.HeaderPaddingProperty"><summary>
            Identifies the <c>HeaderPadding</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HeaderPadding</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.HeaderedControlThemeProperties.HeaderStyleProperty"><summary>
            Identifies the <c>HeaderStyle</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HeaderStyle</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.FullTrustResourceDictionary"><summary>
            Represents the a <see cref="T:System.Windows.ResourceDictionary" /> that ensures the application has full-trust before loading the source <see cref="T:System.Uri" />.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.FullTrustResourceDictionary.Source"><summary>
            Gets or sets the uniform resource identifier (URI) to load resources from.
            </summary><value>
            The source location of an external resource dictionary.
            </value></member><member name="T:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties"><summary>
            Provides attached properties for use in progress bar themes.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.GetIsContinuous(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsContinuous</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.SetIsContinuous(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsContinuous</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.GetIsGlassEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsGlassEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.SetIsGlassEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsGlassEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.GetState(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>State</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.SetState(System.Windows.DependencyObject,ActiproSoftware.Windows.Controls.OperationState)"><summary>
            Sets the value of the <c>State</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.GetUseHighlightForIndeterminateIndicator(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>UseHighlightForIndeterminateIndicator</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.SetUseHighlightForIndeterminateIndicator(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>UseHighlightForIndeterminateIndicator</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.IsContinuousProperty"><summary>
            Identifies the <c>IsContinuous</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsContinuous</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.IsGlassEnabledProperty"><summary>
            Identifies the <c>IsGlassEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsGlassEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.StateProperty"><summary>
            Identifies the <c>State</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>State</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ProgressBarThemeProperties.UseHighlightForIndeterminateIndicatorProperty"><summary>
            Identifies the <c>UseHighlightForIndeterminateIndicator</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UseHighlightForIndeterminateIndicator</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.SharedResourceKeys"><summary>
            Provides access to the resource keys that identify all reusable styles/resources included in this assembly.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.CheckBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>CheckBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ComboBoxItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ComboBoxItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ComboBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ComboBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ContextMenuStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ContextMenu</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.DocumentViewerStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>DocumentViewer</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ExpanderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Expander</c> and <c>AnimatedExpander</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.GridSplitterStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>GridSplitter</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.GridViewColumnHeaderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>GridViewColumnHeader</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.GridViewEmbeddedScrollViewerStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ScrollViewer</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.GroupBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>GroupBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.HyperlinkStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Hyperlink</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.LabelStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Label</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ListBoxItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ListBoxItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ListBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ListBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ListViewItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ListViewItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ListViewStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ListView</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuEmbeddedSeparatorStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Separator</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuEmbeddedScrollViewerStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ScrollViewer</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>MenuItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemSubmenuContentTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Controls.ControlTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemSubmenuHeaderTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Controls.ControlTemplate" /> that may be applied to <c>MenuItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemSubmenuItemTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Controls.ControlTemplate" /> that may be applied to <c>MenuItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemTopLevelHeaderTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Controls.ControlTemplate" /> that may be applied to <c>MenuItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuItemTopLevelItemTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Controls.ControlTemplate" /> that may be applied to <c>MenuItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MenuStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Menu</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.PasswordBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>PasswordBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ProgressBarStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ProgressBar</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.RadioButtonStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>RadioButton</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ResizeGripStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ResizeGrip</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ScrollBarStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ScrollBar</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ScrollViewerStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ScrollViewer</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.SeparatorStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Separator</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.SliderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Slider</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarEmbeddedResizeGripStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ResizeGrip</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarEmbeddedSeparatorStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Separator</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarEmbeddedSliderDecreaseButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarEmbeddedSliderIncreaseButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarEmbeddedSliderStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Slider</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>StatusBarItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.StatusBarStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>StatusBar</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.TabControlStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TabControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.TabItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TabItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.TextBoxBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TextBoxBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ThumbStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Thumb</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToggleButtonExpansionStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ToggleButton</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedComboBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ComboBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedMenuStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Menu</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedPopupButtonStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>PopupButton</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedSeparatorStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Separator</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarEmbeddedTextBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TextBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ToolBar</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolBarTrayStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ToolBarTray</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolTipStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ToolTip</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.TreeViewItemStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TreeViewItem</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.TreeViewStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TreeView</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Window</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowChromeStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>Window</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WorkspaceEmbeddedScrollViewerStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ScrollViewer</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonBaseAlternateStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonBaseAlternateStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedButtonBaseStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedButtonBaseOverrideStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ButtonBase</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedComboBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>ComboBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedPopupButtonStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>PopupButton</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedPopupButtonOverrideStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>PopupButton</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.EmbeddedTextBoxStyleKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.Style" /> that may be applied to <c>TextBox</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.CloseGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.DropDownArrowGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MaximizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.MinimizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.OverflowDropDownArrowGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.PinGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.PromoteTabGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.RestoreGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ScrollLeftGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ScrollRightGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonCloseGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonMaximizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonMinimizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.ToolWindowTitleBarButtonRestoreGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.UnpinGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonCloseGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonMaximizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonMinimizeGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="P:ActiproSoftware.Windows.Themes.SharedResourceKeys.WindowTitleBarButtonRestoreGlyphTemplateKey"><summary>
            Gets the <see cref="T:System.Windows.ResourceKey" /> for a <see cref="T:System.Windows.DataTemplate" /> that may be applied to <c>ContentControl</c> elements.
            </summary><value>A resource key.</value></member><member name="T:ActiproSoftware.Windows.Themes.SharedThemeCatalog"><summary>
            A theme catalog that describes the theme group name implementations and available themed resource dictionaries within this assembly.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.SharedThemeCatalog.DictionaryReferences"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </summary><value>
            The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </value></member><member name="T:ActiproSoftware.Windows.Themes.SharedThemeCatalogRegistrar"><summary>
            Represents a class that registers the <see cref="T:ActiproSoftware.Windows.Themes.SharedThemeCatalog" /> with the theme manager.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.SharedThemeCatalogRegistrar.SystemTheme"><summary>
            Gets or sets the system theme.
            </summary><value>
            The system theme.
            </value><remarks>
            NOTE: This property should only be set by the Actipro Shared Library.
            </remarks></member><member name="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase"><summary>
            Provides the base requirements for a theme catalog that provides a list of themed resource dictionaries references.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeCatalogBase.GetDictionaryReferencesForTheme(System.String)"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the catalog associated with the specified theme name.
            </summary><param name="theme">The theme name whose references should be returned.</param><returns>The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the catalog associated with the specified theme name.</returns></member><member name="P:ActiproSoftware.Windows.Themes.ThemeCatalogBase.DictionaryReferences"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the catalog.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the catalog.</value></member><member name="P:ActiproSoftware.Windows.Themes.ThemeCatalogBase.Priority"><summary>
            Gets the priority of this catalog.
            </summary><remarks>
            Catalog with a lower priority value will be loaded before a catalog with a higher priority.
            Regardless of their priority, system theme catalogs are always loaded before user defined theme catalogs.
            </remarks></member><member name="T:ActiproSoftware.Windows.Themes.ThemeCatalogRegistrarBase`1"><summary>
            Represents a class that registers a theme catalog with the theme manager.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeCatalogRegistrarBase`1.Register"><summary>
            Registers the associated theme catalog with the theme manager.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeCatalogRegistrarBase`1.#ctor"><summary>
            Initializes a new instance of the <c>ThemeCatalogRegistrarBase</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference"><summary>
            Provides a reference to a themed <see cref="T:System.Windows.ResourceDictionary" /> and describes its contents.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.GetResourceDictionary"><summary>
            Gets a <see cref="T:System.Windows.ResourceDictionary" /> initialized using <see cref="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.LocationUri" />.
            </summary><returns>The <see cref="T:System.Windows.ResourceDictionary" /> that was initialized.</returns></member><member name="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.AreThemesExclusive"><summary>
            Gets or sets a value indicating whether the <see cref="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.Themes" /> property is inclusive or exclusive.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.Themes" /> property is exclusive; otherwise <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.LocationUri"><summary>
            Gets or sets the <see cref="T:System.Uri" /> pointing to the location of the XAML-based resource dictionary.
            </summary><value>The <see cref="T:System.Uri" /> pointing to the location of the XAML-based resource dictionary.</value></member><member name="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.Themes"><summary>
            Gets or sets the collection of theme names (e.g. Generic, OfficeBlue, etc.) for which the resources apply or don't apply based on the <see cref="P:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference.AreThemesExclusive" /> property.
            </summary><value>The collection of theme names.</value></member><member name="T:ActiproSoftware.Windows.Themes.ThemeManager"><summary>
            Manages the themes used for various products.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.ApplyTheme"><summary>
            Applies or updates the application-wide theme.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.ApplyTheme(System.Windows.FrameworkElement)"><summary>
            Applies or updates the theme for the specified element.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.GetAreNativeThemesEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>AreNativeThemesEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.SetAreNativeThemesEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>AreNativeThemesEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.BeginUpdate"><summary>
            Prevents the theme manager from updating the theme until the <see cref="M:ActiproSoftware.Windows.Themes.ThemeManager.EndUpdate" /> method is called.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.GetDesignModeAreNativeThemesEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>DesignModeAreNativeThemesEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.SetDesignModeAreNativeThemesEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>DesignModeAreNativeThemesEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.GetDesignModeTheme(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>DesignModeTheme</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.SetDesignModeTheme(System.Windows.DependencyObject,System.String)"><summary>
            Sets the value of the <c>DesignModeTheme</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.EndUpdate"><summary>
            Updates the current theme based on changes since the <see cref="M:ActiproSoftware.Windows.Themes.ThemeManager.BeginUpdate" /> method was called.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.RegisterThemeCatalog(ActiproSoftware.Windows.Themes.ThemeCatalogBase)"><summary>
            Registers a theme catalog.
            </summary><param name="catalog">The <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> to register.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.RegisterThemeCatalog(System.Object,ActiproSoftware.Windows.Themes.ThemeCatalogBase)"><summary>
            Registers a theme catalog using the specified key.
            </summary><param name="key">A unique key associated with the specified catalog.</param><param name="catalog">The <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> to register.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.GetTheme(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>Theme</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.SetTheme(System.Windows.DependencyObject,System.String)"><summary>
            Sets the value of the <c>Theme</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.UnregisterThemeCatalog(ActiproSoftware.Windows.Themes.ThemeCatalogBase)"><summary>
            Unregisters a theme catalog.
            </summary><param name="catalog">The <see cref="T:ActiproSoftware.Windows.Themes.ThemeCatalogBase" /> to unregister.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeManager.UnregisterThemeCatalog(System.Object)"><summary>
            Unregisters a theme catalog using the specified key.
            </summary><param name="key">A unique key associated with the specified catalog.</param></member><member name="P:ActiproSoftware.Windows.Themes.ThemeManager.AreNativeThemesEnabled"><summary>
            Gets or sets a value indicating whether the implicit native styles should be loaded into the application resources.
            </summary><value><c>true</c> if the implicit native styles should be loaded into the application resources; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Themes.ThemeManager.CurrentTheme"><summary>
            Gets or sets the name of the current default application-wide theme.
            </summary><value>The name of the current default application-wide theme (e.g. Generic, OfficeBlue, etc.).</value><remarks>
            The <see cref="T:ActiproSoftware.Windows.Themes.ThemeName" /> enumeration contains a number of commonly-used theme names, whose string values
            can be set to this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Themes.ThemeManager.RegisteredCatalogs"><summary>
            Gets the catalogs registered with the theme manager.
            </summary><value>The catalogs registered with the theme manager.</value></member><member name="P:ActiproSoftware.Windows.Themes.ThemeManager.SystemTheme"><summary>
            Gets or sets the name of the current system theme.
            </summary><value>The name of the current system theme (e.g. AeroNormalColor, Classic, etc.).</value></member><member name="E:ActiproSoftware.Windows.Themes.ThemeManager.CurrentThemeChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Themes.ThemeManager.CurrentTheme" /> property has changed.
            </summary></member><member name="E:ActiproSoftware.Windows.Themes.ThemeManager.SystemThemeChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Themes.ThemeManager.SystemTheme" /> property has changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeManager.AreNativeThemesEnabledProperty"><summary>
            Identifies the <c>AreNativeThemesEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>AreNativeThemesEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeManager.DesignModeAreNativeThemesEnabledProperty"><summary>
            Identifies the <c>DesignModeAreNativeThemesEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>DesignModeAreNativeThemesEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeManager.DesignModeThemeProperty"><summary>
            Identifies the <c>DesignModeTheme</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>DesignModeTheme</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeManager.ThemeProperty"><summary>
            Identifies the <c>Theme</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Theme</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.ThemeName"><summary>
            Specifies the names of commonly-used themes.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.Generic"><summary>
            The Generic theme, which is generally used to remove any themes that have been placed in resources and return to the generic WPF theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.Classic"><summary>
            The Classic theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.HighContrast"><summary>
            The High-Contrast theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.AeroNormalColor"><summary>
            The Aero (Windows Vista) theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.LunaNormalColor"><summary>
            The Luna (Windows XP) blue theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.LunaHomestead"><summary>
            The Luna (Windows XP) olive green theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.LunaMetallic"><summary>
            The Luna (Windows XP) silver theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroDark"><summary>
            The Metro dark theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLight"><summary>
            The Metro light theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightBlue"><summary>
            The Metro light theme with blue accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightCyan"><summary>
            The Metro light theme with cyan accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightGreen"><summary>
            The Metro light theme with green accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightOrange"><summary>
            The Metro light theme with orange accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightPurple"><summary>
            The Metro light theme with purple accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightRed"><summary>
            The Metro light theme with red accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroLightRoyal"><summary>
            The Metro light theme with royal accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhite"><summary>
            The Metro white theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteBlue"><summary>
            The Metro white theme with blue accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteCyan"><summary>
            The Metro white theme with cyan accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteGreen"><summary>
            The Metro white theme with green accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteOrange"><summary>
            The Metro white theme with orange accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhitePurple"><summary>
            The Metro white theme with purple accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteRed"><summary>
            The Metro white theme with red accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.MetroWhiteRoyal"><summary>
            The Metro white theme with royal accent.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.OfficeBlue"><summary>
            The Office blue theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.OfficeBlack"><summary>
            The Office black theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.OfficeSilver"><summary>
            The Office silver theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.RoyaleNormalColor"><summary>
            The Royale theme.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.ThemeName.Custom"><summary>
            A custom theme.
            </summary></member><member name="T:ActiproSoftware.Windows.Themes.ThemeProperties"><summary>
            Provides attached properties for use in themes.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetCornerRadius(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>CornerRadius</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetCornerRadius(System.Windows.DependencyObject,System.Windows.CornerRadius)"><summary>
            Sets the value of the <c>CornerRadius</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetDisabledOpacity(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>DisabledOpacity</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetDisabledOpacity(System.Windows.DependencyObject,System.Double)"><summary>
            Sets the value of the <c>DisabledOpacity</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetIsActive(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsActive</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetIsActive(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsActive</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetIsAnimationEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsAnimationEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetIsAnimationEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsAnimationEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetIsGlassEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsGlassEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetIsGlassEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsGlassEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetIsMouseWheelEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsMouseWheelEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetIsMouseWheelEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsMouseWheelEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetIsTransparencyModeEnabled(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsTransparencyModeEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetIsTransparencyModeEnabled(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsTransparencyModeEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetUseAlternateStyle(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>UseAlternateStyle</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetUseAlternateStyle(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>UseAlternateStyle</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetUseBackgroundStates(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>UseBackgroundStates</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetUseBackgroundStates(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>UseBackgroundStates</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.GetUseBorderStates(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>UseBorderStates</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.ThemeProperties.SetUseBorderStates(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>UseBorderStates</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.CornerRadiusProperty"><summary>
            Identifies the <c>CornerRadius</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CornerRadius</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.DisabledOpacityProperty"><summary>
            Identifies the <c>DisabledOpacity</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>DisabledOpacity</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.IsActiveProperty"><summary>
            Identifies the <c>IsActive</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsActive</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.IsAnimationEnabledProperty"><summary>
            Identifies the <c>IsAnimationEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsAnimationEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.IsGlassEnabledProperty"><summary>
            Identifies the <c>IsGlassEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsGlassEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.IsMouseWheelEnabledProperty"><summary>
            Identifies the <c>IsMouseWheelEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsMouseWheelEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.IsTransparencyModeEnabledProperty"><summary>
            Identifies the <c>IsTransparencyModeEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsTransparencyModeEnabled</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.UseAlternateStyleProperty"><summary>
            Identifies the <c>UseAlternateStyle</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UseAlternateStyle</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.UseBackgroundStatesProperty"><summary>
            Identifies the <c>UseBackgroundStates</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UseBackgroundStates</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.ThemeProperties.UseBorderStatesProperty"><summary>
            Identifies the <c>UseBorderStates</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UseBorderStates</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.TintedResourceDictionary"><summary>
            Represents a <see cref="T:System.Windows.ResourceDictionary" /> that wraps the <see cref="T:System.Windows.ResourceDictionary" /> specified in the <see cref="P:ActiproSoftware.Windows.Themes.TintedResourceDictionary.SourceDictionary" />
            property and clones and tints its resources.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionary.#ctor"><summary>
            Initializes an instance of the <c>TintedResourceDictionary</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionary.#ctor(System.Windows.ResourceDictionary,System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintedResourceDictionary</c> class.
            </summary><param name="sourceDictionary">The <see cref="T:System.Windows.ResourceDictionary" /> whose contents will be cloned, tinted, and placed in the <c>MergedDictionaries</c> collection.</param><param name="tintColor">The default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintedResourceDictionary.#ctor(System.Windows.ResourceDictionary,System.Windows.Media.Color,System.Collections.Generic.ICollection{ActiproSoftware.Windows.Themes.TintGroup})"><summary>
            Initializes an instance of the <c>TintedResourceDictionary</c> class.
            </summary><param name="sourceDictionary">The <see cref="T:System.Windows.ResourceDictionary" /> whose contents will be cloned, tinted, and placed in the <c>MergedDictionaries</c> collection.</param><param name="tintColor">The default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.</param><param name="tintGroups">The collection of tint groups that will not be tinted.</param></member><member name="P:ActiproSoftware.Windows.Themes.TintedResourceDictionary.SourceDictionary"><summary>
            Gets or sets the <see cref="T:System.Windows.ResourceDictionary" /> whose contents will be cloned, tinted, and placed
            in the <c>MergedDictionaries</c> collection.
            </summary><value>
            The <see cref="T:System.Windows.ResourceDictionary" /> whose contents will be cloned, tinted, and placed
            in the <c>MergedDictionaries</c> collection.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.TintedResourceDictionary.TintColor"><summary>
            Gets or sets the default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.
            </summary><value>
            The default <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources.
            The default value is <c>Colors.Transparent</c>.
            </value><remarks>
            If <c>Colors.Transparent</c> is specified, no tinting will be performed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Themes.TintedResourceDictionary.TintGroups"><summary>
            Gets the collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </summary><value>
            The collection of tint groups that can be referenced in the resources via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </value><remarks>
            If left unmodified, the default collection will contain a <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" /> named <c>NoTint</c> that
            prevents tinting from occurring on resources that reference it.
            </remarks></member><member name="T:ActiproSoftware.Windows.Themes.TintGroup"><summary>
            Represents a group that can be referenced via the <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property
            on <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" /> resources to apply non-default tint-colors.
            </summary><remarks>
            This class is intended to be used with the <see cref="T:ActiproSoftware.Windows.Themes.TintedResourceDictionary" /> for the purposes of tinting <see cref="T:System.Windows.Media.Brush" />
            and <see cref="T:System.Windows.Media.Pen" /> resources.
            <para>
            Specify a <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.TintColor" /> of <c>Colors.Transparent</c> (the default) to prevent resources that reference this
            group from being tinted.
            </para></remarks></member><member name="M:ActiproSoftware.Windows.Themes.TintGroup.GetName(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>Name</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.TintGroup.SetName(System.Windows.DependencyObject,System.String)"><summary>
            Sets the value of the <c>Name</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintGroup.#ctor"><summary>
            Initializes an instance of the <c>TintGroup</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintGroup.#ctor(System.String,System.Windows.Media.Color)"><summary>
            Initializes an instance of the <c>TintGroup</c> class.
            </summary><param name="name">The name of the tint group.</param><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources that reference this <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" />.</param></member><member name="M:ActiproSoftware.Windows.Themes.TintGroup.#ctor(System.String,System.Windows.Media.Color,System.Collections.Generic.IEnumerable{System.Object})"><summary>
            Initializes an instance of the <c>TintGroup</c> class.
            </summary><param name="name">The name of the tint group.</param><param name="tintColor">The <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources that reference this <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" />.</param><param name="excludedKeys">The keys to exclude from tinting.</param></member><member name="P:ActiproSoftware.Windows.Themes.TintGroup.ExcludedKeys"><summary>
            Gets the collection of excluded keys.
            </summary><value>The collection of excluded keys.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroup.Name"><summary>
            Gets or sets the name of the tint group, that can be referenced by resources using the 
            <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </summary><value>
            The name of the tint group, that can be referenced by resources using the 
            <see cref="P:ActiproSoftware.Windows.Themes.TintGroup.Name" /> attached property.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroup.TintColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources that reference this <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" />.
            </summary><value>
            The <see cref="T:System.Windows.Media.Color" /> that is used to tint the resources that reference this <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" />.
            The default value is <c>Colors.Transparent</c>.
            </value><remarks>
            If <c>Colors.Transparent</c> is specified, no tinting will be performed.
            </remarks></member><member name="F:ActiproSoftware.Windows.Themes.TintGroup.NoTint"><summary>
            Represents a tint group that is not tinted. This field is read-only.
            </summary></member><member name="T:ActiproSoftware.Windows.Themes.TintGroupCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.Themes.TintGroup" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.TintGroupCollection.AddRange(System.Collections.Generic.IEnumerable{System.String},System.Windows.Media.Color)"><summary>
            Adds multiple tint groups to the collection.
            </summary><param name="names">The names of the tint groups to add.</param><param name="tintColor">The tint color to associate with the specified names.</param></member><member name="T:ActiproSoftware.Windows.Themes.TintGroupNames"><summary>
            Represents the known tint group names.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Accent"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ActionPopup"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.AeroWizard"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ApplicationButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ApplicationButtonRound"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ApplicationButtonRoundState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ApplicationMenu"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.AutoHideTabControl"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.AutoHideTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.AutoHideTabItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BackstageButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BackstageHeaderSeparator"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BackstageTabControl"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BackstageTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BackstageTaskTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Bullet"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BulletGlyph"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.BulletState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Button"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ButtonState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Chart"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Container"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Control"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockGuide"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockingWindowContainer"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockingWindowContainerTitleBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockingWindowContainerTitleBarState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockingWindowPreview"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DockSite"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DocumentViewer"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DropDown"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.DropDownState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Edit"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.EditSelection"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Expander"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ExpanderState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ExplorerBarExpander"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ExplorerBarExpanderState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.GridSplitter"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Gripper"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.GroupBox"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Hyperlink"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.KeyTip"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.List"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListColumnHeader"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListColumnHeaderState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListRowHeader"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ListRowHeaderState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Menu"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.MenuEdit"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.MenuItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.MenuItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.NavigationBarSplitter"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.NavigationPaneHeader"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.NavigationPaneHeaderState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.NoTint"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Popup"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.PopupGalleryFilter"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.PopupGalleryFilterState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.PopupGripper"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ProgressBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ProgressBarState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RaftingWindow"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Rating"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Ribbon"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RibbonSeparator"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RibbonTabControl"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RibbonTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RibbonTabItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.RibbonToolBarTray"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ScrollBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ScrollBarButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ScrollBarThumb"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Separator"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Slider"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.SliderSelection"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.SliderThumb"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.SliderThumbState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.SliderTrack"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.StandardMdi"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.StatusBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.StatusBarSliderThumb"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.StatusBarSliderTrack"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabbedMdiContainerTabControl"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabbedMdiContainerTabControlState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabbedMdiContainerTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabbedMdiContainerTabItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabControl"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TabItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.TaskBoard"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Thumb"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBarButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBarButtonState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBarEdit"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBarEditState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolBarGallery"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolTip"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolWindowContainerTabItem"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.ToolWindowContainerTabItemState"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Window"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WindowTitleBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WindowTitleBarButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WindowTitleBarButtonAlternate"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.Workspace"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WorkspaceScrollBar"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WorkspaceScrollBarButton"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WorkspaceScrollBarThumb"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupNames.WorkspaceToolBarTray"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="T:ActiproSoftware.Windows.Themes.TintGroupSets"><summary>
            Represents the known tint group names.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupSets.All"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupSets.ApplicationMenu"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupSets.Default"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupSets.Hyperlink"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="P:ActiproSoftware.Windows.Themes.TintGroupSets.State"><summary>
            Gets a tint group name.
            </summary><value>A tint group name.</value></member><member name="T:ActiproSoftware.Windows.Themes.WindowChrome"><summary>
            Provides attached functionality to alter the chrome of a window.
            </summary></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetChrome(System.Windows.Window)"><summary>
            Gets the value of the <c>Chrome</c> attached property for the specified object.
            </summary><param name="window">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.SetChrome(System.Windows.Window,ActiproSoftware.Windows.Themes.WindowChrome)"><summary>
            Sets the value of the <c>Chrome</c> attached property to the specified object. 
            </summary><param name="window">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.CreateInstanceCore"><summary>
            Creates a new instance of the class.
            </summary><returns>The new instance.</returns></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetElementKind(System.Windows.UIElement)"><summary>
            Gets the value of the <c>ElementKind</c> attached property for the specified object.
            </summary><param name="element">The object from which the property value is read.</param><returns>The object's value.</returns><remarks>
            This attached property is only intended for usage within window templates.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.SetElementKind(System.Windows.UIElement,ActiproSoftware.Windows.Themes.WindowChromeElementKind)"><summary>
            Sets the value of the <c>ElementKind</c> attached property to the specified object. 
            </summary><param name="element">The object to which the attached property is written.</param><param name="value">The value to set.</param><remarks>
            This attached property is only intended for usage within window templates.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetOuterGlow(System.Windows.Window)"><summary>
            Returns the <see cref="T:System.Windows.Window" /> that provides an outer glow for the chromed window.
            </summary><param name="window">The <see cref="T:System.Windows.Window" /> to examine.</param><returns>The <see cref="T:System.Windows.Window" /> that provides an outer glow for the chromed window.</returns><remarks>
            This method is for internal use only.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetIsGlassActive(System.Windows.Window)"><summary>
            Gets the value of the <c>IsGlassActive</c> attached property for the specified object.
            </summary><param name="window">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetIsTaskbarAutoHidden(System.Windows.Window)"><summary>
            Gets the value of the <c>IsTaskbarAutoHidden</c> attached property for the specified object.
            </summary><param name="window">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.SetWindowStyle(System.Windows.Window,System.Windows.WindowStyle)"><summary>
            Sets a new <c>WindowStyle</c> for a <c>Window</c>.
            </summary><param name="window">The <c>Window</c> to update.</param><param name="style">The <c>WindowStyle</c> to set.</param><remarks>
            This method ensure that the proper Win32 styles are also updated to render the chrome correctly.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.GetThemeName(System.Windows.Window)"><summary>
            Gets the value of the <c>ThemeName</c> attached property for the specified object.
            </summary><param name="window">The object from which the property value is read.</param><returns>The object's value.</returns><remarks>
            This attached property is only intended for usage in detecting theme changes.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.SetThemeName(System.Windows.Window,System.String)"><summary>
            Sets the value of the <c>ThemeName</c> attached property to the specified object. 
            </summary><param name="window">The object to which the attached property is written.</param><param name="value">The value to set.</param><remarks>
            This attached property is only intended for usage in detecting theme changes.
            </remarks></member><member name="M:ActiproSoftware.Windows.Themes.WindowChrome.#ctor"><summary>
            Initializes a new instance of the <c>WindowChrome</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.CloseCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to close a window.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to close a window.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.GlassThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the glass frame into the client area.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the glass frame into the client area.
            The default value is <c>0,(system caption height),0,0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasCloseButton"><summary>
            Gets or sets whether the window is capable of displaying a close button.
            </summary><value><c>true</c> if the window is capable of displaying a close button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasIcon"><summary>
            Gets or sets whether the window is capable of displaying a title bar icon.
            </summary><value><c>true</c> if the window is capable of displaying a title bar icon; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMaximizeButton"><summary>
            Gets or sets whether the window is capable of displaying a maximize button.
            </summary><value><c>true</c> if the window is capable of displaying a maximize button; otherwise, <c>false</c>.
            The default value is <c>null</c>, meaning base the value on the window's <c>ResizeMode</c> setting.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMinimizeButton"><summary>
            Gets or sets whether the window is capable of displaying a minimize button.
            </summary><value><c>true</c> if the window is capable of displaying a minimize button; otherwise, <c>false</c>.
            The default value is <c>null</c>, meaning base the value on the window's <c>ResizeMode</c> setting.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasOuterGlow"><summary>
            Gets or sets whether the window has an outer glow when Aero glass is not active.
            </summary><value><c>true</c> if the window has an outer glow when Aero glass is not active; otherwise, <c>false</c>.
            The default value is <c>null</c>, meaning use the current theme's default.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.HasRestoreButton"><summary>
            Gets or sets whether the window is capable of displaying a restore button.
            </summary><value><c>true</c> if the window is capable of displaying a restore button; otherwise, <c>false</c>.
            The default value is <c>null</c>, meaning base the value on the window's <c>ResizeMode</c> setting.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.IconMargin"><summary>
            Gets or sets the window's icon margin.
            </summary><value>
            The window's icon margin.
            The default value is <c>4, 0, 8, 0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.IconSource"><summary>
            Gets or sets the window's icon <see cref="T:System.Windows.Media.ImageSource" />, if an alternative one should be used instead of the window's <c>Icon</c> property.
            </summary><value>
            The window's icon <see cref="T:System.Windows.Media.ImageSource" />, if an alternative one should be used instead of the window's <c>Icon</c> property.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.IsGlassEnabled"><summary>
            Gets or sets whether Aero glass transparency effects are currently enabled.
            </summary><value><c>true</c> if Aero glass transparency effects are currently enabled; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This feature is only supported on Windows 7 and Vista systems where Aero composition is enabled.
            In all other configurations, Aero glass transparency effects will remain disabled.
            </remarks></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.MaximizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to maximize a window.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to maximize a window.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.MinimizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to minimize a window.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to minimize a window.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.ResizeBorderThickness"><summary>
            Gets or sets the window's resize border thickness.
            </summary><value>
            The window's resize border thickness.
            The default value is <c>null</c>, meaning use the current theme's default.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.RestoreCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to restore a window.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to restore a window.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.StyleKey"><summary>
            Gets or sets the optional resource key that references the <c>Style</c> to assign to windows using this chrome.
            </summary><value>
            The optional resource key that references the <c>Style</c> to assign to windows using this chrome.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.SystemResizeBorderThickness"><summary>
            Gets the system window resize border thickness.
            </summary><value>The system window resize border thickness.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.SystemTitleBarCaptionButtonMargin"><summary>
            Gets the margin for the title bar content presenter that is needed to avoid overlapping glass title bar caption buttons.
            </summary><value>The margin for the title bar content presenter that is needed to avoid overlapping glass title bar caption buttons.</value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContentTemplate"><summary>
            Gets or sets the optional <see cref="T:System.Windows.DataTemplate" /> that can inject additional controls in the title bar next to the caption buttons.
            </summary><value>
            The optional <see cref="T:System.Windows.DataTemplate" /> that can inject additional controls in the title bar next to the caption buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarTextAlignment"><summary>
            Gets or sets the <see cref="T:System.Windows.TextAlignment" /> of the title bar text.
            </summary><value>
            The optional <see cref="T:System.Windows.TextAlignment" /> of the title bar text.
            The default value is <c>Left</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContextMenuRequested"><summary>
            Occurs when a title bar context menu is requested.
            </summary><eventdata>
            The event handler receives an argument of type <c>CancelEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Themes.WindowChrome.WindowBoundsChanged"><summary>
            Occurs after the bounds of the window has changed due to end user interaction.
            </summary><eventdata>
            The event handler receives an argument of type <c>WindowBoundsChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Themes.WindowChrome.WindowBoundsChanging"><summary>
            Occurs before the bounds of the window is changed due to end user interaction.
            </summary><eventdata>
            The event handler receives an argument of type <c>WindowBoundsChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContextMenuRequestedEvent"><summary>
            Identifies the <c>TitleBarContextMenuRequested</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>TitleBarContextMenuRequested</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.WindowBoundsChangedEvent"><summary>
            Identifies the <c>WindowBoundsChanged</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>WindowBoundsChanged</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.WindowBoundsChangingEvent"><summary>
            Identifies the <c>WindowBoundsChanging</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>WindowBoundsChanging</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.ChromeProperty"><summary>
            Identifies the <c>Chrome</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Chrome</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.ElementKindProperty"><summary>
            Identifies the <c>ElementKind</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ElementKind</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.GlassThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.GlassThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.GlassThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasCloseButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasCloseButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasCloseButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasIconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasIcon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasIcon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasMaximizeButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMaximizeButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMaximizeButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasMinimizeButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMinimizeButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasMinimizeButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasOuterGlowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasOuterGlow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasOuterGlow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.HasRestoreButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasRestoreButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.HasRestoreButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.IconMarginProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IconMargin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IconMargin" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.IconSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IconSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IconSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.IsGlassActiveProperty"><summary>
            Identifies the <c>IsGlassActive</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsGlassActive</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.IsGlassEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IsGlassEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.IsGlassEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.IsTaskbarAutoHiddenProperty"><summary>
            Identifies the <c>IsTaskbarAutoHidden</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsTaskbarAutoHidden</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.ResizeBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.ResizeBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.ResizeBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.StyleKeyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.StyleKey" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.StyleKey" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.ThemeNameProperty"><summary>
            Identifies the <c>ThemeName</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ThemeName</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarTextAlignmentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarTextAlignment" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Themes.WindowChrome.TitleBarTextAlignment" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Themes.WindowChromeElementKind"><summary>
            Specifies the result of a hit test operation within a custom window chrome.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.Unknown"><summary>
            Assume client area.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.NonClientArea"><summary>
            Non-client area, continue recursing into other elements.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.ClientArea"><summary>
            Client area, stop recursing.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.TitleBar"><summary>
            Title bar area, stop recursing.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.TitleBarButton"><summary>
            Title bar button, stop recursing.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.SystemMenu"><summary>
            System menu icon, stop recursing.
            </summary></member><member name="F:ActiproSoftware.Windows.Themes.WindowChromeElementKind.ResizeGrip"><summary>
            Resize grip, stop recursing.
            </summary></member><member name="T:ActiproSoftware.Windows.Shapes.SemiEllipse"><summary>
            Represents a <see cref="T:System.Windows.Shapes.Path" /> that renders a half ellipse shape with the apex on a specified side.
            </summary></member><member name="M:ActiproSoftware.Windows.Shapes.SemiEllipse.#ctor"><summary>
            Initializes an instance of the <c>SemiEllipse</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Shapes.SemiEllipse.ApexSide"><summary>
            Gets or sets the side upon which the semi-circle apex appears.
            </summary><value>
            The side upon which the semi-circle apex appears.
            The default value is <c>Side.Top</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.SemiEllipse.DefiningGeometry"><summary>
            Gets a value that represents the <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.
            </summary><value>The <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.</value></member><member name="P:ActiproSoftware.Windows.Shapes.SemiEllipse.IsClosed"><summary>
            Gets or sets whether the side opposite the apex is closed.
            </summary><value><c>true</c> if the side opposite the apex is closed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Shapes.SemiEllipse.ApexSideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.ApexSide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.ApexSide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.SemiEllipse.DataProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.Data" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.Data" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.SemiEllipse.IsClosedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.IsClosed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.SemiEllipse.IsClosed" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Shapes.Triangle"><summary>
            Represents a <see cref="T:System.Windows.Shapes.Path" /> that renders a triangle shape with the apex on a specified side.
            </summary></member><member name="M:ActiproSoftware.Windows.Shapes.Triangle.#ctor"><summary>
            Initializes an instance of the <c>Triangle</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Shapes.Triangle.ApexSide"><summary>
            Gets or sets the side upon which the triangle apex appears.
            </summary><value>
            The side upon which the triangle apex appears.
            The default value is <c>Side.Top</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.Triangle.DefiningGeometry"><summary>
            Gets a value that represents the <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.
            </summary><value>The <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.</value></member><member name="P:ActiproSoftware.Windows.Shapes.Triangle.IsClosed"><summary>
            Gets or sets whether the side opposite the apex is closed.
            </summary><value><c>true</c> if the side opposite the apex is closed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Shapes.Triangle.ApexSideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.ApexSide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.ApexSide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.Triangle.DataProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.Data" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.Data" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.Triangle.IsClosedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.IsClosed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Triangle.IsClosed" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Shapes.Wave"><summary>
            Represents a <see cref="T:System.Windows.Shapes.Path" /> that renders a wave shape with the apex on a specified side.
            </summary></member><member name="M:ActiproSoftware.Windows.Shapes.Wave.#ctor"><summary>
            Initializes an instance of the <c>Wave</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Shapes.Wave.ApexCount"><summary>
            Gets or sets the number of apexes in the wave.
            </summary><value>
            The number of apexes in the wave.
            The default value is <c>20</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.Wave.ApexSide"><summary>
            Gets or sets the side upon which the wave apex appears.
            </summary><value>
            The side upon which the wave apex appears.
            The default value is <c>Side.Top</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.Wave.DefiningGeometry"><summary>
            Gets a value that represents the <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.
            </summary><value>The <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.</value></member><member name="P:ActiproSoftware.Windows.Shapes.Wave.IsInverted"><summary>
            Gets or sets whether the 'inside' of the shape occurs on the same side as the apex.
            </summary><value><c>true</c> if the 'inside' of the shape occurs on the same side as the apex; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Shapes.Wave.ApexCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.ApexCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.ApexCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.Wave.ApexSideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.ApexSide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.ApexSide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.Wave.DataProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.Data" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.Data" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.Wave.IsInvertedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.IsInverted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.Wave.IsInverted" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Shapes.ZigZag"><summary>
            Represents a <see cref="T:System.Windows.Shapes.Path" /> that renders a zig-zag shape with the apex on a specified side.
            </summary></member><member name="M:ActiproSoftware.Windows.Shapes.ZigZag.#ctor"><summary>
            Initializes an instance of the <c>ZigZag</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexCount"><summary>
            Gets or sets the number of apexes in the zig-zag.
            </summary><value>
            The number of apexes in the zig-zag.
            The default value is <c>20</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexSide"><summary>
            Gets or sets the side upon which the zig-zag apex appears.
            </summary><value>
            The side upon which the zig-zag apex appears.
            The default value is <c>Side.Top</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Shapes.ZigZag.DefiningGeometry"><summary>
            Gets a value that represents the <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.
            </summary><value>The <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.</value></member><member name="P:ActiproSoftware.Windows.Shapes.ZigZag.IsInverted"><summary>
            Gets or sets whether the 'inside' of the shape occurs on the same side as the apex.
            </summary><value><c>true</c> if the 'inside' of the shape occurs on the same side as the apex; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Shapes.ZigZag.ApexCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.ZigZag.ApexSideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexSide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.ApexSide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.ZigZag.DataProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.Data" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.Data" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Shapes.ZigZag.IsInvertedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.IsInverted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Shapes.ZigZag.IsInverted" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Input.DelegateCommand`1"><summary>
            Provides an <see cref="T:System.Windows.Input.ICommand" /> implementation based on delegates.
            </summary><typeparam name="T">The parameter type.</typeparam></member><member name="M:ActiproSoftware.Windows.Input.DelegateCommand`1.CanExecute(`0)"><summary>
            Returns whether the command can execute.
            </summary><param name="parameter">The parameter to examine.</param><returns><c>true</c> if the command can execute; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.DelegateCommand`1.Execute(`0)"><summary>
            Executes the command.
            </summary><param name="parameter">The parameter to examine.</param></member><member name="M:ActiproSoftware.Windows.Input.DelegateCommand`1.RaiseCanExecuteChanged"><summary>
            Raises the <c>CanExecuteChanged</c> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.DelegateCommand`1.#ctor(System.Action{`0})"><summary>
            Initializes an instance of the <c>DelegateCommand</c> class.
            </summary><param name="executeAction">The execute action.</param></member><member name="M:ActiproSoftware.Windows.Input.DelegateCommand`1.#ctor(System.Action{`0},System.Func{`0,System.Boolean})"><summary>
            Initializes an instance of the <c>DelegateCommand</c> class.
            </summary><param name="executeAction">The execute action.</param><param name="canExecuteFunc">The can-execute function.</param></member><member name="E:ActiproSoftware.Windows.Input.DelegateCommand`1.CanExecuteChanged"><summary>
            Occurs after the can-execute state has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="T:ActiproSoftware.Windows.Input.IInputMouseWheelFrame"><summary>
            Provides the base requirements for a mouse wheel input frame.
            </summary></member><member name="P:ActiproSoftware.Windows.Input.IInputMouseWheelFrame.Delta"><summary>
            Gets the delta.
            </summary><value>The delta.</value></member><member name="P:ActiproSoftware.Windows.Input.IInputMouseWheelFrame.Handled"><summary>
            Gets or sets a value indicating whether this <see cref="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs" /> is handled.
            </summary><value><c>true</c> if handled; otherwise, <c>false</c>.</value></member><member name="T:ActiproSoftware.Windows.Input.IInputSource"><summary>
            Interface for a source of input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.CaptureMouse(System.Windows.IInputElement)"><summary>
            Captures the mouse.
            </summary><param name="element">The target element to receive mouse events.</param></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.NotifyPreviewMouseWheel(System.Windows.Input.MouseWheelEventArgs)"><summary>
            Notifies a MouseWheel tunnelling event to <see cref="T:ActiproSoftware.Windows.Input.IInputSource" />.
            </summary><param name="args">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.NotifyPreviewTouchDown(System.Windows.Input.TouchEventArgs)"><summary>
            Notifies a TouchDown tunnelling event to <see cref="T:ActiproSoftware.Windows.Input.IInputSource" />.
            </summary><param name="args">The <see cref="T:System.Windows.Input.TouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.NotifyPreviewTouchMove(System.Windows.Input.TouchEventArgs)"><summary>
            Notifies a TouchMove tunnelling event to <see cref="T:ActiproSoftware.Windows.Input.IInputSource" />.
            </summary><param name="args">The <see cref="T:System.Windows.Input.TouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.NotifyPreviewTouchUp(System.Windows.Input.TouchEventArgs)"><summary>
            Notifies a TouchUp tunnelling event to <see cref="T:ActiproSoftware.Windows.Input.IInputSource" />.
            </summary><param name="args">The <see cref="T:System.Windows.Input.TouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Input.IInputSource.NotifyTouchFrameReported(System.Windows.Input.TouchFrameEventArgs)"><summary>
            Reports a TouchFrameReported event to the <see cref="T:ActiproSoftware.Windows.Input.IInputSource" />.
            </summary><param name="args">The <see cref="T:System.Windows.Input.TouchFrameEventArgs" /> instance containing the event data.</param></member><member name="E:ActiproSoftware.Windows.Input.IInputSource.PreviewMouseWheel"><summary>
            Occurs when a mouse wheel tunnelling event occurs.
            </summary></member><member name="E:ActiproSoftware.Windows.Input.IInputSource.PreviewTouchDown"><summary>
            Occurs when a touch down tunnelling event occurs.
            </summary></member><member name="E:ActiproSoftware.Windows.Input.IInputSource.PreviewTouchMove"><summary>
            Occurs when a touch move tunnelling event occurs.
            </summary></member><member name="E:ActiproSoftware.Windows.Input.IInputSource.PreviewTouchUp"><summary>
            Occurs when a touch up tunnelling event occurs.
            </summary></member><member name="E:ActiproSoftware.Windows.Input.IInputSource.TouchFrameReported"><summary>
            Occurs when a touch frame is reported.
            </summary></member><member name="T:ActiproSoftware.Windows.Input.IInputTouchDevice"><summary>
            Interface for a touch device.
            </summary></member><member name="P:ActiproSoftware.Windows.Input.IInputTouchDevice.DirectlyOver"><summary>
            Gets the <see cref="T:System.Windows.UIElement" /> that the mouse or touch device is directly over.
            </summary><value>The <see cref="T:System.Windows.UIElement" /> that the mouse or touch device is directly over.</value></member><member name="T:ActiproSoftware.Windows.Input.IInputTouchFrame"><summary>
            Interface containing event data for <see cref="E:ActiproSoftware.Windows.Input.IInputSource.TouchFrameReported" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.IInputTouchFrame.GetPrimaryTouchPoint(System.Windows.UIElement)"><summary>
            Gets the primary touch point.
            </summary><param name="relativeTo">The <see cref="T:System.Windows.UIElement" /> that the touch point is relative to.</param><returns>The primary touch point.</returns></member><member name="M:ActiproSoftware.Windows.Input.IInputTouchFrame.SuspendMousePromotionUntilTouchUp"><summary>
            Suspends the mouse promotion until TouchUp occurs.
            </summary></member><member name="P:ActiproSoftware.Windows.Input.IInputTouchFrame.Timestamp"><summary>
            Gets the timestamp.
            </summary><value>The timestamp.</value></member><member name="T:ActiproSoftware.Windows.Input.IInputTouchPoint"><summary>
            Interface for a single touch point.
            </summary></member><member name="P:ActiproSoftware.Windows.Input.IInputTouchPoint.Action"><summary>
            Gets the touch action.
            </summary><value>The touch action.</value></member><member name="P:ActiproSoftware.Windows.Input.IInputTouchPoint.Position"><summary>
            Gets the touch position.
            </summary><value>The touch position.</value></member><member name="P:ActiproSoftware.Windows.Input.IInputTouchPoint.TouchDevice"><summary>
            Gets the touch device.
            </summary><value>The touch device.</value></member><member name="T:ActiproSoftware.Windows.Input.InputAdapter"><summary>
            Watches a <see cref="T:System.Windows.UIElement" /> for various input-related events and publishes them in a platform agnostic way.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputAdapter.CapturePointer(ActiproSoftware.Windows.Input.InputPointerEventArgs)"><summary>
            Captures the pointer that sourced the specified event arguments.
            </summary><param name="e">The event arguments to examine.</param><returns><c>true</c> if the pointer was captured; otherwise, <c>false</c>.
            </returns><remarks>
            This method should only be called in a <see cref="E:ActiproSoftware.Windows.Input.InputAdapter.PointerPressed" /> event handlers.
            </remarks></member><member name="M:ActiproSoftware.Windows.Input.InputAdapter.CapturePointer(ActiproSoftware.Windows.Input.InputPointerEventArgs,System.Windows.UIElement)"><summary>
            Captures the pointer that sourced the specified event arguments on a designated target element.
            </summary><param name="e">The event arguments to examine.</param><param name="targetElement">The target element.</param><returns><c>true</c> if the pointer was captured; otherwise, <c>false</c>.
            </returns><remarks>
            This method should only be called in a <see cref="E:ActiproSoftware.Windows.Input.InputAdapter.PointerPressed" /> event handlers.
            </remarks></member><member name="M:ActiproSoftware.Windows.Input.InputAdapter.IsAttachedTo(ActiproSoftware.Windows.Input.InputAdapterEventKinds)"><summary>
            Returns whether the specified event kind is currently attached.
            </summary><param name="kind">The kind of event.</param><returns><c>true</c> if the specified event kind is currently attached; otherwise, <c>false</c>.
            </returns><seealso cref="P:ActiproSoftware.Windows.Input.InputAdapter.AttachedEventKinds" /></member><member name="M:ActiproSoftware.Windows.Input.InputAdapter.ReleasePointerCaptures"><summary>
            Releases all pointer captures.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputAdapter.#ctor(System.Windows.UIElement)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputAdapter" /> class.
            </summary><param name="element">The <see cref="T:System.Windows.UIElement" /> to watch for input-related events.</param></member><member name="P:ActiproSoftware.Windows.Input.InputAdapter.AttachedEventKinds"><summary>
            Gets or sets the kinds of events that should be attached to and notified by this class.
            </summary><value>A flags-based <see cref="T:ActiproSoftware.Windows.Input.InputAdapterEventKinds" /> that indicates the events to attach.</value></member><member name="P:ActiproSoftware.Windows.Input.InputAdapter.IsAttached"><summary>
            Gets whether the adapter is currently attached to any events.
            </summary><value><c>true</c> if the adapter is currently attached to any events; otherwise, <c>false</c>.
            </value><seealso cref="P:ActiproSoftware.Windows.Input.InputAdapter.AttachedEventKinds" /></member><member name="P:ActiproSoftware.Windows.Input.InputAdapter.TargetElement"><summary>
            Gets the target <see cref="T:System.Windows.UIElement" /> that is being watched.
            </summary><value>The target <see cref="T:System.Windows.UIElement" /> that is being watched.</value></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.DoubleTapped"><summary>
            Occurs when the element is double-tapped.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputDoubleTappedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.KeyDown"><summary>
            Occurs when a keyboard key is pressed.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputKeyEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.KeyUp"><summary>
            Occurs when a keyboard key is released.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputKeyEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerCaptureLost"><summary>
            Occurs when the pointer capture is lost.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerEntered"><summary>
            Occurs when the pointer enters the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerExited"><summary>
            Occurs when the pointer exits the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerMoved"><summary>
            Occurs when the pointer moves over the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerPressed"><summary>
            Occurs when a pointer button is pressed over the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerButtonEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerReleased"><summary>
            Occurs when a pointer button is released over the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerButtonEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.PointerWheelChanged"><summary>
            Occurs when a pointer wheel is changed over the element.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputPointerWheelEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Input.InputAdapter.Tapped"><summary>
            Occurs when the element is tapped.
            </summary><eventdata>
            The event handler receives an argument of type <c>InputTappedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="T:ActiproSoftware.Windows.Input.InputAdapterEventKinds"><summary>
            Specifies the kinds of events that an <see cref="T:ActiproSoftware.Windows.Input.InputAdapter" /> can track.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.None"><summary>
            No events.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerCaptureLost"><summary>
            Pointer capture lost.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerEntered"><summary>
            Pointer entered.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerExited"><summary>
            Pointer exited.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerMoved"><summary>
            Pointer moved.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerPressed"><summary>
            Pointer pressed.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerReleased"><summary>
            Pointer released.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.PointerWheelChanged"><summary>
            Pointer wheel changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.Tapped"><summary>
            Tapped.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.DoubleTapped"><summary>
            Double-tapped.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.KeyDown"><summary>
            Key down.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.KeyUp"><summary>
            Key up.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputAdapterEventKinds.All"><summary>
            All events.
            </summary></member><member name="T:ActiproSoftware.Windows.Input.InputPointerButtonKind"><summary>
            Specifies the kind of input pointer button.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Primary"><summary>
            The primary button, which is generally a mouse's left button or a touch.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Secondary"><summary>
            The secondary button, which is generally a mouse's right button.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Middle"><summary>
            The middle button, which is generally a mouse's wheel button.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Extended1"><summary>
            The first extended button, which is sometimes available on premium mice.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Extended2"><summary>
            The second extended button, which is sometimes available on premium mice.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputPointerButtonKind.Other"><summary>
            Another button.
            </summary></member><member name="T:ActiproSoftware.Windows.Input.InputDeviceKind"><summary>
            Specifies the kind of input device.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputDeviceKind.Mouse"><summary>
            A mouse.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputDeviceKind.Stylus"><summary>
            A stylus, or pen device.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.InputDeviceKind.Touch"><summary>
            A touch.
            </summary></member><member name="T:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs"><summary>
            Provides event data for pointer-based double-tap events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.GetPosition(System.Windows.UIElement)"><summary>
            Returns the current pointer position relative to the specified element.
            </summary><param name="relativeTo">The element to examine.</param><returns>The current pointer position relative to the specified element.</returns></member><member name="M:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.IsPositionOver(System.Windows.FrameworkElement)"><summary>
            Returns whether the current pointer position is over the specified element.
            </summary><param name="element">The element to examine.</param><returns><c>true</c> if the current pointer position is over the specified element; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.#ctor(System.Windows.Input.InputEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param></member><member name="P:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.DeviceKind"><summary>
            Gets an <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.
            </summary><value>An <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.</value></member><member name="P:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.Handled"><summary>
            Gets or set whether the event has been handled.
            </summary><value><c>true</c> if the event has been handled; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.OriginalSource"><summary>
            Gets the original source of the event.
            </summary><value>The original source of the event.</value></member><member name="P:ActiproSoftware.Windows.Input.InputDoubleTappedEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputKeyEventArgs"><summary>
            Provides event data for key-based input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputKeyEventArgs.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputKeyEventArgs.#ctor(System.Windows.Input.KeyEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputKeyEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param></member><member name="P:ActiproSoftware.Windows.Input.InputKeyEventArgs.Handled"><summary>
            Gets or set whether the event has been handled.
            </summary><value><c>true</c> if the event has been handled; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputKeyEventArgs.ModifierKeys"><summary>
            Gets the modifier keys that are currently pressed.
            </summary><value>The modifier keys that are currently pressed.</value></member><member name="P:ActiproSoftware.Windows.Input.InputKeyEventArgs.Key"><summary>
            Gets the keyboard key associated with the event. 
            </summary><value>The keyboard key associated with the event.</value></member><member name="P:ActiproSoftware.Windows.Input.InputKeyEventArgs.OriginalSource"><summary>
            Gets the original source of the event.
            </summary><value>The original source of the event.</value></member><member name="P:ActiproSoftware.Windows.Input.InputKeyEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs"><summary>
            Event arguments that represent a wrapped <see cref="T:System.Windows.Input.MouseWheelEventArgs" />, for testing and mocking.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs.#ctor(ActiproSoftware.Windows.Input.IInputMouseWheelFrame)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs.MouseWheelFrame"><summary>
            Gets the mouse wheel frame.
            </summary><value>The mouse wheel frame.</value></member><member name="T:ActiproSoftware.Windows.Input.InputMouseWheelFrame"><summary>
            Event arguments that represent a wrapped <see cref="T:System.Windows.Input.MouseWheelEventArgs" />, for testing and mocking.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputMouseWheelFrame.#ctor(System.Windows.Input.MouseWheelEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs" /> class.
            </summary><param name="args">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> instance containing the event data.</param></member><member name="P:ActiproSoftware.Windows.Input.InputMouseWheelFrame.Delta"><summary>
            Gets the delta.
            </summary><value>The delta.</value></member><member name="P:ActiproSoftware.Windows.Input.InputMouseWheelFrame.Handled"><summary>
            Gets or sets a value indicating whether this <see cref="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs" /> is handled.
            </summary><value><c>true</c> if handled; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Input.InputMouseWheelFrame.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs"><summary>
            Provides event data for pointer button input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs.#ctor(System.Windows.Input.InputEventArgs,ActiproSoftware.Windows.Input.InputPointerButtonKind)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param><param name="buttonKind">A <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonKind" /> indicating the button kind.</param></member><member name="P:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs.ButtonKind"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonKind" /> indicating the button kind.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonKind" /> indicating the button kind.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs.IsPrimaryButton"><summary>
            Gets whether the pressed button is a primary button (left mouse button, primary stylus button, etc.).
            </summary><value><c>true</c> if pressed button is a primary button; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputPointerEventArgs"><summary>
            Provides event data for pointer-based input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputPointerEventArgs.GetPosition(System.Windows.UIElement)"><summary>
            Returns the current pointer position relative to the specified element.
            </summary><param name="relativeTo">The element to examine.</param><returns>The current pointer position relative to the specified element.</returns></member><member name="M:ActiproSoftware.Windows.Input.InputPointerEventArgs.IsPositionOver(System.Windows.FrameworkElement)"><summary>
            Returns whether the current pointer position is over the specified element.
            </summary><param name="element">The element to examine.</param><returns><c>true</c> if the current pointer position is over the specified element; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputPointerEventArgs.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputPointerEventArgs.#ctor(System.Windows.Input.InputEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputPointerEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param></member><member name="P:ActiproSoftware.Windows.Input.InputPointerEventArgs.DeviceKind"><summary>
            Gets an <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.
            </summary><value>An <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerEventArgs.Handled"><summary>
            Gets or set whether the event has been handled.
            </summary><value><c>true</c> if the event has been handled; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerEventArgs.ModifierKeys"><summary>
            Gets the modifier keys that are currently pressed.
            </summary><value>The modifier keys that are currently pressed.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerEventArgs.OriginalSource"><summary>
            Gets the original source of the event.
            </summary><value>The original source of the event.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs"><summary>
            Provides event data for pointer wheel input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.#ctor(System.Windows.Input.MouseWheelEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param></member><member name="P:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.Delta"><summary>
            Gets the pointer wheel delta.
            </summary><value>The pointer wheel delta.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.IsHorizontal"><summary>
            Gets whether the event is for a horizontal mouse wheel.
            </summary><value><c>true</c> if the event is for a horizontal mouse wheel; otherwise, <c>false</c> for a vertical mouse wheel.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.ScrollLines"><summary>
            Gets the number of lines to scroll when the pointer wheel turns.
            </summary><value>The number of lines to scroll when the pointer wheel turns.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.SingleUnitDelta"><summary>
            Gets the pointer wheel delta for a single unit.
            </summary><value>The pointer wheel delta for a single unit.</value></member><member name="P:ActiproSoftware.Windows.Input.InputPointerWheelEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputSourceEventArgs"><summary>
            An <see cref="T:System.EventArgs" /> with additional information about input events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputSourceEventArgs.#ctor(ActiproSoftware.Windows.Input.IInputTouchFrame)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputSourceEventArgs" /> class.
            </summary><param name="touchFrame">The touch frame.</param></member><member name="P:ActiproSoftware.Windows.Input.InputSourceEventArgs.TouchFrame"><summary>
            Gets the touch frame.
            </summary><value>The touch frame.</value></member><member name="T:ActiproSoftware.Windows.Input.InputTappedEventArgs"><summary>
            Provides event data for pointer-based tap events.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputTappedEventArgs.GetPosition(System.Windows.UIElement)"><summary>
            Returns the current pointer position relative to the specified element.
            </summary><param name="relativeTo">The element to examine.</param><returns>The current pointer position relative to the specified element.</returns></member><member name="M:ActiproSoftware.Windows.Input.InputTappedEventArgs.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.InputTappedEventArgs.#ctor(System.Windows.Input.InputEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputTappedEventArgs" /> class.
            </summary><param name="e">The wrapped event arguments.</param></member><member name="P:ActiproSoftware.Windows.Input.InputTappedEventArgs.DeviceKind"><summary>
            Gets an <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.
            </summary><value>An <see cref="T:ActiproSoftware.Windows.Input.InputDeviceKind" /> that indicates the device kind.</value></member><member name="P:ActiproSoftware.Windows.Input.InputTappedEventArgs.Handled"><summary>
            Gets or set whether the event has been handled.
            </summary><value><c>true</c> if the event has been handled; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Input.InputTappedEventArgs.OriginalSource"><summary>
            Gets the original source of the event.
            </summary><value>The original source of the event.</value></member><member name="P:ActiproSoftware.Windows.Input.InputTappedEventArgs.WrappedEventArgs"><summary>
            Gets the wrapped event arguments.
            </summary><value>The wrapped event arguments.</value></member><member name="T:ActiproSoftware.Windows.Input.InputTouchEventArgs"><summary>
            Event arguments that represent a wrapped <see cref="T:System.Windows.Input.TouchEventArgs" />, for testing and mocking.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.InputTouchEventArgs.GetTouchPoint(System.Windows.IInputElement)"><summary>
            Gets the touch point, relative to a given <see cref="T:System.Windows.IInputElement" />.
            </summary><param name="relativeTo">The <see cref="T:System.Windows.IInputElement" /> that the touch point is relative to.</param><returns>The touch point.</returns></member><member name="M:ActiproSoftware.Windows.Input.InputTouchEventArgs.#ctor(System.Windows.Input.TouchEventArgs)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.InputTouchEventArgs" /> class.
            </summary><param name="args">The <see cref="T:System.Windows.Input.TouchEventArgs" /> instance containing the event data.</param></member><member name="P:ActiproSoftware.Windows.Input.InputTouchEventArgs.Handled"><summary>
            Gets or sets a value indicating whether this <see cref="T:ActiproSoftware.Windows.Input.InputTouchEventArgs" /> is handled.
            </summary><value><c>true</c> if handled; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Input.InputTouchEventArgs.Timestamp"><summary>
            Gets the timestamp.
            </summary><value>The timestamp.</value></member><member name="P:ActiproSoftware.Windows.Input.InputTouchEventArgs.TouchDevice"><summary>
            Gets the touch device.
            </summary><value>The touch device.</value></member><member name="T:ActiproSoftware.Windows.Input.MouseWheelAction"><summary>
            Specifies the various mouse wheel actions supported by <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.MouseWheelAction.None"><summary>
            No action.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.MouseWheelAction.PositiveDelta"><summary>
            A mouse wheel movement that results in a positive delta value.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.MouseWheelAction.NegativeDelta"><summary>
            A mouse wheel movement that results in a negative delta value.
            </summary></member><member name="F:ActiproSoftware.Windows.Input.MouseWheelAction.AnyDelta"><summary>
            A mouse wheel movement that results in a any delta value.
            </summary></member><member name="T:ActiproSoftware.Windows.Input.MouseWheelBinding"><summary>
            Binds a <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> to a <see cref="T:System.Windows.Input.RoutedCommand" /> (or another <see cref="T:System.Windows.Input.ICommand" /> implementation).
            </summary><remarks>
            A <see cref="T:ActiproSoftware.Windows.Input.MouseWheelBinding" /> associates a <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> with an <see cref="T:System.Windows.Input.ICommand" />
            implementation. <see cref="T:System.Windows.Input.RoutedCommand" /> is the primary implementation of the <see cref="T:System.Windows.Input.ICommand" /> interface for
            the WPF commanding system. In general, when the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> is executed, the command is invoked,
            although the command behavior is further influenced by command-specific factors such as the <c>CanExecute</c> value.
            For more information on commanding, see the Commanding Overview (http://msdn.microsoft.com/en-us/library/ms752308.aspx).
            </remarks></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelBinding.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelBinding" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelBinding.#ctor(System.Windows.Input.ICommand,ActiproSoftware.Windows.Input.MouseWheelGesture)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelBinding" /> class.
            </summary><param name="command">The command.</param><param name="gesture">The gesture.</param></member><member name="P:ActiproSoftware.Windows.Input.MouseWheelBinding.Gesture"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> associated with this input binding.
            </summary><value>The associated gesture. The default is <see langword="null" />.</value></member><member name="P:ActiproSoftware.Windows.Input.MouseWheelBinding.MouseWheelAction"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Input.MouseWheelBinding.MouseWheelAction" /> associated with this <see cref="T:ActiproSoftware.Windows.Input.MouseWheelBinding" />.
            </summary><value>The mouse wheel action.</value></member><member name="T:ActiproSoftware.Windows.Input.MouseWheelGesture"><summary>
            Defines a mouse wheel input gesture that can be used to invoke a command.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGesture.Matches(System.Object,System.Windows.Input.InputEventArgs)"><summary>
            When overridden in a derived class, determines whether the specified <see cref="T:System.Windows.Input.InputGesture" /> matches the
            input associated with the specified <see cref="T:System.Windows.Input.InputEventArgs" /> object.
            </summary><param name="targetElement">The target of the command.</param><param name="inputEventArgs">The input event data to compare this gesture to.</param><returns><c>true</c> if the gesture matches the input; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGesture.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGesture.#ctor(ActiproSoftware.Windows.Input.MouseWheelAction)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> class.
            </summary><param name="mouseWheelAction">The mouse wheel action.</param></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGesture.#ctor(ActiproSoftware.Windows.Input.MouseWheelAction,System.Windows.Input.ModifierKeys)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> class.
            </summary><param name="mouseWheelAction">The mouse wheel action.</param><param name="modifiers">The modifiers.</param></member><member name="P:ActiproSoftware.Windows.Input.MouseWheelGesture.Modifiers"><summary>
            Gets or sets the modifier keys associated with this <see cref="T:System.Windows.Input.MouseGesture" />.
            </summary><value>One or more modifier keys, defined by the <see cref="T:System.Windows.Input.ModifierKeys" /> enumeration, delimited with a "+" character.</value></member><member name="P:ActiproSoftware.Windows.Input.MouseWheelGesture.MouseWheelAction"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Input.MouseWheelGesture.MouseWheelAction" /> associated with this gesture.
            </summary><value>The mouse wheel action associated with this gesture. The default value is <c>None</c>.</value></member><member name="T:ActiproSoftware.Windows.Input.MouseWheelGestureConverter"><summary>
            Converts a <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" /> object to and from other types
            </summary></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"><summary>
            Returns whether this converter can convert an object of the given type to the type of this converter, using
            the specified context.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="sourceType">A <see cref="T:System.Type" /> that represents the type you want to convert from.</param><returns><c>true</c> if this converter can perform the conversion; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"><summary>
            Returns whether this converter can convert the object to the specified type, using the specified context.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="destinationType">A <see cref="T:System.Type" /> that represents the type you want to convert to.</param><returns><c>true</c> if this converter can perform the conversion; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"><summary>
            Converts the given object to the type of this converter, using the specified context and culture information.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use as the current culture.</param><param name="value">The <see cref="T:System.Object" /> to convert.</param><returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns><exception cref="T:System.NotSupportedException">
            The conversion cannot be performed.
            </exception></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"><summary>
            Converts the given value object to the specified type, using the specified context and culture information.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="culture">A <see cref="T:System.Globalization.CultureInfo" />. If null is passed, the current culture is assumed.</param><param name="value">The <see cref="T:System.Object" /> to convert.</param><param name="destinationType">The <see cref="T:System.Type" /> to convert the <paramref name="value" /> parameter to.</param><returns>
            An <see cref="T:System.Object" /> that represents the converted value.
            </returns><exception cref="T:System.ArgumentNullException">
            The <paramref name="destinationType" /> parameter is <see langword="null" />.
            </exception><exception cref="T:System.NotSupportedException">
            The conversion cannot be performed.
            </exception></member><member name="T:ActiproSoftware.Windows.Input.MouseWheelGestureValueSerializer"><summary>
            Converts instances of <see cref="T:System.String" /> to and from instances of <see cref="T:ActiproSoftware.Windows.Input.MouseWheelGesture" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureValueSerializer.CanConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)"><summary>
            Determines whether the specified <see cref="T:System.String" /> can be converted to an instance of the type that
            the implementation of <see cref="T:System.Windows.Markup.ValueSerializer" /> supports.
            </summary><param name="value">String to evaluate for conversion.</param><param name="context">Context information that is used for conversion.</param><returns><c>true</c> if the value can be converted; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureValueSerializer.CanConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)"><summary>
            Determines whether the specified object can be converted into a <see cref="T:System.String" />.
            </summary><param name="value">The object to evaluate for conversion.</param><param name="context">Context information that is used for conversion.</param><returns>
            true if the <paramref name="value" /> can be converted into a <see cref="T:System.String" />; otherwise, false.
            </returns></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureValueSerializer.ConvertFromString(System.String,System.Windows.Markup.IValueSerializerContext)"><summary>
            Converts a <see cref="T:System.String" /> to an instance of the type that the implementation of
            <see cref="T:System.Windows.Markup.ValueSerializer" /> supports.
            </summary><param name="value">The string to convert.</param><param name="context">Context information that is used for conversion.</param><returns>
            A new instance of the type that the implementation of <see cref="T:System.Windows.Markup.ValueSerializer" /> supports based on
            the supplied <paramref name="value" />.
            </returns><exception cref="T:System.NotSupportedException"><paramref name="value" /> cannot be converted.
            </exception></member><member name="M:ActiproSoftware.Windows.Input.MouseWheelGestureValueSerializer.ConvertToString(System.Object,System.Windows.Markup.IValueSerializerContext)"><summary>
            Converts the specified object to a <see cref="T:System.String" />.
            </summary><param name="value">The object to convert into a string.</param><param name="context">Context information that is used for conversion.</param><returns>
            A string representation of the specified object.
            </returns><exception cref="T:System.NotSupportedException"><paramref name="value" /> cannot be converted.
            </exception></member><member name="T:ActiproSoftware.Windows.Extensions.OrientedElementExtensions"><summary>
            Provides extension methods for the type <see cref="T:ActiproSoftware.Windows.Controls.IOrientedElement" />.
            </summary><remarks>
            Many of the methods refer to the terms 'extent' and 'ascent'.
            For elements with horizontal orientation, the extent is along the x-axis and the the ascent is along the y-axis.
            Conversely, for elements with vertical orientation, the ascent is along the x-axis and the the extent is along the y-axis.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.CreateSize(ActiproSoftware.Windows.Controls.IOrientedElement,System.Double,System.Double)"><summary>
            Creates a <see cref="T:System.Windows.Size" /> comprised of the specified extent and ascent.
            </summary><param name="element">The element with orientation to examine.</param><param name="extent">The extent.</param><param name="ascent">The ascent.</param><returns>The <see cref="T:System.Windows.Size" /> that was created.</returns><remarks>
            For horizontal orientation, the width will be the extent and the height will be the ascent.
            For vertical orientation, the width will be the ascent and the height will be the extent.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetLocationAscent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Point)"><summary>
            Returns the location ascent of the specified <see cref="T:System.Windows.Point" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="location">The <see cref="T:System.Windows.Point" /> to examine.</param><returns>The location ascent of the specified <see cref="T:System.Windows.Point" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the ascent will be the <c>Y</c> value.
            For vertical orientation, the ascent will be the <c>X</c> value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetLocationAscent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Rect)"><summary>
            Returns the location ascent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="bounds">The <see cref="T:System.Windows.Rect" /> to examine.</param><returns>The ascent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the ascent will be the <c>Y</c> value.
            For vertical orientation, the ascent will be the <c>X</c> value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetLocationExtent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Point)"><summary>
            Returns the location extent of the specified <see cref="T:System.Windows.Point" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="location">The <see cref="T:System.Windows.Point" /> to examine.</param><returns>The location extent of the specified <see cref="T:System.Windows.Point" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the extent will be the <c>X</c> value.
            For vertical orientation, the extent will be the <c>Y</c> value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetLocationExtent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Rect)"><summary>
            Returns the location extent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="bounds">The <see cref="T:System.Windows.Rect" /> to examine.</param><returns>The location extent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the extent will be the <c>X</c> value.
            For vertical orientation, the extent will be the <c>Y</c> value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetSizeAscent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Rect)"><summary>
            Returns the size ascent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="bounds">The <see cref="T:System.Windows.Rect" /> to examine.</param><returns>The size ascent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the ascent will be the height.
            For vertical orientation, the ascent will be the width.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetSizeAscent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Size)"><summary>
            Returns the size ascent of the specified <see cref="T:System.Windows.Size" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="size">The <see cref="T:System.Windows.Size" /> to examine.</param><returns>The size ascent of the specified <see cref="T:System.Windows.Size" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the ascent will be the height.
            For vertical orientation, the ascent will be the width.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetSizeExtent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Rect)"><summary>
            Returns the size extent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="bounds">The <see cref="T:System.Windows.Rect" /> to examine.</param><returns>The size extent of the specified <see cref="T:System.Windows.Rect" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the extent will be the width.
            For vertical orientation, the extent will be the height.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.OrientedElementExtensions.GetSizeExtent(ActiproSoftware.Windows.Controls.IOrientedElement,System.Windows.Size)"><summary>
            Returns the size extent of the specified <see cref="T:System.Windows.Size" />, based on the orientation of the element.
            </summary><param name="element">The element with orientation to examine.</param><param name="size">The <see cref="T:System.Windows.Size" /> to examine.</param><returns>The size extent of the specified <see cref="T:System.Windows.Size" />, based on the orientation of the element.</returns><remarks>
            For horizontal orientation, the extent will be the width.
            For vertical orientation, the extent will be the height.
            </remarks></member><member name="T:ActiproSoftware.Windows.Extensions.FrameworkElementExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.FrameworkElement" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.FrameworkElementExtensions.AnimateDoubleProperty(System.Windows.FrameworkElement,System.String,System.Double,System.Double,System.Double,System.Nullable{System.Double},System.Nullable{System.Double})"><summary>
            Animates a <c>Double</c>-based property to a value.
            </summary><param name="element">The <see cref="T:System.Windows.FrameworkElement" /> to examine.</param><param name="propertyPath">The property path.</param><param name="targetValue">The target value.</param><param name="duration">The duration.</param><param name="startTime">The start time.</param><param name="finalValue">The optional final value.</param><param name="initialValue">The optional initial value.</param></member><member name="M:ActiproSoftware.Windows.Extensions.FrameworkElementExtensions.BindToProperty(System.Windows.FrameworkElement,System.Windows.DependencyProperty,System.Object,System.String,System.Windows.Data.BindingMode,System.Windows.Data.IValueConverter,System.Object)"><summary>
            Binds a dependency property to a property on the specified source.
            </summary><param name="element">The target element.</param><param name="targetProperty">The target property.</param><param name="source">The source object.</param><param name="sourcePropertyName">The source property name.</param><param name="mode">The binding mode.</param><param name="converter">The value converter.</param><param name="converterParameter">The value converter parameter.</param></member><member name="M:ActiproSoftware.Windows.Extensions.FrameworkElementExtensions.GetCurrentSize(System.Windows.FrameworkElement)"><summary>
            Returns the element's current size.
            </summary><param name="element">The element to examine.</param><returns>The element's current size.</returns><remarks>
            This method looks at the <see cref="P:System.Windows.FrameworkElement.ActualWidth" /> and <see cref="P:System.Windows.FrameworkElement.ActualHeight" /> properties for the size.
            If those haven't yet been set, the <see cref="P:System.Windows.FrameworkElement.Width" /> and <see cref="P:System.Windows.FrameworkElement.Height" /> properties are examined.
            </remarks></member><member name="T:ActiproSoftware.Windows.Extensions.BrushExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Media.Brush" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.BrushExtensions.Tint(System.Windows.Media.Brush,System.Windows.Media.Color)"><summary>
            Returns a clone of the specified <see cref="T:System.Windows.Media.Brush" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="brush">The <see cref="T:System.Windows.Media.Brush" /> to clone and tint.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><returns>
            A clone of the specified <see cref="T:System.Windows.Media.Brush" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </returns><remarks>
            The brush returned will be always be frozen. A non-frozen brush can be obtained by calling the <see cref="M:ActiproSoftware.Windows.Extensions.BrushExtensions.Tint(System.Windows.Media.Brush,System.Windows.Media.Color)" /> overload.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.BrushExtensions.Tint(System.Windows.Media.Brush,System.Windows.Media.Color,System.Boolean)"><summary>
            Returns a clone of the specified <see cref="T:System.Windows.Media.Brush" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="brush">The <see cref="T:System.Windows.Media.Brush" /> to clone and tint.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><param name="freeze">if set to <c>true</c> then the <see cref="T:System.Windows.Media.Brush" /> will be frozen before it is returned.</param><returns>
            A clone of the specified <see cref="T:System.Windows.Media.Brush" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </returns></member><member name="T:ActiproSoftware.Windows.Extensions.PenExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Media.Pen" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.PenExtensions.Tint(System.Windows.Media.Pen,System.Windows.Media.Color)"><summary>
            Returns a clone of the specified <see cref="T:System.Windows.Media.Pen" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="pen">The <see cref="T:System.Windows.Media.Pen" /> to clone and tint.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><returns>
            A clone of the specified <see cref="T:System.Windows.Media.Pen" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </returns><remarks>
            The pen returned will be always be frozen. A non-frozen pen can be obtained by calling the <see cref="M:ActiproSoftware.Windows.Extensions.PenExtensions.Tint(System.Windows.Media.Pen,System.Windows.Media.Color)" /> overload.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.PenExtensions.Tint(System.Windows.Media.Pen,System.Windows.Media.Color,System.Boolean)"><summary>
            Returns a clone of the specified <see cref="T:System.Windows.Media.Pen" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="pen">The <see cref="T:System.Windows.Media.Pen" /> to clone and tint.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><param name="freeze">if set to <c>true</c> then the <see cref="T:System.Windows.Media.Pen" /> will be frozen before it is returned.</param><returns>
            A clone of the specified <see cref="T:System.Windows.Media.Pen" /> that has been tinted towards the specified <see cref="T:System.Windows.Media.Color" />.
            </returns></member><member name="T:ActiproSoftware.Windows.Extensions.ListExtensions"><summary>
            Provides extension methods for the types <see cref="T:System.Collections.IList" /> and <see cref="T:System.Collections.Generic.IList`1" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.ListExtensions.AddRange``1(System.Collections.Generic.IList{``0},System.Collections.Generic.IEnumerable{``0})"><summary>
            Adds the elements of the specified collection to the end of the list.
            </summary><typeparam name="T">The type of elements in the list.</typeparam><param name="list">The list to which the items should be added.</param><param name="collection">The collection whose elements should be added to the end of the list. The collection itself cannot be null, but it can contain elements that are null, if type <typeparamref name="T" /> is a reference type.</param></member><member name="M:ActiproSoftware.Windows.Extensions.ListExtensions.InsertRange``1(System.Collections.Generic.IList{``0},System.Int32,System.Collections.Generic.IEnumerable{``0})"><summary>
            Inserts the elements of a collection into the list at the specified index.
            </summary><typeparam name="T">The type of elements in the list.</typeparam><param name="list">The list to which the items should be inserted.</param><param name="index">The zero-based index at which the new elements should be inserted..</param><param name="collection">The collection whose elements should be inserted into the list. The collection itself cannot be null, but it can contain elements that are null, if type <typeparamref name="T" />  is a reference type.</param></member><member name="M:ActiproSoftware.Windows.Extensions.ListExtensions.RemoveAll``1(System.Collections.Generic.IList{``0},System.Predicate{``0})"><summary>
            Removes all the elements that match the conditions defined by the specified predicate.
            </summary><typeparam name="T">The type of elements in the list.</typeparam><param name="list">The list from with the items should be removed.</param><param name="match">The <see cref="T:System.Predicate`1" /> delegate that defines the conditions of the elements to remove.</param><returns>The number of elements removed from the <see cref="T:System.Collections.Generic.IList`1" />.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.DayOfWeekExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.DayOfWeek" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.DayOfWeekExtensions.IsWeekend(System.DayOfWeek)"><summary>
            Returns whether the specified <see cref="T:System.DayOfWeek" /> is on a weekend.
            </summary><param name="dayOfWeek">The <see cref="T:System.DayOfWeek" /> to examine.</param><returns><c>true</c> if the specified <see cref="T:System.DayOfWeek" /> is on a weekend; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DayOfWeekExtensions.ToString(System.DayOfWeek,ActiproSoftware.Windows.DayOfWeekFormatPattern)"><summary>
            Converts the value of a <see cref="T:System.DayOfWeek" /> object to its equivalent string representation using the specified format.
            </summary><param name="dayOfWeek">The <see cref="T:System.DayOfWeek" /> to convert.</param><param name="pattern">A <see cref="T:ActiproSoftware.Windows.DayOfWeekFormatPattern" /> specifying the conversion format to use.</param><returns>The string representation of the <see cref="T:System.DayOfWeek" />.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DayOfWeekExtensions.ToString(System.DayOfWeek,ActiproSoftware.Windows.DayOfWeekFormatPattern,System.IFormatProvider)"><summary>
            Converts the value of a <see cref="T:System.DayOfWeek" /> object to its equivalent string representation using the specified format and culture-specific format information.
            </summary><param name="dayOfWeek">The <see cref="T:System.DayOfWeek" /> to convert.</param><param name="pattern">A <see cref="T:ActiproSoftware.Windows.DayOfWeekFormatPattern" /> specifying the conversion format to use.</param><param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param><returns>The string representation of the <see cref="T:System.DayOfWeek" />.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.ColorExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Media.Color" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.ColorExtensions.Tint(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Returns the custom tinted <see cref="T:System.Windows.Media.Color" /> for the specified base and tint <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="color">The base <see cref="T:System.Windows.Media.Color" /> to examine.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><returns>The custom tinted <see cref="T:System.Windows.Media.Color" /> for the specified base and tint <see cref="T:System.Windows.Media.Color" />.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.ColorExtensions.ToSolidColorBrush(System.Windows.Media.Color)"><summary>
            Converts the specified <see cref="T:System.Windows.Media.Color" /> to a <see cref="T:System.Windows.Media.SolidColorBrush" />.
            </summary><param name="color">The color to convert.</param><returns>
            A <see cref="T:System.Windows.Media.SolidColorBrush" /> initialized with the specified <see cref="T:System.Windows.Media.Color" />.
            </returns><remarks>
            If possible, the brush will be frozen before being returned.
            </remarks></member><member name="M:ActiproSoftware.Windows.Extensions.ColorExtensions.ToSolidColorBrush(System.Windows.Media.Color,System.Boolean)"><summary>
            Converts the specified <see cref="T:System.Windows.Media.Color" /> to a <see cref="T:System.Windows.Media.SolidColorBrush" />.
            </summary><param name="color">The color to convert.</param><param name="freeze">if set to <c>true</c> then the brush will be frozen.</param><returns>
            A <see cref="T:System.Windows.Media.SolidColorBrush" /> initialized with the specified <see cref="T:System.Windows.Media.Color" />.
            </returns></member><member name="T:ActiproSoftware.Windows.Extensions.DateTimeExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.DateTime" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.DateTimeExtensions.IsToday(System.DateTime)"><summary>
            Returns whether the specified <see cref="T:System.DateTime" /> is today.
            </summary><param name="dateTime">The <see cref="T:System.DateTime" /> to examine.</param><returns><c>true</c> if the specified <see cref="T:System.DateTime" /> is today; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DateTimeExtensions.IsWeekend(System.DateTime)"><summary>
            Returns whether the specified <see cref="T:System.DateTime" /> is on a weekend.
            </summary><param name="dateTime">The <see cref="T:System.DateTime" /> to examine.</param><returns><c>true</c> if the specified <see cref="T:System.DateTime" /> is on a weekend; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DateTimeExtensions.ToString(System.DateTime,ActiproSoftware.Windows.DateTimeFormatPattern)"><summary>
            Converts the value of a <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified pattern.
            </summary><param name="dateTime">The <see cref="T:System.DateTime" /> to convert.</param><param name="pattern">A <see cref="T:ActiproSoftware.Windows.DateTimeFormatPattern" /> specifying the conversion pattern to use.</param><returns>The string representation of the <see cref="T:System.DateTime" />.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DateTimeExtensions.ToString(System.DateTime,ActiproSoftware.Windows.DateTimeFormatPattern,System.IFormatProvider)"><summary>
            Converts the value of a <see cref="T:System.DateTime" /> object to its equivalent string representation using the specified pattern and culture-specific format information.
            </summary><param name="dateTime">The <see cref="T:System.DateTime" /> to convert.</param><param name="pattern">A <see cref="T:ActiproSoftware.Windows.DateTimeFormatPattern" /> specifying the conversion pattern to use.</param><param name="provider">An <see cref="T:System.IFormatProvider" /> that supplies culture-specific formatting information.</param><returns>The string representation of the <see cref="T:System.DateTime" />.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.ThicknessExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Thickness" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.IsEffectivelyEqual(System.Windows.Thickness,System.Windows.Thickness)"><summary>
            Determines whether the two values are close enough to be considered equal.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the two values are close enough to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.IsEffectivelyUniform(System.Windows.Thickness)"><summary>
            Determines whether the values of the specified thickness are close enough to be considered uniform.
            </summary><param name="value">The value to compare.</param><returns><c>true</c> if the values of the specified thickness are close enough to be considered uniform; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.IsEffectivelyZero(System.Windows.Thickness)"><summary>
            Determines whether the specified value is close enough to zero to be considered equal.
            </summary><param name="value">The value to compare with zero.</param><returns><c>true</c> if the specified value is close enough to zero to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.Round(System.Windows.Thickness,ActiproSoftware.Windows.Controls.RoundMode)"><summary>
            Returns a thickness with its values rounded using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.
            </summary><param name="value">The value to round.</param><param name="mode">The <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> to use.</param><returns>A thickness with its values using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.SetSides(System.Windows.Thickness,ActiproSoftware.Windows.Controls.Sides,System.Windows.Thickness)"><summary>
            Returns a thickness with the specified sides set to the given value.
            </summary><param name="value">The value to update.</param><param name="sides">The <see cref="T:ActiproSoftware.Windows.Controls.Sides" /> to set.</param><param name="thickness">The thickness values.</param><returns>A thickness with the specified sides set to the given value.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.ThicknessExtensions.SetSides(System.Windows.Thickness,ActiproSoftware.Windows.Controls.Sides,System.Double)"><summary>
            Returns a thickness with the specified sides set to the given value.
            </summary><param name="value">The value to update.</param><param name="sides">The <see cref="T:ActiproSoftware.Windows.Controls.Sides" /> to set.</param><param name="thickness">The thickness value.</param><returns>A thickness with the specified sides set to the given value.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.CornerRadius" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.IsEffectivelyEqual(System.Windows.CornerRadius,System.Windows.CornerRadius)"><summary>
            Determines whether the two values are close enough to be considered equal.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the two values are close enough to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.IsEffectivelyUniform(System.Windows.CornerRadius)"><summary>
            Determines whether the values of the specified corner radius are close enough to be considered uniform.
            </summary><param name="value">The value to compare.</param><returns><c>true</c> if the values of the specified corner radius are close enough to be considered uniform; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.IsEffectivelyZero(System.Windows.CornerRadius)"><summary>
            Determines whether the specified value is close enough to zero to be considered equal.
            </summary><param name="value">The value to compare with zero.</param><returns><c>true</c> if the specified value is close enough to zero to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.Round(System.Windows.CornerRadius,ActiproSoftware.Windows.Controls.RoundMode)"><summary>
            Returns a corner radius with its values rounded using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.
            </summary><param name="value">The value to round.</param><param name="mode">The <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> to use.</param><returns>A corner radius with its values using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.SetCorners(System.Windows.CornerRadius,ActiproSoftware.Windows.Controls.Corners,System.Windows.CornerRadius)"><summary>
            Returns a corner radius with the specified corners set to the given value.
            </summary><param name="value">The value to update.</param><param name="corners">The <see cref="T:ActiproSoftware.Windows.Controls.Corners" /> to set.</param><param name="radius">The radius values.</param><returns>A corner radius with the specified corners set to the given value.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.CornerRadiusExtensions.SetCorners(System.Windows.CornerRadius,ActiproSoftware.Windows.Controls.Corners,System.Double)"><summary>
            Returns a corner radius with the specified corners set to the given value.
            </summary><param name="value">The value to update.</param><param name="corners">The <see cref="T:ActiproSoftware.Windows.Controls.Corners" /> to set.</param><param name="radius">The radius value.</param><returns>A corner radius with the specified corners set to the given value.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.DecimalExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Decimal" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.DecimalExtensions.IsWithin(System.Decimal,System.Decimal,System.Decimal)"><summary>
            Determines whether the two values are within a specified range.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><param name="difference">The difference threshold.</param><returns><c>true</c> if the two values within a specified range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DecimalExtensions.Range(System.Decimal,System.Decimal,System.Decimal)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value to constrain.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DecimalExtensions.Round(System.Decimal,ActiproSoftware.Windows.Controls.RoundMode)"><summary>
            Returns a rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.
            </summary><param name="value">The value to round.</param><param name="mode">The <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> to use.</param><returns>A rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.DoubleExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Double" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.ConvertDegreesToRadians(System.Double)"><summary>
            Converts an angle from degrees to radians.
            </summary><param name="angle">The angle value, in degrees (0 - 359.99).</param><returns>A <see cref="T:System.Double" /> of the angle, expressed in radians.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.ConvertRadiansToDegrees(System.Double)"><summary>
            Converts an angle from radians to degrees.
            </summary><param name="angle">The angle value, in radians.</param><returns>A <see cref="T:System.Double" /> of the angle, expressed in degrees.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.GetNormalizedDegreeAngle(System.Double)"><summary>
            Returns a normalized degree angle value in the range of (0 - 359.99).
            </summary><param name="angle">The angle value, in degrees.</param><returns>A normalized degree angle value.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyEqual(System.Double,System.Double)"><summary>
            Determines whether the two values are close enough to be considered equal.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the two values are close enough to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyGreaterThan(System.Double,System.Double)"><summary>
            Determines whether the left value is effectively greater than the right value.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the left value is effectively greater than the right value; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyGreaterThanOrEqual(System.Double,System.Double)"><summary>
            Determines whether the left value is effectively greater than or equal to the right value.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the left value is effectively greater than or equal to the right value; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyLessThan(System.Double,System.Double)"><summary>
            Determines whether the left value is effectively less than the right value.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the left value is effectively less than the right value; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyLessThanOrEqual(System.Double,System.Double)"><summary>
            Determines whether the left value is effectively less than or equal to the right value.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the left value is effectively less than or equal to the right value; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsEffectivelyZero(System.Double)"><summary>
            Determines whether the specified value is close enough to zero to be considered equal.
            </summary><param name="value">The value to compare with zero.</param><returns><c>true</c> if the specified value is close enough to zero to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.IsWithin(System.Double,System.Double,System.Double)"><summary>
            Determines whether the two values are within a specified range.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><param name="difference">The difference threshold.</param><returns><c>true</c> if the two values within a specified range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.Range(System.Double,System.Double,System.Double)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value to constrain.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.DoubleExtensions.Round(System.Double,ActiproSoftware.Windows.Controls.RoundMode)"><summary>
            Returns a rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.
            </summary><param name="value">The value to round.</param><param name="mode">The <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> to use.</param><returns>A rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.Int32Extensions"><summary>
            Provides extension methods for the type <see cref="T:System.Int32" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.Int32Extensions.IsWithin(System.Int32,System.Int32,System.Int32)"><summary>
            Determines whether the two values are within a specified range.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><param name="difference">The difference threshold.</param><returns><c>true</c> if the two values within a specified range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.Int32Extensions.Range(System.Int32,System.Int32,System.Int32)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value to constrain.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.PointExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Point" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.PointExtensions.GetDegreeAngle(System.Windows.Point,System.Windows.Point)"><summary>
            Returns the degree angle between a center <see cref="T:System.Windows.Point" /> and another <see cref="T:System.Windows.Point" /> location.
            </summary><param name="centerPosition">The center <see cref="T:System.Windows.Point" />.</param><param name="position">The <see cref="T:System.Windows.Point" /> location to examine.</param><returns>The degree angle between a center <see cref="T:System.Windows.Point" /> and another <see cref="T:System.Windows.Point" /> location.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.PointExtensions.GetRadiusPointAtRotation(System.Windows.Point,System.Double,System.Double)"><summary>
            Returns the <see cref="T:System.Windows.Point" /> location relative to a center <see cref="T:System.Windows.Point" /> for a degree angle at the specified radius.
            </summary><param name="centerPosition">The center <see cref="T:System.Windows.Point" />.</param><param name="angle">The angle, in degrees (0 - 359.99).</param><param name="radius">The radius.</param><returns>The <see cref="T:System.Windows.Point" /> location for a degree angle at the specified radius.</returns></member><member name="M:ActiproSoftware.Windows.Extensions.PointExtensions.IsEffectivelyEqual(System.Windows.Point,System.Windows.Point)"><summary>
            Determines whether the two values are close enough to be considered equal.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the two values are close enough to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.PointExtensions.IsWithin(System.Windows.Point,System.Windows.Point,System.Double)"><summary>
            Determines whether the two values are within a specified range.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><param name="difference">The difference threshold.</param><returns><c>true</c> if the two values within a specified range; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.PointExtensions.Midpoint(System.Windows.Point,System.Windows.Point)"><summary>
            Gets the mid-point between the specified points.
            </summary><param name="point">The first point.</param><param name="otherPoint">The second point.</param><returns>The mid-point between the specified points.</returns></member><member name="T:ActiproSoftware.Windows.Extensions.SizeExtensions"><summary>
            Provides extension methods for the type <see cref="T:System.Windows.Size" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Extensions.SizeExtensions.IsEffectivelyEqual(System.Windows.Size,System.Windows.Size)"><summary>
            Determines whether the two values are close enough to be considered equal.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><returns><c>true</c> if the two values are close enough to be considered equal; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Extensions.SizeExtensions.IsWithin(System.Windows.Size,System.Windows.Size,System.Double)"><summary>
            Determines whether the two values are within a specified range.
            </summary><param name="left">The value on the left side of the comparison.</param><param name="right">The value on the left side of the comparison.</param><param name="difference">The difference threshold.</param><returns><c>true</c> if the two values within a specified range; otherwise, <c>false</c>.
            </returns></member><member name="T:ActiproSoftware.Windows.Media.ImageSourceContentConversionMode"><summary>
            Specifies the conversion mode for an <see cref="T:ActiproSoftware.Windows.Media.ImageSourceContentConverter" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.ImageSourceContentConversionMode.Grayscale"><summary>
            Converts the image to grayscale.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.ImageSourceContentConversionMode.Monochrome"><summary>
            Converts the image to monochrome.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.ImageSourceContentConverter"><summary>
            Represents a value converter that converts an image source's content to a grayscale or monochrome version of the image.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.ImageSourceContentConverter.GetCanConvertToMonochrome(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>CanConvertToMonochrome</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Media.ImageSourceContentConverter.SetCanConvertToMonochrome(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>CanConvertToMonochrome</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Media.ImageSourceContentConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Media.ImageSourceContentConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Media.ImageSourceContentConverter.BrightnessThreshold"><summary>
            Gets or sets the brightness threshold.
            </summary><value>
            The brightness threshold.
            The default value is <c>230</c>.
            </value><remarks>
            Pixels with brightnesses at or above this threshold will be made transparent.
            Pixels with brightnesses below this threshold will be made white.
            Set this value to <c>0</c> to prevent the converter from processing any icons.
            This value must be set prior to UI being loaded.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.ImageSourceContentConverter.Mode"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Media.ImageSourceContentConversionMode" /> that describes the conversion mode.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Media.ImageSourceContentConversionMode" /> that describes the conversion mode.
            The default value is <c>Grayscale</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Media.ImageSourceContentConverter.CanConvertToMonochromeProperty"><summary>
            Identifies the <c>CanConvertToMonochrome</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CanConvertToMonochrome</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.ColorToBrushConverter"><summary>
            Represents a value converter that converts a <see cref="T:System.Windows.Media.Color" /> to a <see cref="T:System.Windows.Media.Brush" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.ColorToBrushConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Media.ColorToBrushConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Media.IsNullOrTransparentBrushConverter"><summary>
            Represents a value converter that returns whether the specified object is the <see cref="T:System.Type" /> indicated in the converter's parameter.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.IsNullOrTransparentBrushConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Media.IsNullOrTransparentBrushConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Media.TintColorExtension"><summary>
            Provides a markup extension for tinting one <see cref="T:System.Windows.Media.Color" /> towards another <see cref="T:System.Windows.Media.Color" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.TintColorExtension.ProvideValue(System.IServiceProvider)"><summary>
            Returns the interpolated color value.
            </summary><param name="serviceProvider">An object that can provide services for the markup extension.</param><returns>The object value to set on the property where the extension is applied.</returns></member><member name="M:ActiproSoftware.Windows.Media.TintColorExtension.#ctor"><summary>
            Creates an instance of the <c>TintColorExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.TintColorExtension.#ctor(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Creates an instance of the <c>TintColorExtension</c> class.
            </summary><param name="baseColor">The base <see cref="T:System.Windows.Media.Color" />.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param></member><member name="P:ActiproSoftware.Windows.Media.TintColorExtension.BaseColor"><summary>
            Gets or sets the base <see cref="T:System.Windows.Media.Color" />.
            </summary><value>The base <see cref="T:System.Windows.Media.Color" />.</value></member><member name="P:ActiproSoftware.Windows.Media.TintColorExtension.TintColor"><summary>
            Gets or sets the tint <see cref="T:System.Windows.Media.Color" />.
            </summary><value>The tint <see cref="T:System.Windows.Media.Color" />.</value></member><member name="T:ActiproSoftware.Windows.Media.BrushOpacityConverter"><summary>
            Represents a value converter that clones a specified <see cref="T:System.Windows.Media.Brush" /> and updates the <c>Brush.Opacity</c> property
            based on the converter's parameter.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.BrushOpacityConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.BrushOpacityConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="T:ActiproSoftware.Windows.Media.IconFrameConverter"><summary>
            Represents a markup extension that allows the selection of a specific frame from an icon.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.IconFrameConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.IconFrameConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.IconFrameConverter.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.IconFrameConverter" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Media.IconFrameConverter.DesiredHeight"><summary>
            Gets or sets the desired image frame height.
            </summary><value>The desired image frame height.</value></member><member name="P:ActiproSoftware.Windows.Media.IconFrameConverter.DesiredWidth"><summary>
            Gets or sets the desired image frame width.
            </summary><value>The desired image frame width.</value></member><member name="T:ActiproSoftware.Windows.Media.IconFrameSelector"><summary>
            Represents a markup extension that allows the selection of a specific frame from an icon.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.IconFrameSelector.ProvideValue(System.IServiceProvider)"><summary>
            When implemented in a derived class, returns an object that is set as the value of the target property for this markup extension.
            </summary><param name="serviceProvider">Object that can provide services for the markup extension.</param><returns>
            The object value to set on the property where the extension is applied.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.IconFrameSelector.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.IconFrameSelector" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.IconFrameSelector.#ctor(System.Windows.Media.ImageSource)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.IconFrameSelector" /> class.
            </summary><param name="imageSource">The image source to select the frame.</param></member><member name="P:ActiproSoftware.Windows.Media.IconFrameSelector.DesiredHeight"><summary>
            Gets or sets the desired image frame height.
            </summary><value>The desired image frame height.</value></member><member name="P:ActiproSoftware.Windows.Media.IconFrameSelector.DesiredWidth"><summary>
            Gets or sets the desired image frame width.
            </summary><value>The desired image frame width.</value></member><member name="P:ActiproSoftware.Windows.Media.IconFrameSelector.ImageSource"><summary>
            Gets or sets the source of an image that contains several frames.
            </summary><value>The source of an image that contains several frames.</value></member><member name="T:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior"><summary>
            Specifies the types of filter behaviors when searching down the visual tree.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior.ContinueSkipSelfAndChildren"><summary>
            Indicates that the search should continue, but the current item and it's children should be skipped.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior.ContinueSkipChildren"><summary>
            Indicates that the search should continue, but the current item's children should be skipped. The current item will still be tested.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior.ContinueSkipSelf"><summary>
            Indicates that the search should continue, but the current item should be skipped. The current item's children will still be traversed and potentially tested.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior.Continue"><summary>
            Indicates that the search should continue. The current item and it's children will still be traversed and potentially tested.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior.Stop"><summary>
            Indicates that the search should be stopped and the current item should be returned.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.VisualResultBehavior"><summary>
            Specifies the types of result behaviors when searching the visual tree.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualResultBehavior.Stop"><summary>
            Indicates that the search should be stopped and the current item should be returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.VisualResultBehavior.Continue"><summary>
            Indicates that the search should be continue.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.IVisualParent"><summary>
            Provides the base requirements for an element that can add and remove visual child elements.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.IVisualParent.AddVisualChild(System.Windows.Media.Visual)"><summary>
            Adds the provided <see cref="T:System.Windows.Media.Visual" /> to the visual tree of this element.
            </summary><param name="child">Child visual to add.</param></member><member name="M:ActiproSoftware.Windows.Media.IVisualParent.RemoveVisualChild(System.Windows.Media.Visual)"><summary>
            Removes the provided <see cref="T:System.Windows.Media.Visual" /> from the visual of tree of this element.
            </summary><param name="child">Child visual to remove.</param></member><member name="T:ActiproSoftware.Windows.Media.ColorInterpolationExtension"><summary>
            Provides a markup extension for finding the linear <see cref="T:System.Windows.Media.Color" /> value that is the
            specified percentage between the value of two <see cref="T:System.Windows.Media.Color" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.ColorInterpolationExtension.ProvideValue(System.IServiceProvider)"><summary>
            Returns the interpolated color value.
            </summary><param name="serviceProvider">An object that can provide services for the markup extension.</param><returns>The object value to set on the property where the extension is applied.</returns></member><member name="M:ActiproSoftware.Windows.Media.ColorInterpolationExtension.#ctor"><summary>
            Creates an instance of the <c>ColorInterpolationExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.ColorInterpolationExtension.#ctor(System.Windows.Media.Color,System.Windows.Media.Color,System.Double)"><summary>
            Creates an instance of the <c>ColorInterpolationExtension</c> class.
            </summary><param name="color1">The first <see cref="T:System.Windows.Media.Color" />.</param><param name="color2">The second <see cref="T:System.Windows.Media.Color" />.</param><param name="percentage">The percentage from the first color towards the second.</param></member><member name="P:ActiproSoftware.Windows.Media.ColorInterpolationExtension.Color1"><summary>
            Gets or sets the first <see cref="T:System.Windows.Media.Color" />.
            </summary><value>The first <see cref="T:System.Windows.Media.Color" />.</value></member><member name="P:ActiproSoftware.Windows.Media.ColorInterpolationExtension.Color2"><summary>
            Gets or sets the second <see cref="T:System.Windows.Media.Color" />.
            </summary><value>The second <see cref="T:System.Windows.Media.Color" />.</value></member><member name="P:ActiproSoftware.Windows.Media.ColorInterpolationExtension.Percentage"><summary>
            Gets or sets the percentage from the first color towards the second.
            </summary><value>The percentage from the first color towards the second.</value></member><member name="T:ActiproSoftware.Windows.Media.ColorInterpolationConverter"><summary>
            Represents a multi-value converter that finds the linear <see cref="T:System.Windows.Media.Color" /> value that is the
            specified percentage between the value of two <see cref="T:System.Windows.Media.Color" /> objects. 
            </summary><remarks>
            Pass the percentage as a double from <c>0</c> to <c>1</c> in the converter's parameter.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.ColorInterpolationConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source values to a value for the binding target. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="values">The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces. The value UnsetValue indicates that the source binding has no value to provide for conversion.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Media.ColorInterpolationConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetTypes">The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>An array of values that have been converted from the target value back to the source values.</returns></member><member name="T:ActiproSoftware.Windows.Media.LinearGradientType"><summary>
            Specifies the type of linear gradient.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.CustomAngle"><summary>
            Indicates the gradient will use a custom angle specified elsewhere.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.LeftToRight"><summary>
            Indicates the gradient will start on the left side and move right.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.RightToLeft"><summary>
            Indicates the gradient will start on the right side and move left.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.TopToBottom"><summary>
            Indicates the gradient will start on the top side and move down.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.BottomToTop"><summary>
            Indicates the gradient will start on the bottom side and move up.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.TopLeftToBottomRight"><summary>
            Indicates the gradient will start at the top-left corner and move to the bottom-right corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.BottomRightToTopLeft"><summary>
            Indicates the gradient will start at the bottom-right corner and move to the top-left corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.BottomLeftToTopRight"><summary>
            Indicates the gradient will start at the bottom-left corner and move to the top-right corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.LinearGradientType.TopRightToBottomLeft"><summary>
            Indicates the gradient will start at the top-right corner and move to the bottom-left corner.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.LinearGradientBrushExtension"><summary>
            Implements a markup extension that returns a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on specified parameters.
            </summary><remarks>
            This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support
            for some aspect of the WPF XAML processor implementation, but the <c>CreateBrush</c> methods make be utilized from
            user code to quickly generate brushes.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.CreateBrush(System.Windows.Media.Color,System.Windows.Media.Color,System.Double)"><summary>
            Creates a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on the specified parameters.
            </summary><param name="startColor">The start color of the gradient.</param><param name="endColor">The end color of the gradient.</param><param name="angle">The angle used when creating the brush.</param><returns>
            A new <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.CreateBrush(System.Windows.Media.Color,System.Windows.Media.Color,System.Double,System.Int32)"><summary>
            Creates a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on the specified parameters.
            </summary><param name="angle">The angle used when creating the brush.</param><param name="startColor">The start color of the gradient.</param><param name="endColor">The end color of the gradient.</param><param name="additionalStopCount">The number of additional stops that should be included.</param><returns>
            A new <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.CreateBrush(System.Windows.Media.Color,System.Windows.Media.Color,ActiproSoftware.Windows.Media.LinearGradientType)"><summary>
            Creates a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on the specified parameters.
            </summary><param name="startColor">The start color of the gradient.</param><param name="endColor">The end color of the gradient.</param><param name="gradientType">Type of the gradient that should be created.</param><returns>
            A new <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.CreateBrush(System.Windows.Media.Color,System.Windows.Media.Color,ActiproSoftware.Windows.Media.LinearGradientType,System.Int32)"><summary>
            Creates a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on the specified parameters.
            </summary><param name="startColor">The start color of the gradient.</param><param name="endColor">The end color of the gradient.</param><param name="gradientType">Type of the gradient that should be created.</param><param name="additionalStopCount">The number of additional stops that should be included.</param><returns>
            A new <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.ProvideValue(System.IServiceProvider)"><summary>
            Creates and returns a <see cref="T:System.Windows.Media.LinearGradientBrush" /> based on the current state of this object.
            extension.
            </summary><param name="serviceProvider">Object that can provide services for the markup extension.</param><returns>
            A new <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.LinearGradientBrushExtension" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.#ctor(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.LinearGradientBrushExtension" /> class using the specified colors.
            </summary><param name="startColor">The start color.</param><param name="endColor">The end color.</param></member><member name="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.AdditionalStopCount"><summary>
            Gets or sets the additional stops used when creating a <see cref="T:System.Windows.Media.LinearGradientBrush" />.
            </summary><value>The additional stops.</value></member><member name="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.Angle"><summary>
            Gets or sets the angle used when creating a <see cref="T:System.Windows.Media.LinearGradientBrush" />. This value is only used when the
            <see cref="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.GradientType" /> is set to <see cref="F:ActiproSoftware.Windows.Media.LinearGradientType.CustomAngle" />.
            </summary><value>The angle.</value></member><member name="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.EndColor"><summary>
            Gets or sets the end color of the gradient.
            </summary><value>The end color.</value></member><member name="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.GradientType"><summary>
            Gets or sets the type of gradient.
            </summary><value>The type of gradient.</value></member><member name="P:ActiproSoftware.Windows.Media.LinearGradientBrushExtension.StartColor"><summary>
            Gets or sets the start color of the gradient.
            </summary><value>The start color.</value></member><member name="T:ActiproSoftware.Windows.Media.UIColor"><summary>
            Provides an enhanced representation of a <see cref="T:System.Windows.Media.Color" /> object that supports the RGB, HSB, and HLS color models,
            conversion between models, and numerous other color helper methods.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Darken(System.Double)"><summary>
            Darkens the color by the specified amount.
            </summary><param name="percentage">The percentage by which to darken the color.  The value must be between <c>0</c> and <c>1</c>.</param></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Equals(System.Windows.Media.Color)"><summary>
            Determines whether the specified <c>Object</c> is equal to the current <c>Object</c>. 
            </summary><param name="obj">The <c>Object</c> to compare to the current <c>Object</c>.</param><returns><c>true</c> if the specified <c>Object</c> is equal to the current <c>Object</c>; 
            otherwise, <c>false</c>. 
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Equals(System.Object)"><summary>
            Determines whether the specified <c>Object</c> is equal to the current <c>Object</c>. 
            </summary><param name="obj">The <c>Object</c> to compare to the current <c>Object</c>.</param><returns><c>true</c> if the specified <c>Object</c> is equal to the current <c>Object</c>; 
            otherwise, <c>false</c>. 
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromAhls(System.Byte,System.Double,System.Double,System.Double)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from an alpha value and the specified HLS color values (hue, lightness, and saturation).
            </summary><param name="alpha">The alpha component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="hue">The hue component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 360.</param><param name="lightness">The lightness component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><param name="saturation">The saturation component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to the values indicated above.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromAhsb(System.Byte,System.Double,System.Double,System.Double)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from an alpha value and the specified HSB color values (hue, saturation, and brightness).
            </summary><param name="alpha">The alpha component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="hue">The hue component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 360.</param><param name="saturation">The saturation component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><param name="brightness">The brightness component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to the values indicated above.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromArgb(System.Byte,System.Byte,System.Byte,System.Byte)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from an alpha value and the specified RGB color values (red, green, and blue). 
            </summary><param name="alpha">The alpha component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="red">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="green">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="blue">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromColor(System.Windows.Media.Color)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="color">The <see cref="T:System.Windows.Media.Color" /> to use as a template.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromColorComplement(System.Windows.Media.Color)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the complement of the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="color">The <see cref="T:System.Windows.Media.Color" /> to complement and use as a template.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromColorComplement(System.Windows.Media.Color,System.Byte)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the complement of the specified <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="color">The <see cref="T:System.Windows.Media.Color" /> to complement and use as a template.</param><param name="alpha">The alpha channel value to use for the new color.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromHls(System.Double,System.Double,System.Double)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified HLS color values (hue, lightness, and saturation). 
            </summary><param name="hue">The hue component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 360.</param><param name="lightness">The lightness component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><param name="saturation">The saturation component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            The alpha value is implicitly 255 (fully opaque). 
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to the values indicated above.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromHsb(System.Double,System.Double,System.Double)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified HSB color values (hue, saturation, and brightness). 
            </summary><param name="hue">The hue component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 360.</param><param name="saturation">The saturation component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><param name="brightness">The brightness component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 1.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            The alpha value is implicitly 255 (fully opaque). 
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to the values indicated above.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromMix(System.Windows.Media.Color,System.Windows.Media.Color,System.Double)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that is the specified percentage between the value of two <see cref="T:System.Windows.Media.Color" /> objects.
            </summary><param name="color1">The first <see cref="T:System.Windows.Media.Color" /> to examine.</param><param name="color2">The second <see cref="T:System.Windows.Media.Color" /> to examine.</param><param name="percentage">The percentage from the first color to the second in which to return a color.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromName(System.String)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified name of a pre-defined color.
            </summary><param name="name">
            A string that is the name of a pre-defined color. 
            Valid names are the same as the names of the elements of the <see cref="T:System.Windows.Media.KnownColor" /> (in WPF) or <see cref="T:System.Windows.Media.Colors" /> (in UWP) enumeration.
            </param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromRgb(System.Byte,System.Byte,System.Byte)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified RGB color values (red, green, and blue). 
            </summary><param name="red">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="green">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><param name="blue">The red component value for the new <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure. Valid values are 0 through 255.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            The alpha value is implicitly 255 (fully opaque). 
            Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.FromWebColor(System.String)"><summary>
            Creates a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified web color.
            </summary><param name="text">A string containing the color.</param><returns>The <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</returns><remarks>
            This method can process HTML color specifications (e.g. #FF00FF) and known color names.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.UIColor.GetHashCode"><summary>
            Returns a hash code for this object.
            </summary><returns>An integer value that specifies a hash value for this object.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.GetStandardCustomColors"><summary>
            Returns a <see cref="T:System.Windows.Media.Color" /> array containing all of the standard custom values.
            </summary><returns>An array of <see cref="T:System.Windows.Media.Color" /> objects.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.GetSystemColors"><summary>
            Returns a <see cref="T:System.Windows.Media.Color" /> array containing all of the <see cref="T:System.Windows.SystemColors" /> values.
            </summary><returns>An array of <see cref="T:System.Windows.Media.Color" /> objects.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.GetTintedColor(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Returns the custom tinted color for the specified base color.
            </summary><param name="baseColor">The base <see cref="T:System.Windows.Media.Color" /> to examine.</param><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param><returns>The custom tinted color for the specified base color.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.GetWebColors"><summary>
            Returns an array containing all of the web color values.
            </summary><returns>An array of <see cref="T:System.Windows.Media.Color" /> objects.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Grayscale"><summary>
            Converts the color to grayscale.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Lighten(System.Double)"><summary>
            Lightens the color by the specified amount.
            </summary><param name="percentage">The percentage by which to lighten the color.  The value must be between <c>0</c> and <c>1</c>.</param></member><member name="M:ActiproSoftware.Windows.Media.UIColor.Tint(System.Windows.Media.Color)"><summary>
            Tints this color towards the specified tint <see cref="T:System.Windows.Media.Color" />.
            </summary><param name="tintColor">The tint <see cref="T:System.Windows.Media.Color" />.</param></member><member name="M:ActiproSoftware.Windows.Media.UIColor.ToColor"><summary>
            Gets the <see cref="T:System.Windows.Media.Color" /> value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><returns>
            The <see cref="T:System.Windows.Media.Color" /> that is encapsulated by this <see cref="T:ActiproSoftware.Windows.Media.UIColor" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.ToWebColor"><summary>
            Converts the <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> to a web color.
            </summary><returns>
            The color in HTML color specification format (e.g. #FF00FF).
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.ToWebColor(System.Boolean)"><summary>
            Converts the <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> to a web color.
            </summary><param name="includeAlpha">Whether to include the alpha specification.</param><returns>
            The color in HTML color specification format (e.g. #FFFF00FF).
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.TryFromName(System.String,ActiproSoftware.Windows.Media.UIColor@)"><summary>
            Tries to create a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified name of a pre-defined color.
            </summary><param name="name">
            A string that is the name of a pre-defined color. 
            Valid names are the same as the names of the elements of the <see cref="T:System.Windows.Media.KnownColor" /> (in WPF) or <see cref="T:System.Windows.Media.Colors" /> (in UWP) enumeration.
            </param><param name="color">Returns the <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</param><returns><c>true</c> if the name was recognized successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.UIColor.TryFromWebColor(System.String,ActiproSoftware.Windows.Media.UIColor@)"><summary>
            Tries to create a <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure from the specified web color.
            </summary><param name="text">A string containing the color.</param><param name="color">Returns the <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure that this method creates.</param><returns><c>true</c> if the text was parsed successfully; otherwise, <c>false</c>.
            </returns><remarks>
            This method can process HTML color specifications (e.g. #FF00FF) and known color names.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.A"><summary>
            Gets or sets the alpha component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The alpha component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>255</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.B"><summary>
            Gets or sets the RGB blue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The RGB blue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>255</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.ExceedsW3CBrightnessThreshold"><summary>
            Gets whether the color exceeds the W3C threshold for brightness.
            </summary><value><c>true</c> if the color exceeds the W3C threshold for brightness; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.UIColor.G"><summary>
            Gets or sets the RGB green component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The RGB green component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>255</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HlsHue"><summary>
            Gets or sets the HLS hue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HLS hue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>360</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HlsLightness"><summary>
            Gets or sets the HLS lightness component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HLS lightness component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>1</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HlsSaturation"><summary>
            Gets or sets the HLS saturation component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HLS saturation component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>1</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HsbBrightness"><summary>
            Gets or sets the HSB brightness component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HSB brightness component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>1</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HsbHue"><summary>
            Gets or sets the HSB hue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HSB hue component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>360</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.HsbSaturation"><summary>
            Gets or sets the HSB saturation component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The HSB saturation component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>1</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.IsGrayscale"><summary>
            Gets whether the color is grayscale.
            </summary><value><c>true</c> if the color is grayscale; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.UIColor.IsLight"><summary>
            Gets whether the color is a light color.
            </summary><value><c>true</c> if the color is a light color; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.UIColor.Luminance"><summary>
            Gets the luminance of the color.
            </summary><value>The luminance of the color.</value><remarks>
            Valid values are in the range <c>0</c> to <c>255</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.R"><summary>
            Gets or sets the RGB red component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.
            </summary><value>The RGB red component value of this <see cref="T:ActiproSoftware.Windows.Media.UIColor" /> structure.</value><remarks>
            Valid values are in the range <c>0</c> to <c>255</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.UIColor.W3CBrightness"><summary>
            Gets the brightness of the color, based on the W3C formula for calculating brightness.
            </summary><value>The brightness of the color, based on the W3C formula for calculating brightness.</value></member><member name="T:ActiproSoftware.Windows.Media.VisualTreeHelperExtended"><summary>
            Contains static methods that are useful for performing common tasks with nodes in a visual tree.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAllDescendants``1(System.Windows.DependencyObject)"><summary>
            Returns a list of <see cref="T:System.Windows.DependencyObject" /> values that includes all the descendant visual objects that are of
            the specified <see cref="T:System.Type" />.
            </summary><param name="source">The visual whose descendants are returned.</param><typeparam name="T">The desired descendant <see cref="T:System.Type" />.</typeparam><returns>
            A list of <see cref="T:System.Windows.DependencyObject" /> values that includes all the descendant visual objects that are of the
            specified <see cref="T:System.Type" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAllDescendants(System.Windows.DependencyObject,System.Type)"><summary>
            Returns a list of <see cref="T:System.Windows.DependencyObject" /> values that includes all the descendant visual objects that are of
            the specified <see cref="T:System.Type" />.
            </summary><param name="source">The visual whose descendants are returned.</param><param name="desiredType">The desired descendants <see cref="T:System.Type" />.</param><returns>
            A list of <see cref="T:System.Windows.DependencyObject" /> values that includes all the descendant visual objects that are of the
            specified <see cref="T:System.Type" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAncestor``1(System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose ancestor is returned.</param><typeparam name="T">The desired ancestor <see cref="T:System.Type" />.</typeparam><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAncestor(System.Windows.DependencyObject,System.Type)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose ancestor is returned.</param><param name="desiredType">The desired ancestor <see cref="T:System.Type" />.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAncestor(System.Windows.DependencyObject,System.Type[])"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is one of the specified <see cref="T:System.Type" />s. 
            </summary><param name="source">The visual whose ancestor is returned.</param><param name="desiredTypes">The desired ancestor <see cref="T:System.Type" />s.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents an ancestor of the visual object that is one of the specified <see cref="T:System.Type" />s.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAncestorCount(System.Windows.DependencyObject,System.Type)"><summary>
            Returns the number of ancestors of the visual object that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose ancestor count is returned.</param><param name="desiredType">The desired ancestor <see cref="T:System.Type" />.</param><returns>The number of ancestors of the visual object that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetAncestorPopup(System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.Controls.Primitives.Popup" /> value that represents an ancestor of the visual object.
            </summary><param name="source">The visual whose ancestor is returned.</param><returns>A <see cref="T:System.Windows.Controls.Primitives.Popup" /> value that represents an ancestor of the visual object.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetChild(System.Windows.DependencyObject,System.Type)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the first child visual object that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose child is returned.</param><param name="desiredType">The desired child <see cref="T:System.Type" />.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents the first child visual object that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetCurrentOrAncestor(System.Windows.DependencyObject,System.Type)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the visual object, or an ancestor of the visual object, that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose ancestor is returned.</param><param name="desiredType">The desired ancestor <see cref="T:System.Type" />.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents the visual object, or an ancestor of the visual object, that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetDescendant(System.Windows.DependencyObject,System.Type,System.Int32)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the
            specified <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </summary><param name="source">The visual whose descendant is returned.</param><param name="desiredType">The desired descendant <see cref="T:System.Type" />.</param><param name="skipCount">The number of items to skip before returning a match.</param><returns>
            A <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the specified
            <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetDescendant``1(System.Windows.DependencyObject,System.Int32)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the
            specified <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </summary><param name="source">The visual whose descendant is returned.</param><param name="skipCount">The number of items to skip before returning a match.</param><typeparam name="T">The desired descendant <see cref="T:System.Type" />.</typeparam><returns>
            A <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the specified
            <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetDescendant``1(System.Windows.DependencyObject,System.Predicate{``0},System.Int32)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the
            specified <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </summary><param name="source">The visual whose descendant is returned.</param><param name="condition">The optional condition predicate to use for matching objects.  Any object is matched if this is not passed.</param><param name="skipCount">The number of items to skip before returning a match.</param><typeparam name="T">The desired descendant <see cref="T:System.Type" />.</typeparam><returns>
            A <see cref="T:System.Windows.DependencyObject" /> value that represents the n-th descendant visual object that is of the specified
            <see cref="T:System.Type" />, where 'n' is specified using a skip count.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetFirstChild(System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the first child visual object.
            </summary><param name="source">The visual whose child is returned.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents the first child visual object.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetFirstDescendant(System.Windows.DependencyObject,System.Type)"><summary>
            Returns a <see cref="T:System.Windows.DependencyObject" /> value that represents the first descendant visual object that is of the specified <see cref="T:System.Type" />. 
            </summary><param name="source">The visual whose descendant is returned.</param><param name="desiredType">The desired descendant <see cref="T:System.Type" />.</param><returns>A <see cref="T:System.Windows.DependencyObject" /> value that represents the first descendant visual object that is of the specified <see cref="T:System.Type" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetFirstFocusableDescendant(System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.UIElement" /> value that represents the first descendant visual object that is focusable.
            </summary><param name="source">The visual whose descendant is returned.</param><returns>A <see cref="T:System.Windows.UIElement" /> value that represents the first descendant visual object that is focusable.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetFirstTabStopDescendant(System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.Controls.Control" /> value that represents the first descendant visual object that is a tab stop.
            </summary><param name="source">The visual whose descendant is returned.</param><returns>A <see cref="T:System.Windows.Controls.Control" /> value that represents the first descendant visual object that is a tab stop.</returns><remarks>
            When a tab stop control is found, all siblings at the same level will be examined to locate and return the one with the lowest tab index.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetItemsPanel(System.Windows.Controls.ItemsControl)"><summary>
            Returns a <see cref="T:System.Windows.Controls.Panel" /> value that represents the items panel of the specified <see cref="T:System.Windows.Controls.ItemsControl" />.
            </summary><param name="source">The visual whose items panel is returned.</param><returns>A <see cref="T:System.Windows.Controls.Panel" /> value that represents the items panel.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetNextFocusable(System.Windows.DependencyObject,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.UIElement" /> value that represents the next visual object that is focusable. 
            </summary><param name="source">The visual used as a basis for the search.</param><param name="root">The root visual used to limit the scope of the search.</param><returns>A <see cref="T:System.Windows.UIElement" /> value that represents the next visual object that is focusable.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetPreviousFocusable(System.Windows.DependencyObject,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.UIElement" /> value that represents the previous visual object that is focusable. 
            </summary><param name="source">The visual used as a basis for the search.</param><param name="root">The root visual used to limit the scope of the search.</param><returns>A <see cref="T:System.Windows.UIElement" /> value that represents the previous visual object that is focusable.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.GetRoot(System.Windows.DependencyObject)"><summary>
            Returns the root <see cref="T:System.Windows.DependencyObject" /> in the visual tree.
            </summary><param name="source">The visual whose root is returned.</param><returns>The root <see cref="T:System.Windows.DependencyObject" /> in the visual tree.</returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.IsDescendant(System.Windows.DependencyObject,System.Windows.DependencyObject)"><summary>
            Returns whether the specified source <see cref="T:System.Windows.DependencyObject" /> is a descendant of the possible ancestor <see cref="T:System.Windows.DependencyObject" />.
            </summary><param name="possibleAncestor">The possible ancestor.</param><param name="source">The initial object to examine.</param><returns><c>true</c> if the source <see cref="T:System.Windows.DependencyObject" /> is a descendant of the possible ancestor <see cref="T:System.Windows.DependencyObject" />; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.IsFocusable(System.Windows.UIElement)"><summary>
            Returns whether the specified <see cref="T:System.Windows.UIElement" /> is focusable.
            </summary><param name="element">The <see cref="T:System.Windows.UIElement" /> to examine.</param><returns><c>true</c> if the specified <see cref="T:System.Windows.UIElement" /> is focusable; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.IsMouseOver(System.Windows.DependencyObject,System.Windows.DragEventArgs)"><summary>
            Returns whether the bounds of the specified <see cref="T:System.Windows.DependencyObject" /> contains the mouse
            without using a call to <c>IsMouseOver</c>, which can provide inaccurate results in mouse capture scenarios.
            </summary><param name="obj"><c>UIElement</c> instance to be tested.</param><param name="e">A <see cref="T:System.Windows.DragEventArgs" /> that can be used to determine mouse position.</param><returns><c>true</c> if the bounds of the element contain the mouse position; otherwise, <c>false</c>.
            </returns><remarks>The specified object must be a <see cref="T:System.Windows.UIElement" />.</remarks></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.IsMouseOver(System.Windows.DependencyObject,System.Windows.Input.MouseEventArgs)"><summary>
            Returns whether the bounds of the specified <see cref="T:System.Windows.DependencyObject" /> contains the mouse
            without using a call to <c>IsMouseOver</c>, which can provide inaccurate results in mouse capture scenarios.
            </summary><param name="obj"><c>UIElement</c> instance to be tested.</param><param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that can be used to determine mouse position.</param><returns><c>true</c> if the bounds of the element contain the mouse position; otherwise, <c>false</c>.
            </returns><remarks>The specified object must be a <see cref="T:System.Windows.UIElement" />.</remarks></member><member name="M:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.IsVisual(System.Windows.DependencyObject)"><summary>
            Returns whether the specified <see cref="T:System.Windows.DependencyObject" /> is a <see cref="T:System.Windows.Media.Visual" /> or <see cref="T:System.Windows.Media.Media3D.Visual3D" />.
            </summary><param name="obj">The <see cref="T:System.Windows.DependencyObject" /> to examine.</param><returns><c>true</c> if the specified <see cref="T:System.Windows.DependencyObject" /> is a <see cref="T:System.Windows.Media.Visual" /> or <see cref="T:System.Windows.Media.Media3D.Visual3D" />; otherwise, <c>false</c>.
            </returns></member><member name="T:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector"><summary>
            Selects a transition for use with a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> control using a delegate.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)"><summary>
            When overridden in a derived class, returns a <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> based on custom logic.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><returns>Returns an application-specific <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> to apply; otherwise, null.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.#ctor(ActiproSoftware.Windows.Media.Animation.SelectTransitionCallback)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector" /> class.
            </summary><param name="callback">The delegate invoked when <see cref="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)" /> is called.</param></member><member name="P:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.Callback"><summary>
            Gets or sets the delegate invoked when <see cref="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)" /> is called.
            </summary><value>The delegate invoked when <see cref="M:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)" /> is called.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.SelectTransitionCallback"><summary>
            Represents a delegate that returns a <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> based on custom logic, which can be used
            in conjunction with <see cref="T:ActiproSoftware.Windows.Media.Animation.DelegateTransitionSelector" />.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><returns>Returns an application-specific <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> to apply; otherwise, null.</returns></member><member name="T:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter"><summary>
            Represents an element that can display various transitions between two elements.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsMediaAnimation.html">Shared Media Animation</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.#ctor"><summary>
            Initializes an instance of the <c>ToggleTransitionPresenter</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContent"><summary>
            Gets or sets the alternate content.
            This is a dependency property.
            </summary><value>
            The alternate content.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> used to display the alternate content.
            This is a dependency property.
            </summary><value>
            A <see cref="T:System.Windows.DataTemplate" /> that specifies the visualization of the alternate content.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplateSelector"><summary>
            Gets or sets the custom logic for choosing a template used to display the alternate content.
            This is a dependency property.
            </summary><value>
            A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.IsAlternateContentVisible"><summary>
            Gets or sets whether the alternate content is visible.
            This is a dependency property.
            </summary><value><c>true</c> if the alternate content is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.AlternateContentTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.IsAlternateContentVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.IsAlternateContentVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.ToggleTransitionPresenter.IsAlternateContentVisible" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition"><summary>
            A crossfade transition between two elements that zooms the new content in as well.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Media.Animation.Storyboard" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Media.Animation.Storyboard" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomInPercentage"><summary>
            Gets or sets the percentage by which to scale inner-zoomed content (content that extends inside of the transition presenter).
            </summary><value>
            The percentage by which to scale inner-zoomed content (content that extends inside of the transition presenter).
            The default value is <c>0.2</c>.
            </value><remarks>
            The value must be between <c>0</c> and <c>0.5</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomOutPercentage"><summary>
            Gets or sets the percentage by which to scale outer-zoomed content (content that extends outside of the transition presenter).
            </summary><value>
            The percentage by which to scale outer-zoomed content (content that extends outside of the transition presenter). 
            The default value is <c>0.2</c>.
            </value><remarks>
            The value must be between <c>0</c> and <c>0.5</c>.
            </remarks></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.Mode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomInPercentageProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomInPercentage" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomInPercentage" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomOutPercentageProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomOutPercentage" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadedZoomTransition.ZoomOutPercentage" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition"><summary>
            A wipe transition between two elements that uses a box.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Direction"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.DirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Direction" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Direction" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BoxWipeTransition.Mode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.TransitionPreview"><summary>
            A control that provides a preview of a <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" />.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsMediaAnimation.html">Shared Media Animation</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPreview.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPreview.#ctor"><summary>
            Initializes an instance of the <c>TransitionPreview</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDirection"><summary>
            Gets or sets the default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> to use for transitions that use a direction.
            </summary><value>
            The default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> to use for transitions that use a direction.
            The default value is <c>Forward</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDuration"><summary>
            Gets or sets the default length of time for which a transition plays, not counting repetitions.
            </summary><value>
            The presenter's default simple duration for transitions: the amount of time a transition takes to complete a single forward iteration. 
            The default value is <c>0.5</c> seconds.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultMode"><summary>
            Gets or sets the default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> to use for transitions that use a mode.
            </summary><value>
            The default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> to use for transitions that use a mode.
            The default value is <c>In</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> to preview.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> to preview.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelector"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelector" /> to use for selecting a <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> to preview.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelector" /> to use for selecting a <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> to preview.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDirection" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDirection" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.DefaultMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.Transition" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPreview.TransitionSelector" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition"><summary>
            A wipe transition between two elements that uses a wedge shape.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Direction"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.DirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Direction" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Direction" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.WedgeWipeTransition.Mode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition"><summary>
            A wipe transition between two elements that uses four boxes.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FourBoxWipeTransition.Mode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.MultiTransitionSelector"><summary>
            Selects a transition from a list of possible values for use with a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.MultiTransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)"><summary>
            When overridden in a derived class, returns a <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> based on custom logic.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><returns>Returns an application-specific <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> to apply; otherwise, null.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.MultiTransitionSelector.Transitions"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> objects from which to select.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> objects from which to select.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase"><summary>
            A base class for a <see cref="T:System.Windows.Media.Animation.Storyboard" />-based transition between two elements.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element requesting a <see cref="T:System.Windows.Style" />.</param><param name="toContent">The element to which a transition is occurring.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="toContent">The element requesting a <see cref="T:System.Windows.Style" />.</param><param name="fromContent">The element from which a transition is occurring.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.OnCompleted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Object,System.Windows.FrameworkElement,System.Object)"><summary>
            Occurs when the transition has completed.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="fromContentData">Optional data related to the "from" element.</param><param name="toContent">The element to which a transition is occurring.</param><param name="toContentData">Optional data related to the "to" element.</param><remarks>
            Place code to perform any post-transition cleanup in an override of this method.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransitionBase.OnStarted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Windows.FrameworkElement)"><summary>
            Occurs when the transition should be started.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><remarks>
            Place code to perform the transition in an override of this method.
            </remarks></member><member name="T:ActiproSoftware.Windows.Media.Animation.TransitionMode"><summary>
            Specifies the mode of a transition.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionMode.In"><summary>
            The transition is moving new content into the presenter to cover existing content.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionMode.Out"><summary>
            The transition is moving existing content out of the presenter to reveal other content.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection"><summary>
            Specifies the direction of a transition.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.Default"><summary>
            The default direction.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.Down"><summary>
            The transition occurs in a downward direction.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.Up"><summary>
            The transition occurs in an upward direction.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.Forward"><summary>
            The transition occurs in a forward direction, typically left to right.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.Backward"><summary>
            The transition occurs in a forward direction, typically right to left.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.ForwardDown"><summary>
            The transition occurs in a diagonal forward and downward direction, typically top/left to bottom/right.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.ForwardUp"><summary>
            The transition occurs in a diagonal forward and upward direction, typically bottom/left to top/right.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.BackwardDown"><summary>
            The transition occurs in a diagonal backward and downward direction, typically top/right to bottom/left.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionDirection.BackwardUp"><summary>
            The transition occurs in a diagonal backward and upward direction, typically bottom/right to top/left.
            </summary></member><member name="T:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition"><summary>
            A wipe transition between two elements that uses two straight bars with a configurable gradient spread.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Direction"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Spread"><summary>
            Gets or sets the spread of the wipe effect.
            </summary><value>A percentage value between <c>0</c> and <c>1</c>.  The default is <c>0.25</c>.</value><remarks>
            A larger value makes the wipe gradient larger.
            </remarks></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.DirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Direction" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Direction" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Mode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.SpreadProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Spread" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarnDoorWipeTransition.Spread" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.BarWipeTransition"><summary>
            A wipe transition between two elements that uses a straight bar with a configurable gradient spread.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Direction"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Spread"><summary>
            Gets or sets the spread of the wipe effect.
            </summary><value>A percentage value between <c>0</c> and <c>1</c>.  The default is <c>0.25</c>.</value><remarks>
            A larger value makes the wipe gradient larger.
            </remarks></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.DirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Direction" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Direction" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Mode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.SpreadProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Spread" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.BarWipeTransition.Spread" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.FadeTransition"><summary>
            A crossfade transition between two elements.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadeTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Media.Animation.Storyboard" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadeTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadeTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.FadeTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Media.Animation.Storyboard" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BlurRadius"><summary>
            Gets or sets the radius of a blur effect to apply to the fade.
            </summary><value>The radius of a blur effect to apply to the fade.  The default is <c>0</c>.</value><remarks>
            A number greater than <c>0</c> applies a blur bitmap effect to the fade.
            A recommended blur radius is <c>5</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadeTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadeTransition.BlurRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BlurRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.BlurRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadeTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.FadeTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.FadeTransition.Mode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.SlideTransition"><summary>
            A slide transition between two elements that moves one element over the other, or alternatively pushes the other.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.SlideTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.SlideTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.SlideTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.SlideTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.SlideTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.BeginTime"><summary>
            Gets or sets the time at which this transition should begin. 
            </summary><value>The time at which this transition should begin, relative to the parent's begin time.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Direction"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> specifying the direction of the transition.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Duration"><summary>
            Gets or sets the length of time for which this transition plays, not counting repetitions.
            </summary><value>
            The transition's simple duration: the amount of time this effect takes to complete a single forward iteration. 
            The default value is <c>Automatic</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.IsFromContentPushed"><summary>
            Gets or sets whether the "from" content is pushed by the "to" content.
            </summary><value><c>true</c> if the "from" content is pushed by the "to" content; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Mode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> specifying the mode of the transition.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.SlideTransition.BeginTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.BeginTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.BeginTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.SlideTransition.DirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Direction" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Direction" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.SlideTransition.DurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Duration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Duration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.SlideTransition.IsFromContentPushedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.IsFromContentPushed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.IsFromContentPushed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.SlideTransition.ModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Mode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.SlideTransition.Mode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.StoryboardTransition"><summary>
            A <see cref="T:System.Windows.Media.Animation.Storyboard" />-based transition between two elements.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.GetFromContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "from" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.GetFromContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "from" content during the transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.GetToContentStoryboard(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> to apply to the "to" content.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.GetToContentStyle(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement)"><summary>
            Returns the <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="content">The element requesting a <see cref="T:System.Windows.Style" />.</param><returns>The <see cref="T:System.Windows.Style" /> to apply to the "to" content during the transition.</returns></member><member name="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStoryboard"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Animation.Storyboard" /> that should be applied to the "from" content when the transition occurs.
            </summary><value>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> that should be applied to the "from" content when the transition occurs.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that should be applied to the "from" content when the transition begins.
            </summary><value>The <see cref="T:System.Windows.Style" /> that should be applied to the "from" content when the transition begins.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStoryboard"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Animation.Storyboard" /> that should be applied to the "to" content when the transition occurs.
            </summary><value>The <see cref="T:System.Windows.Media.Animation.Storyboard" /> that should be applied to the "to" content when the transition occurs.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that should be applied to the "to" content when the transition begins.
            </summary><value>The <see cref="T:System.Windows.Style" /> that should be applied to the "to" content when the transition begins.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStoryboardProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStoryboard" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStoryboard" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.FromContentStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStoryboardProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStoryboard" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStoryboard" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.StoryboardTransition.ToContentStyle" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.Transition"><summary>
            The base class for a transition between two elements.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.Clone"><summary>
            Creates a clone of the <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" />.
            </summary><returns>The clone that was created.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.EndTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Object,System.Windows.FrameworkElement,System.Object)"><summary>
            Ends a transition, and notifies the presenter that the transition is complete.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="fromContentData">Optional data related to the "from" element that is passed to the <see cref="M:ActiproSoftware.Windows.Media.Animation.Transition.OnCompleted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Object,System.Windows.FrameworkElement,System.Object)" /> method.</param><param name="toContent">The element to which a transition is occurring.</param><param name="toContentData">Optional data related to the "to" element that is passed to the <see cref="M:ActiproSoftware.Windows.Media.Animation.Transition.OnCompleted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Object,System.Windows.FrameworkElement,System.Object)" /> method.</param><remarks>
            This method must be called at the end of the transition so that the presenter is notified of the transition completion.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.GetOppositeDirection(ActiproSoftware.Windows.Media.Animation.TransitionDirection)"><summary>
            Returns the opposite <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> of the specified <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" />.
            </summary><param name="direction">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> to examine.</param><returns>The opposite <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> of the specified <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.GetOppositeMode(ActiproSoftware.Windows.Media.Animation.TransitionMode)"><summary>
            Returns the opposite <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> of the specified <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" />.
            </summary><param name="mode">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> to examine.</param><returns>The opposite <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> of the specified <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" />.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.GetOppositeTransition"><summary>
            Returns a variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.
            </summary><returns>A variation of the transition that can be used for backing out a content that was inserted into the presenter using this transition.</returns><remarks>
            Override this method to return an opposite variation of the transition if the transition supports the concept.
            <para>
            If the transition uses a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" />, its value should be flipped using the <see cref="M:ActiproSoftware.Windows.Media.Animation.Transition.GetOppositeMode(ActiproSoftware.Windows.Media.Animation.TransitionMode)" /> method.
            </para></remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.GetResolvedDirection(ActiproSoftware.Windows.Media.Animation.TransitionDirection,ActiproSoftware.Windows.Media.Animation.TransitionDirection)"><summary>
            Returns a resolved <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> value between an instance setting and a default setting.
            </summary><param name="instanceDirection">The instance <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> setting.</param><param name="defaultDirection">The default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> setting.</param><returns>The resolved <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> value.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.OnCompleted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Object,System.Windows.FrameworkElement,System.Object)"><summary>
            Occurs when the transition has completed.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="fromContentData">Optional data related to the "from" element.</param><param name="toContent">The element to which a transition is occurring.</param><param name="toContentData">Optional data related to the "to" element.</param><remarks>
            Place code to perform any post-transition cleanup in an override of this method.
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.Transition.OnStarted(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Windows.FrameworkElement,System.Windows.FrameworkElement)"><summary>
            Occurs when the transition should be started.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><remarks>
            Place code to perform the transition in an override of this method.
            </remarks></member><member name="P:ActiproSoftware.Windows.Media.Animation.Transition.ClipToBounds"><summary>
            Gets or sets whether the transition should clip the content elements to the container bounds.
            </summary><value><c>true</c> if the transition should clip the content elements to the container bounds; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.Transition.IsToContentTopMost"><summary>
            Gets or sets whether the "to" content is topmost.
            </summary><value><c>true</c> if the "to" content is topmost; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            Transitions that "reveal" the "to" content should return <c>false</c>.
            </remarks></member><member name="F:ActiproSoftware.Windows.Media.Animation.Transition.ClipToBoundsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.Transition.ClipToBounds" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.Transition.ClipToBounds" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.Transition.IsToContentTopMostProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.Transition.IsToContentTopMost" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.Transition.IsToContentTopMost" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter"><summary>
            Represents an element that can display various transitions between two elements.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsMediaAnimation.html">Shared Media Animation</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="arrangeSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.ChooseTemplate"><summary>
            Returns the template to use. This may depend on the content or other properties.
            </summary><returns>
            The <see cref="T:System.Windows.DataTemplate" /> to use.
            </returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.GetVisualChild(System.Int32)"><summary>
            Returns the specified Visual in the parent <see cref="T:System.Windows.Media.VisualCollection" />. 
            </summary><param name="index">The index of the visual object in the <see cref="T:System.Windows.Media.VisualCollection" />.</param><returns>The child in the <see cref="T:System.Windows.Media.VisualCollection" /> at the specified index value.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and 
            determines a size for the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. 
            Infinity can be specified as a value to indicate that the element will size to whatever content is available.
            </param><returns>The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.OnTransitionCompleted(System.Object,System.Object)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionCompleted" /> event.
            </summary><param name="fromContent">The element from which a transition occurred.</param><param name="toContent">The element to which a transition is occurred.</param></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.#ctor"><summary>
            Initializes an instance of the <c>TransitionPresenter</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDirection"><summary>
            Gets or sets the default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> to use for transitions that use a direction.
            </summary><value>
            The default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionDirection" /> to use for transitions that use a direction.
            The default value is <c>Forward</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDuration"><summary>
            Gets or sets the default length of time for which a transition plays, not counting repetitions.
            </summary><value>
            The presenter's default simple duration for transitions: the amount of time a transition takes to complete a single forward iteration. 
            The default value is <c>0.5</c> seconds.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultMode"><summary>
            Gets or sets the default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> to use for transitions that use a mode.
            </summary><value>
            The default <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionMode" /> to use for transitions that use a mode.
            The default value is <c>In</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsFirstContentTransitionEnabled"><summary>
            Gets or sets whether a transition should occur when the first <see cref="P:System.Windows.Controls.ContentPresenter.Content" /> is set.
            </summary><value><c>true</c> if a transition should occur when the first <see cref="P:System.Windows.Controls.ContentPresenter.Content" /> is set; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsPostTransitionFocusEnabled"><summary>
            Gets or sets whether focus is set to the content following the completion of a transition.
            </summary><value><c>true</c> if focus is set to the content following the completion of a transition; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioning"><summary>
            Gets whether a transition is currently in progress.
            </summary><value><c>true</c> if a transition is currently in progress; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningEnabled"><summary>
            Gets or sets whether animated transitioning is enabled.
            </summary><value><c>true</c> if animated transitioning is enabled; otherwise, <c>false</c>.  The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningSuspended"><summary>
            Gets or sets whether animated transitioning is suspended.
            </summary><value><c>true</c> if animated transitioning is suspended; otherwise, <c>false</c>.  The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> to use for transitioning between two elements.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> to use for transitioning between two elements.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelector"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelector" /> to use for programmatically selecting a <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> between two elements.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelector" /> to use for programmatically selecting a <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> between two elements.</value></member><member name="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.VisualChildrenCount"><summary>
            Gets the number of child elements for the <see cref="T:System.Windows.Media.Visual" />.
            </summary><value>The number of child elements.</value></member><member name="E:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionCompleted"><summary>
            Occurs after a transition has completed.
            </summary></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionCompletedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionCompleted" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionCompleted" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDirection" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDirection" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.DefaultMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsFirstContentTransitionEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsFirstContentTransitionEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsFirstContentTransitionEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsPostTransitionFocusEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsPostTransitionFocusEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsPostTransitionFocusEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioning" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioning" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningSuspendedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningSuspended" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.IsTransitioningSuspended" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.Transition" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Media.Animation.TransitionPresenter.TransitionSelector" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Media.Animation.TransitionSelector"><summary>
            Selects a transition for use with a <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Media.Animation.TransitionSelector.SelectTransition(ActiproSoftware.Windows.Media.Animation.TransitionPresenter,System.Object,System.Object)"><summary>
            When overridden in a derived class, returns a <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> based on custom logic.
            </summary><param name="presenter">The <see cref="T:ActiproSoftware.Windows.Media.Animation.TransitionPresenter" /> that is managing the transition.</param><param name="fromContent">The element from which a transition is occurring.</param><param name="toContent">The element to which a transition is occurring.</param><returns>Returns an application-specific <see cref="T:ActiproSoftware.Windows.Media.Animation.Transition" /> to apply; otherwise, null.</returns></member><member name="T:ActiproSoftware.Windows.Data.DateTimeFormatPatternConverter"><summary>
            Represents a value converter that converts between a <see cref="T:System.DateTime" /> and a string, based on the current culture.
            </summary><remarks>
            Use a converter parameter of type <see cref="T:ActiproSoftware.Windows.DateTimeFormatPattern" /> to use one of many system-defined patterns.
            Alternatively, specify a string parameter to use a custom pattern for formatting the text.
            The custom pattern should use standard date/time formatting syntax.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.DateTimeFormatPatternConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.DateTimeFormatPatternConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.ZoomLevelToTextFormattingModeConverter"><summary>
            Represents a value converter that alters the <see cref="T:System.Windows.Media.TextFormattingMode" /> based on the specified zoom level.
            </summary><remarks><c>Display</c> mode is used when the zoom level is <c>1.0</c>.
            <c>Ideal</c> mode is used when the zoom level is increased.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.ZoomLevelToTextFormattingModeConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Modifies the source data before passing it to the target for display in the UI.
            </summary><param name="value">The source data being passed to the target.</param><param name="targetType">The <see cref="T:System.Type" /> of data expected by the target dependency property.</param><param name="parameter">An optional parameter to be used in the converter logic.</param><param name="culture">The culture of the conversion.</param><returns>The value to be passed to the target dependency property.</returns></member><member name="M:ActiproSoftware.Windows.Data.ZoomLevelToTextFormattingModeConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Modifies the target data before passing it to the source object.  This method is called only in <see cref="F:System.Windows.Data.BindingMode.TwoWay" /> bindings.
            </summary><param name="value">The target data being passed to the source.</param><param name="targetType">The <see cref="T:System.Type" /> of data expected by the source object.</param><param name="parameter">An optional parameter to be used in the converter logic.</param><param name="culture">The culture of the conversion.</param><returns>The value to be passed to the source object.</returns></member><member name="T:ActiproSoftware.Windows.Data.ParallaxConverter"><summary>
            Represents a value converter that can be used to create a parallax background scrolling effect.
            </summary><remarks>
            Use the converter in a binding on a background element's <c>RenderTransform</c>'s <c>TranslateTransform.X</c> or <c>Y</c> property,
            and bind to a related <c>ScrollViewer.HorizontalOffset</c> or <c>VerticalOffset</c> property.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.ParallaxConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.ParallaxConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.ParallaxConverter.#ctor"><summary>
            Initializes an instance of the <c>ParallaxConverter</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Data.ParallaxConverter.Factor"><summary>
            Gets or sets the factor by which to multiple the value.
            </summary><value>
            The factor by which to multiple the value.
            The default value is <c>-0.1</c>.
            </value><remarks>
            This value should be a small negative number.
            </remarks></member><member name="T:ActiproSoftware.Windows.Data.TypeNameConverter"><summary>
            Takes a value and converts it into a string of the type name.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.TypeNameConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Modifies the source data before passing it to the target for display in the UI.
            </summary><param name="value">The source data being passed to the target.</param><param name="targetType">The <see cref="T:System.Type" /> of data expected by the target dependency property.</param><param name="parameter">An optional parameter to be used in the converter logic.</param><param name="culture">The culture of the conversion.</param><returns>The value to be passed to the target dependency property.</returns></member><member name="M:ActiproSoftware.Windows.Data.TypeNameConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Modifies the target data before passing it to the source object.  This method is called only in <see cref="F:System.Windows.Data.BindingMode.TwoWay" /> bindings.
            </summary><param name="value">The target data being passed to the source.</param><param name="targetType">The <see cref="T:System.Type" /> of data expected by the source object.</param><param name="parameter">An optional parameter to be used in the converter logic.</param><param name="culture">The culture of the conversion.</param><returns>The value to be passed to the source object.</returns></member><member name="T:ActiproSoftware.Windows.Data.DayOfWeekFormatPatternConverter"><summary>
            Represents a value converter that converts between a <see cref="T:System.DayOfWeek" /> and a string, based on the current culture.
            </summary><remarks>
            Use a converter parameter of type <see cref="T:ActiproSoftware.Windows.DayOfWeekFormatPattern" /> to use one of several pre-defined patterns.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.DayOfWeekFormatPatternConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.DayOfWeekFormatPatternConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.DelegateConverter"><summary>
            Represents a value converter that uses delegates to perform the underlying conversion to/from the source.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.DelegateConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.DelegateConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="P:ActiproSoftware.Windows.Data.DelegateConverter.ConvertCallback"><summary>
            Gets or sets the delegate invoked when <see cref="M:ActiproSoftware.Windows.Data.DelegateConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)" /> is called.
            </summary><value>The delegate invoked when <see cref="M:ActiproSoftware.Windows.Data.DelegateConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)" /> is called.</value></member><member name="P:ActiproSoftware.Windows.Data.DelegateConverter.ConvertBackCallback"><summary>
            Gets or sets the delegate invoked when <see cref="M:ActiproSoftware.Windows.Data.DelegateConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)" /> is called.
            </summary><value>The delegate invoked when <see cref="M:ActiproSoftware.Windows.Data.DelegateConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)" /> is called.</value></member><member name="T:ActiproSoftware.Windows.Data.InverseConverter"><summary>
            Represents a value converter that inverts another value converter.
            </summary><remarks>
            This converter allows the logic of existing value converters to be reused in bindings that require the data conversion
            to be reversed. For example, if <c>AToBConverter</c> converts type A to type B, then wrapping it with an instance of 
            <c>InverseConverter</c> it will convert from type B to type A. This allows <c>AToBConverter</c> to be used in a binding
            for properties of type A.
            </remarks><example><code>
            &lt;shared:InverseConverter x:Key="InverseConverter"&gt;
                &lt;shared:InverseConverter.Converter&gt;
                    &lt;shared:ThicknessConverter /&gt;
                &lt;/shared:InverseConverter.Converter&gt;
            &lt;/shared:InverseConverter&gt;
            ...
            ... Number="{Binding Path=BorderThickness, Converter={StaticResource InverseConverter}}" ...
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.InverseConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.InverseConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.InverseConverter.Converter"><summary>
            Gets or sets the <see cref="T:System.Windows.Data.IValueConverter" /> that is inverted by this converter.
            </summary><value>The <see cref="T:System.Windows.Data.IValueConverter" /> that is inverted by this converter.</value></member><member name="T:ActiproSoftware.Windows.Data.BooleanAndConverter"><summary>
            Represents a multi-value converter that performs a logical AND (&amp;&amp;) operation on one or more <see cref="T:System.Boolean" /> values
            passed to the associated <c>MultiBinding</c> object.
            </summary><remarks>
            This converter expects all the source values to be of type <see cref="T:System.Boolean" />.
            </remarks><example><code>
            &lt;MultiBinding Converter="{StaticResource BooleanAndConverter}"&gt;
                &lt;Binding Path="BooleanValue1" /&gt;
                &lt;Binding Path="BooleanValue2" /&gt;
                &lt;Binding Path="BooleanValue3" /&gt;
            &lt;/MultiBinding&gt;
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.BooleanAndConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source <see cref="T:System.Boolean" /> values to a a single <see cref="T:System.Boolean" /> value by AND-ing the values together.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces. The value
            <see cref="F:System.Windows.DependencyProperty.UnsetValue" /> indicates that the source binding has no value to provide for conversion.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            The result of AND-ing all the source <see cref="T:System.Boolean" /> values.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.BooleanAndConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values.
            </summary><param name="value">The value that the binding target produces.</param><param name="targetTypes">The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            An array of values that have been converted from the target value back to the source values.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.BooleanNotConverter"><summary>
            Represents a value converter that performs a NOT(!) operation on a specified <see cref="T:System.Boolean" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.BooleanNotConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a <see cref="T:System.Boolean" /> value by performing a NOT(!) operation.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.BooleanNotConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a <see cref="T:System.Boolean" /> value by performing a NOT(!) operation.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.BooleanOrConverter"><summary>
            Represents a multi-value converter that performs a logical OR (||) operation on one or more <see cref="T:System.Boolean" /> values
            passed to the associated <c>MultiBinding</c> object.
            </summary><remarks>
            This converter expects all the source values to be of type <see cref="T:System.Boolean" />.
            </remarks><example><code>
            &lt;MultiBinding Converter="{StaticResource BooleanOrConverter}"&gt;
                &lt;Binding Path="BooleanValue1" /&gt;
                &lt;Binding Path="BooleanValue2" /&gt;
                &lt;Binding Path="BooleanValue3" /&gt;
            &lt;/MultiBinding&gt;
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.BooleanOrConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source <see cref="T:System.Boolean" /> values to a a single <see cref="T:System.Boolean" /> value by OR-ing the values together.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces. The value
            <see cref="F:System.Windows.DependencyProperty.UnsetValue" /> indicates that the source binding has no value to provide for conversion.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            The result of OR-ing all the source <see cref="T:System.Boolean" /> values.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.BooleanOrConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values.
            </summary><param name="value">The value that the binding target produces.</param><param name="targetTypes">The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            An array of values that have been converted from the target value back to the source values.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.CornerRadiusConverter"><summary>
            Represents a value converter that converts between a number and a <see cref="T:System.Windows.CornerRadius" />.
            </summary><remarks>
            By default, the <see cref="T:System.Windows.CornerRadius" /> returned will have all four corners (<see cref="P:System.Windows.CornerRadius.BottomLeft" />,
            <see cref="P:System.Windows.CornerRadius.BottomRight" />, <see cref="P:System.Windows.CornerRadius.TopLeft" />, and <see cref="P:System.Windows.CornerRadius.TopRight" />) set to the specified
            number. An optional parameter of type <see cref="T:ActiproSoftware.Windows.Controls.Corners" /> can be specified, which can be used to customize the corners
            that are set.
            </remarks><example><code>
            &lt;shared:CornerRadiusConverter x:Key="CornerRadiusConverter" /&gt;
            ...
            &lt;!-- Set all four corners --&gt;
            ... Value="{Binding Path=Number, Converter={StaticResource CornerRadiusConverter}}" ...
            
            &lt;!-- Only set the BottomLeft and BottomRight cornerss --&gt;
            ... Value="{Binding Path=Number, Converter={StaticResource CornerRadiusConverter}, ConverterParameter='Bottom'}" ...
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.CornerRadiusConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.CornerRadiusConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.CornerRadiusConverter.InversionOrientation"><summary>
            Gets or sets an optional orientation by which to invert values.
            </summary><value>
            An optional orientation by which to invert values.
            </value></member><member name="T:ActiproSoftware.Windows.Data.EnumDescriptionConverter"><summary>
            Represents a value converter that uses the <see cref="T:System.ComponentModel.DescriptionAttribute" /> for the
            string representation of the enumeration values, when available.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.EnumDescriptionConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts the specified URI, in the form of a <see cref="T:System.String" /> to a <see cref="T:System.Uri" />.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A <see cref="T:System.Uri" /> associated with the specified URI string.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Data.UriConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.EnumDescriptionConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetType">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="T:ActiproSoftware.Windows.Data.IsEnumFlagSetConverter"><summary>
            Represents a value converter that returns whether the specified enumeration value has the flag, specified by
            the converter's parameter, set.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.IsEnumFlagSetConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.IsEnumFlagSetConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.IsEnumFlagSetConverter.Instance"><summary>
            Gets a global instance of this converter.
            </summary><value>A global instance of this converter.</value></member><member name="T:ActiproSoftware.Windows.Data.MathHelper"><summary>
            Provides math routines not found in <c>Math</c> class as well as additional helper methods.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Max(System.Double[])"><summary>
            Returns the largest value from the specified numbers.
            </summary><param name="values">The values to compare.</param><returns>The largest value from the specified numbers.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Max(System.Int32[])"><summary>
            Returns the largest value from the specified numbers.
            </summary><param name="values">The values to compare.</param><returns>The largest value from the specified numbers.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Min(System.Double[])"><summary>
            Returns the smallest value from the specified numbers.
            </summary><param name="values">The values to compare.</param><returns>The smallest value from the specified numbers.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Min(System.Int32[])"><summary>
            Returns the smallest value from the specified numbers.
            </summary><param name="values">The values to compare.</param><returns>The smallest value from the specified numbers.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Range(System.Decimal,System.Decimal,System.Decimal)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Range(System.Double,System.Double,System.Double)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Range(System.Int32,System.Int32,System.Int32)"><summary>
            Returns the specified value constrained to the specified minimum and maximum values.
            </summary><param name="value">The value.</param><param name="minValue">The minimum value.</param><param name="maxValue">The maximum value.</param><returns>The specified value constrained to the specified minimum and maximum values.</returns></member><member name="M:ActiproSoftware.Windows.Data.MathHelper.Round(ActiproSoftware.Windows.Controls.RoundMode,System.Double)"><summary>
            Returns a rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.
            </summary><param name="mode">The <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> to use.</param><param name="value">The value to round.</param><returns>A rounded number using the specified <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" />.</returns></member><member name="T:ActiproSoftware.Windows.Data.MultiplicationConverter"><summary>
            Represents a single and multi-value converter that multiplies all the source values provided, and optionally the converter's parameter.
            </summary><remarks>
            This converter expects the following source values to be either a <see cref="T:System.Double" /> or an <see cref="T:System.Int32" />.
            </remarks><example><code>
            &lt;MultiBinding Converter="{StaticResource MultiplicationConverter}"&gt;
                &lt;Binding Path="Value1" /&gt;
                &lt;Binding Path="Value2" /&gt;
            &lt;/MultiBinding&gt;
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.MultiplicationConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Returns the product of all the source values.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            The product of all the source values.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.MultiplicationConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values.
            </summary><param name="value">The value that the binding target produces.</param><param name="targetTypes">
            The array of types to convert to. The array length indicates the number and types of values that are suggested for the
            method to return.
            </param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            An array of values that have been converted from the target value back to the source values.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.MultiplicationConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.MultiplicationConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.NoOpConverter"><summary>
            Represents a value converter that does not alter the value in any way.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.NoOpConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.NoOpConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="P:ActiproSoftware.Windows.Data.NoOpConverter.Instance"><summary>
            Gets a global instance of this converter.
            </summary><value>A global instance of this converter.</value></member><member name="T:ActiproSoftware.Windows.Data.NullableExtension"><summary>
            Implements a markup extension that returns an instance of <see cref="T:System.Nullable`1" /> using the specified <see cref="T:System.Type" />.
            </summary><remarks>
            This class is a markup extension implementation. Markup extension classes exist mainly to provide infrastructure support
            for some aspect of the WPF XAML processor implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.NullableExtension.ProvideValue(System.IServiceProvider)"><summary>
            Creates and returns a nullable <see cref="T:System.Type" /> based on the current state of this object.
            extension.
            </summary><param name="serviceProvider">Object that can provide services for the markup extension.</param><returns>
            A new nullable <see cref="T:System.Type" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.NullableExtension.#ctor(System.Type)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Data.NullableExtension" /> class using the specified <see cref="T:System.Type" />.
            </summary><param name="typeArgument">The <see cref="T:System.Type" /> used as a parameter to create an instance of <see cref="T:System.Nullable`1" />.</param></member><member name="P:ActiproSoftware.Windows.Data.NullableExtension.TypeArgument"><summary>
            Gets the <see cref="T:System.Type" /> used as a parameter to create an instance of <see cref="T:System.Nullable`1" />.
            </summary><value>The <see cref="T:System.Type" /> used as a parameter to create an instance of <see cref="T:System.Nullable`1" />.</value></member><member name="T:ActiproSoftware.Windows.Data.CoalesceConverter"><summary>
            Represents a value converter that returns the value if it is non-null; otherwise, the value of the converter's parameter.
            </summary><remarks>
            This converter can also be used with <see cref="T:System.Windows.Data.MultiBinding" /> objects. In which case, the first non-null value from
            the list of specified values is returned. If all the values are null, then the parameter is returned.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.CoalesceConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source values to a value for the binding target. The data binding engine calls this method when it propagates
            the values from source bindings to the binding target.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces. The value
            <c>DependencyProperty.UnsetValue</c> indicates that the source binding has no value to provide for conversion.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            The first non-null value from <paramref name="values" />, otherwise <paramref name="parameter" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.CoalesceConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values.
            </summary><param name="value">The value that the binding target produces.</param><param name="targetTypes">
            The array of types to convert to. The array length indicates the number and types of values that are suggested for the
            method to return.
            </param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            An array of values that have been converted from the target value back to the source values.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.CoalesceConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.CoalesceConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.ConditionalConverter"><summary>
            Represents a value and multi-value converter that provides if-else functionality for <c>Binding</c> and <c>MultiBinding</c> objects.
            </summary><remarks>
            This converter expects the following source values to be specified:
            <list type="number"><item><term>
            Condition - A <see cref="T:System.Boolean" /> value indicating whether the true or false value should be returned.
            </term></item><item><term>
            TrueValue - An <see cref="T:System.Object" /> that is returned when the Condition is <c>true</c>. This can be omitted if the FalseValue parameter is also omitted, in which case the value of the <c>TrueValue</c> property will be used.
            </term></item><item><term>
            FalseValue - An <see cref="T:System.Object" /> that is returned when the Condition is <c>false</c>. This can be omitted, in which case the value of the <c>FalseValue</c> property will be used.
            </term></item></list></remarks><example><code>
            &lt;MultiBinding Converter="{StaticResource ConditionalConverter}"&gt;
                &lt;Binding Path="IfConditionValue" /&gt;
                &lt;Binding Path="TrueValue" /&gt;
                &lt;Binding Path="FalseValue" /&gt;
            &lt;/MultiBinding&gt;
            </code><code>
            &lt;shared:ConditionalConverter x:Key="ConditionalConverter" TrueValue="The Value is true" FalseValue="The Value is false" /&gt;
            ...
            &lt;TextBlock Text="{Binding Path=BooleanProperty, Converter={StaticResource ConditionalConverter}}" /&gt;
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.ConditionalConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Returns either the second or third source value, based on the first source value.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            The second source value, if the first source value equals <c>true</c>; otherwise the third source value.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Data.ConditionalConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.ConditionalConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetTypes">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="M:ActiproSoftware.Windows.Data.ConditionalConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ConditionalConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="P:ActiproSoftware.Windows.Data.ConditionalConverter.ConditionValue"><summary>
            Gets or sets the optional value to use for the conditional test.
            </summary><value>The optional value to use for the conditional test.</value></member><member name="P:ActiproSoftware.Windows.Data.ConditionalConverter.FalseValue"><summary>
            Gets or sets the value returned when the conditional test is <c>false</c>.
            </summary><value>The value returned when the conditional test is <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Data.ConditionalConverter.TrueValue"><summary>
            Gets or sets the value returned when the conditional test is <c>true</c>.
            </summary><value>The value returned when the conditional test is <c>true</c>.</value></member><member name="T:ActiproSoftware.Windows.Data.ThicknessConverter"><summary>
            Represents a value converter that converts between a number and a <see cref="T:System.Windows.Thickness" />.
            </summary><remarks>
            By default, the <see cref="T:System.Windows.Thickness" /> returned will have all four sides (<see cref="P:System.Windows.Thickness.Left" />,
            <see cref="P:System.Windows.Thickness.Top" />, <see cref="P:System.Windows.Thickness.Right" />, and <see cref="P:System.Windows.Thickness.Bottom" />) set to the specified
            number. An optional parameter of type <see cref="T:ActiproSoftware.Windows.Controls.Sides" /> can be specified, which can be used to customize the sides
            that are set.
            </remarks><example><code>
            &lt;shared:ThicknessConverter x:Key="ThicknessConverter" /&gt;
            ...
            &lt;!-- Set all four sides --&gt;
            ... Value="{Binding Path=Number, Converter={StaticResource ThicknessConverter}}" ...
            
            &lt;!-- Only set the Left and Right sides --&gt;
            ... Value="{Binding Path=Number, Converter={StaticResource ThicknessConverter}, ConverterParameter='Left,Right'}" ...
            </code></example></member><member name="M:ActiproSoftware.Windows.Data.ThicknessConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.ThicknessConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.ThicknessConverter.AllowNegative"><summary>
            Gets or sets whether to allow negative numbers.
            </summary><value><c>true</c> if negative numbers are allowed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Data.ThicknessConverter.Multiplier"><summary>
            Gets or sets the multiplier to apply.
            </summary><value>
            The multiplier to apply.
            The default value is <c>1.0</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Data.DurationToMillisecondConverter"><summary>
            Represents a value converter that converts between a <see cref="T:System.Windows.Duration" /> and a number of milliseconds.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.DurationToMillisecondConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.DurationToMillisecondConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.IsNullOrEmptyConverter"><summary>
            Represents a value converter that returns whether the specified value is null, and if it is a string, also if it is null or empty.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.IsNullOrEmptyConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.IsNullOrEmptyConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.IsTypeConverter"><summary>
            Represents a value converter that returns whether the specified object is the <see cref="T:System.Type" /> indicated in the converter's parameter.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.IsTypeConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.IsTypeConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.IsTypeConverter.Instance"><summary>
            Gets a global instance of this converter.
            </summary><value>A global instance of this converter.</value></member><member name="T:ActiproSoftware.Windows.Data.StringFormatConverter"><summary>
            Represents a multi-value converter that provides <c>String.Format</c> functionality for both 
            simple <c>Binding</c> and <c>MultiBinding</c> objects.
            </summary><remarks>
            Pass the format string in the converter's parameter.
            Since <c>{</c> characters are normally interpreted as markup extension starts, you can escape them by placing <c>{}</c> before the format string like this:
            <code>&lt;MultiBinding Converter="{StaticResource StringFormatConverter}" ConverterParameter="{}{0} of {1}"&gt;...</code></remarks></member><member name="M:ActiproSoftware.Windows.Data.StringFormatConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source values to a value for the binding target. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="values">The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces. The value UnsetValue indicates that the source binding has no value to provide for conversion.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.StringFormatConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a binding target value to the source binding values. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetTypes">The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>An array of values that have been converted from the target value back to the source values.</returns></member><member name="M:ActiproSoftware.Windows.Data.StringFormatConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.StringFormatConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Data.StringFormatConverter.IsNullAllowed"><summary>
            Gets or sets a value indicating whether this instance will return <see langword="null" /> if the value(s) passed is <see langword="null" />.
            </summary><value><c>true</c> if this instance will return <see langword="null" /> if the value(s) passed is <see langword="null" />; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Data.UnitToDoubleConverter"><summary>
            Represents a value converter that converts between a <see cref="T:ActiproSoftware.Windows.Unit" /> and a <see cref="T:System.Double" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.UnitToDoubleConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.UnitToDoubleConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value.
            </summary><param name="value">The value that is produced by the binding target.</param><param name="targetType">The type to convert to.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member><member name="P:ActiproSoftware.Windows.Data.UnitToDoubleConverter.Type"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.UnitType" /> used when converting <see cref="T:System.Double" /> values to <see cref="T:ActiproSoftware.Windows.Unit" />.
            </summary><value>The  <see cref="T:ActiproSoftware.Windows.UnitType" />.</value></member><member name="T:ActiproSoftware.Windows.Data.UriConverter"><summary>
            Represents a value converter that returns a new <see cref="T:System.Uri" /> instance created using the specified URI string
            combined with an optional URI prefix.
            </summary><remarks>
            This converter expects the source value to be a <see cref="T:System.String" /> which, when combined with the
            <see cref="P:ActiproSoftware.Windows.Data.UriConverter.UriPrefix" />, can be used to create a new <see cref="T:System.Uri" /> instance.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.UriConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts the specified URI, in the form of a <see cref="T:System.String" /> to a <see cref="T:System.Uri" />.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A <see cref="T:System.Uri" /> associated with the specified URI string.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Data.UriConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.UriConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetType">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="P:ActiproSoftware.Windows.Data.UriConverter.UriPrefix"><summary>
            Gets or sets the URI prefix that should be prepended to all values converted by this object. This is a dependency
            property.
            </summary><value>The URI prefix.</value></member><member name="F:ActiproSoftware.Windows.Data.UriConverter.UriPrefixProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.UriConverter.UriPrefix" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.UriConverter.UriPrefix" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.ValidationHelper"><summary>
            Provides helpful methods for validating data.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsBetweenInclusive(System.Object,System.Double,System.Double)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> whose value is inclusively between two numbers.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><param name="max">The number that the value must be less than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsGreaterThan(System.Object,System.Double)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> greater than the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsGreaterThanOrEqual(System.Object,System.Double)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> greater than or equal to the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsNumber(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> is not <c>NaN</c> or infinity.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsNumberOrNaN(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> is not infinity.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsPercentage(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> between <c>0</c> and <c>1</c> inclusive.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsPositive(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> greater than or equal to <c>0</c>.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDoubleIsPositiveOrNaN(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Double" /> greater than or equal to <c>0</c> or <c>NaN</c>.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateDurationIsPositiveTimeSpan(System.Object)"><summary>
            Validates that the object is a <see cref="T:System.Windows.Duration" /> is a positive <see cref="T:System.TimeSpan" />.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt32IsBetweenInclusive(System.Object,System.Int32,System.Int32)"><summary>
            Validates that the object is an <see cref="T:System.Int32" /> whose value is inclusively between two numbers.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><param name="max">The number that the value must be less than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt32IsGreaterThanOrEqual(System.Object,System.Int32)"><summary>
            Validates that the object is an <see cref="T:System.Int32" /> greater than or equal to the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt32IsPositive(System.Object)"><summary>
            Validates that the object is an <see cref="T:System.Int32" /> greater than or equal to <c>0</c>.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt64IsBetweenInclusive(System.Object,System.Int64,System.Int64)"><summary>
            Validates that the object is an <see cref="T:System.Int64" /> whose value is inclusively between two numbers.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><param name="max">The number that the value must be less than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt64IsGreaterThanOrEqual(System.Object,System.Int64)"><summary>
            Validates that the object is an <see cref="T:System.Int64" /> greater than or equal to the specified number.
            </summary><param name="value">The object to validate.</param><param name="min">The number that the value must be greater than or equal to.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.ValidationHelper.ValidateInt64IsPositive(System.Object)"><summary>
            Validates that the object is an <see cref="T:System.Int64" /> greater than or equal to <c>0</c>.
            </summary><param name="value">The object to validate.</param><returns><c>true</c> if the validation is successful; otherwise, <c>false</c>.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.PercentageConverter"><summary>
            Represents a value converter that converts between a number and a percentage.
            </summary><remarks>
            The percentage is simply the number multiplied by <c>100</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Data.PercentageConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Data.PercentageConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase"><summary>
            Provides an abstract base class for a boolean <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.FilterByBoolean(System.Boolean)"><summary>
            Examines the specified boolean to see if meets filter conditions.
            </summary><param name="source">The boolean to examine.</param><returns><c>true</c> if the conditions for the filter are met by the boolean; otherwise, <c>false</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Operation"><summary>
            Gets or sets the boolean operation performed by this filter.
            </summary><value>
            The boolean operation performed by this filter.
            The default value is <c>BooleanFilterOperation.Equals</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Value"><summary>
            Gets or sets the operand value used by this filter.
            </summary><value>
            The operand value used by this filter.
            The default value is <c>true</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.OperationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Operation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Operation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation"><summary>
            Specifies the operations supported by <see cref="T:ActiproSoftware.Windows.Data.Filtering.BooleanFilterBase" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation.Equals"><summary>
            The filter includes an item if a source boolean equals a specified boolean.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation.NotEquals"><summary>
            The filter includes an item if a source boolean does not equal a specified boolean.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation.And"><summary>
            The filter includes an item if a source boolean and a specified boolean are both <c>true</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation.Or"><summary>
            The filter includes an item if either a source boolean or a specified boolean are <c>true</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.BooleanFilterOperation.Xor"><summary>
            The filter includes an item if either a source boolean or a specified boolean are <c>true</c>, but not both.
            </summary></member><member name="T:ActiproSoftware.Windows.Data.Filtering.DataFilterBase"><summary>
            Provides an abstract base class for an <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.RaiseFilterChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.FilterChanged" /> event if the filter is enabled.
            </summary></member><member name="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.FallbackFilterResult"><summary>
            Gets the fallback filter result for scenarios where the filter is not applied.
            </summary><value>The fallback filter result for scenarios where the filter is not applied.</value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IncludedFilterResult"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> to return when an item meets filter conditions.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> to return when an item meets filter conditions.
            The default value is <c>Included</c>.
            </value><remarks>
            This property should only be set to either <c>Included</c> (the default), or alternatively <c>IncludedWithDescendants</c>
            if all descendants of a filter match should always be included as well.
            </remarks></member><member name="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IsEnabled"><summary>
            Gets or sets whether the filter is enabled.
            </summary><value><c>true</c> if the filter is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.FilterChanged"><summary>
            Occurs when the filter has changed and should be reapplied.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IncludedFilterResultProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IncludedFilterResult" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IncludedFilterResult" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IsEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IsEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterBase.IsEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.DataFilterCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.DataFilterCollection.ClearItems"><summary>
            Removes all items from the collection.
            </summary><remarks>
            This method is reimplemented so that collection change notifications include the old items.
            </remarks></member><member name="T:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup"><summary>
            Represents a group of data filters that can be AND-ed or OR-ed together.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.Children"><summary>
            Gets the collection of child data filters.
            </summary><value>The collection of child data filters.</value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.Operation"><summary>
            Gets or sets the operation used to evaluate results from the child filters.
            </summary><value>
            The operation used to evaluate results from the child filters.
            The default value is <c>DataFilterGroupOperation.And</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.OperationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.Operation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup.Operation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.DataFilterGroupOperation"><summary>
            Specifies the operations supported by <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterGroup" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterGroupOperation.And"><summary>
            The group will perform a boolean AND on the child filter results.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterGroupOperation.Or"><summary>
            The group will perform a boolean OR on the child filter results.
            </summary></member><member name="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult"><summary>
            Specifies the result of a filter operation by an <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterResult.Included"><summary>
            The item passed all filter conditions and is included in the filter.
            Tree descendants will also be examined by the filter.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterResult.IncludedWithDescendants"><summary>
            The item passed all filter conditions and is included in the filter.
            Tree descendants will not be examined by the filter, but will all be included as well.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterResult.IncludedByDescendants"><summary>
            The item did not pass all filter conditions and will only be included in the filter if one or more of its tree descendants are included.
            Tree descendants will also be examined by the filter.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.DataFilterResult.Excluded"><summary>
            The item did not pass all filter conditions and will not be included in the filter.
            None of its tree descendants will be examined by the filter.
            </summary></member><member name="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter"><summary>
            Provides the base requirements for an object that can filter data.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.IDataFilter.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="P:ActiproSoftware.Windows.Data.Filtering.IDataFilter.IsEnabled"><summary>
            Gets or sets whether the filter is enabled.
            </summary><value><c>true</c> if the filter is enabled; otherwise, <c>false</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Data.Filtering.IDataFilter.FilterChanged"><summary>
            Occurs when the filter has changed and should be reapplied.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="T:ActiproSoftware.Windows.Data.Filtering.PredicateFilter"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation that uses a predicate to execute custom filter logic.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Data.Filtering.PredicateFilter" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.#ctor(System.Predicate{System.Object})"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Data.Filtering.PredicateFilter" /> class.
            </summary><param name="predicate">The predicate to use for this filter.</param></member><member name="P:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.Predicate"><summary>
            Gets or sets the predicate to use for this filter.
            </summary><value>
            The predicate to use for this filter.
            The default value is <see langword="null" />.
            </value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.PredicateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.Predicate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.PredicateFilter.Predicate" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.StringFilterBase"><summary>
            Provides an abstract base class for a string <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.FilterByString(System.String,System.String)"><summary>
            Examines the specified source string to see if it meets filter conditions.
            </summary><param name="source">The source string to examine.</param><param name="test">The test string.</param><returns><c>true</c> if the conditions for the filter are met by the source string; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.GetCaptures(System.String,System.String)"><summary>
            Returns the collection of filter match captures.
            </summary><returns>The collection of filter match captures.</returns><remarks>
            This feature only returns results for positive match operations (i.e. Contains) and not negative match operations (i.e. NotContains).
            </remarks></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Operation"><summary>
            Gets or sets the string operation performed by this filter.
            </summary><value>
            The string operation performed by this filter.
            The default value is <c>StringFilterOperation.Contains</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.RegexOptions"><summary>
            Gets or sets the options used for regex matches performed by this filter.
            </summary><value>
            The options used for regex matches performed by this filter.
            The default value is <c>RegexOptions.None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.StringComparison"><summary>
            Gets or sets the string comparison performed by this filter.
            </summary><value>
            The string comparison performed by this filter.
            The default value is <c>StringComparison.CurrentCultureIgnoreCase</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Value"><summary>
            Gets or sets the operand value used by this filter.
            </summary><value>
            The operand value used by this filter.
            The default value is <see langword="null" />.
            </value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.OperationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Operation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Operation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.RegexOptionsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.RegexOptions" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.RegexOptions" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.StringComparisonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.StringComparison" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.StringComparison" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Data.Filtering.StringFilterBase.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture"><summary>
            Specifies a captured zero-based text range from a string filter match.
            </summary></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.GetCaptures(System.Windows.FrameworkElement)"><summary>
            Gets the value of the <c>Captures</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.SetCaptures(System.Windows.FrameworkElement,System.Collections.Generic.IEnumerable{ActiproSoftware.Windows.Data.Filtering.StringFilterCapture})"><summary>
            Sets the value of the <c>Captures</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.Equals(System.Object)"><summary>
            Determines whether the specified <c>Object</c> is equal to the current <c>Object</c>. 
            </summary><param name="obj">The <c>Object</c> to compare to the current <c>Object</c>.</param><returns><c>true</c> if the specified <c>Object</c> is equal to the current <c>Object</c>; 
            otherwise, <c>false</c>. 
            </returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.GetHashCode"><summary>
            Returns a hash code for this object.
            </summary><returns>An integer value that specifies a hash value for this object.</returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.ToString"><summary>
            Converts the object to a <c>String</c>.
            </summary><returns>
            A string whose value represents this object.
            </returns></member><member name="M:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.#ctor(System.Int32,System.Int32)"><summary>
            Initializes a new instance of the <c>StringFilterCapture</c> class.
            </summary><param name="index">The zero-based start index.</param><param name="length">The number of captured characters.</param></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.Index"><summary>
            Gets the zero-based start index.
            </summary><value>The zero-based start index.</value></member><member name="P:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.Length"><summary>
            Gets the number of captured characters.
            </summary><value>The number of captured characters.</value></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterCapture.CapturesProperty"><summary>
            Identifies the <c>Captures</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Captures</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation"><summary>
            Specifies the operations supported by <see cref="T:ActiproSoftware.Windows.Data.Filtering.StringFilterBase" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.Contains"><summary>
            The filter includes an item if a source string contains a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.NotContains"><summary>
            The filter includes an item if a source string does not contain a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.StartsWith"><summary>
            The filter includes an item if a source string starts with a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.NotStartsWith"><summary>
            The filter includes an item if a source string does not start with a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.EndsWith"><summary>
            The filter includes an item if a source string ends with a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.NotEndsWith"><summary>
            The filter includes an item if a source string does not end with a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.Equals"><summary>
            The filter includes an item if a source string equals a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.NotEquals"><summary>
            The filter includes an item if a source string does not equal a specified string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.RegexMatch"><summary>
            The filter includes an item if a source string matches a specified pattern string.
            </summary></member><member name="F:ActiproSoftware.Windows.Data.Filtering.StringFilterOperation.NotRegexMatch"><summary>
            The filter includes an item if a source string does not match a specified pattern string.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.AdvancedTextBlock"><summary>
            Represents an advanced text block control that renders a single line of text but has additional highlighting and overflow options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.AdvancedTextBlock.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AdvancedTextBlock.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.AdvancedTextBlock.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AdvancedTextBlock.#ctor"><summary>
            Initializes an instance of the <c>AdvancedTextBlock</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Captures"><summary>
            Gets or sets the collection of text captures to highlight.
            </summary><value>The collection of text captures to highlight.</value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HasToolTipOnOverflow"><summary>
            Gets or sets whether the control's tool tip is automatically set to the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Text" /> value when overflowed.
            </summary><value><c>true</c> if the control's tool tip is automatically set to the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Text" /> value when overflowed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightBackground"><summary>
            Gets or sets the background <see cref="T:System.Windows.Media.Brush" /> to use for highlighted capture ranges.
            </summary><value>
            The background <see cref="T:System.Windows.Media.Brush" /> to use for highlighted capture ranges.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightFontWeight"><summary>
            Gets or sets the <see cref="T:System.Windows.FontWeight" /> to use for highlighted capture ranges.
            </summary><value>
            The <see cref="T:System.Windows.FontWeight" /> to use for highlighted capture ranges.
            The default value is <c>Bold</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightForeground"><summary>
            Gets or sets the foreground <see cref="T:System.Windows.Media.Brush" /> to use for highlighted capture ranges.
            </summary><value>
            The foreground <see cref="T:System.Windows.Media.Brush" /> to use for highlighted capture ranges.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.IsOverflowed"><summary>
            Gets whether the text is overflowed.
            </summary><value><c>true</c> if the text is overflowed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Text"><summary>
            Gets or sets the text string to render.
            </summary><value>
            The text string to render.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimming"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimming" /> mode to use.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimming" /> mode to use.
            The default value is <c>CharacterEllipsis</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.CapturesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Captures" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Captures" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HasToolTipOnOverflowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HasToolTipOnOverflow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HasToolTipOnOverflow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightFontWeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightFontWeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightFontWeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightForegroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightForeground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.HighlightForeground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.IsOverflowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.IsOverflowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.IsOverflowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Text" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.Text" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimmingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimming" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AdvancedTextBlock.TextTrimming" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.DynamicImage"><summary>
            Represents a dynamic <see cref="T:System.Windows.Controls.Image" /> control implementation that supports auto-grayscaling the image when the control is disabled.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.EditableContentControl"><summary>
            Represents a control that displays content by default but can toggle to an editable mode for editing the content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.EditableContentControl.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.EditableContentControl.SelectText(System.Windows.Controls.TextBox)"><summary>
            Selects the text in the specified <see cref="T:System.Windows.Controls.TextBox" /> when editing starts.
            </summary><param name="textBox">The <see cref="T:System.Windows.Controls.TextBox" /> to update.</param><remarks>
            The default implementation of this method selects all text.
            Override it to select a range of text instead, such as a filename's actual name range before the extension.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.EditableContentControl.SetContentAfterEditing(System.Object)"><summary>
            Sets the <c>Content</c> property with the specified edited content following a committed edit.
            </summary><param name="editedContent">The <see cref="P:ActiproSoftware.Windows.Controls.EditableContentControl.EditableContent" /> value prior to editing ending.</param></member><member name="M:ActiproSoftware.Windows.Controls.EditableContentControl.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Occurs when the property value has changed.
            </summary><param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.EditableContentControl.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.EditableContentControl" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.EditableContentControl.EditableContent"><summary>
            Gets or sets the content being edited.
            </summary><value>The content being edited.</value><remarks>
            This property is for internal use only.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.EditableContentControl.IsEditing"><summary>
            Gets or sets whether the content is currently being edited.
            </summary><value><c>true</c> if the content is currently being edited; otherwise, <c>false</c>.
            </value><remarks>
            This property toggles the UI of the control between display and edit modes.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.EditableContentControl.EditableContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.EditableContentControl.EditableContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.EditableContentControl.EditableContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.EditableContentControl.IsEditingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.EditableContentControl.IsEditing" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.EditableContentControl.IsEditing" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ControlUsageContext"><summary>
            Specifies the usage context for a control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlUsageContext.Default"><summary>
            Used in normal scenarios.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlUsageContext.ToolBar"><summary>
            Used within a toolbar.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlUsageContext.Menu"><summary>
            Used within a menu.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.HorizontalListBox"><summary>
            Represents a horizontal <c>ListBox</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.HorizontalListBox.#ctor"><summary>
            Initializes an instance of the <c>HorizontalListBox</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.RadialSlider"><summary>
            Represents a radial slider.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.OnValueChanged(System.Double,System.Double)"><summary>
            Occurs when the <c>Value</c> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.SetValueCore(System.Double)"><summary>
            Sets the <c>Value</c> property and applies snapping.
            </summary><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.StartDrag(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Starts a thumb drag.
            </summary><param name="sourceEventArgs">The source <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" />, which can be used to capture the pointer.</param></member><member name="M:ActiproSoftware.Windows.Controls.RadialSlider.#ctor"><summary>
            Initializes an instance of the <c>RadialSlider</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.IntermediateValue"><summary>
            Gets or sets the value of the slider while the user is interacting with it, before the value is snapped.
            </summary><value>
            A temporary value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.Radius"><summary>
            Gets or sets the slider's radius.
            </summary><value>
            The slider's radius.
            The default value is <c>100.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbArrowAngle"><summary>
            Gets or sets the thumb's arrow angle.
            </summary><value>
            The thumb's arrow angle.
            The default value is <c>180.0</c>, meaning it will face down when up at <c>0</c> degrees in the slider.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbBackground"><summary>
            Gets or sets the background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is in a normal state.
            </summary><value>
            The background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is in a normal state.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbPressedBackground"><summary>
            Gets or sets the background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is pressed.
            </summary><value>
            The background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is pressed.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the thumb.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for the thumb.
            </value><remarks>
            Use this property if a custom thumb <see cref="T:System.Windows.Style" /> is desired.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.IntermediateValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.IntermediateValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.IntermediateValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.RadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.Radius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.Radius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.ThumbArrowAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbArrowAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbArrowAngle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.ThumbBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.ThumbPressedBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbPressedBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbPressedBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadialSlider.ThumbStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadialSlider.ThumbStyle" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.RingSlice"><summary>
            Represents a <see cref="T:System.Windows.Shapes.Path" /> that renders a ring slice.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.RingSlice.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RingSlice.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RingSlice.#ctor"><summary>
            Initializes an instance of the <c>RingSlice</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.RingSlice.DefiningGeometry"><summary>
            Gets a value that represents the <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.
            </summary><value>The <see cref="T:System.Windows.Media.Geometry" /> of the <see cref="T:System.Windows.Shapes.Shape" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.RingSlice.EndAngle"><summary>
            Gets or sets the end angle.
            </summary><value>
            The end angle.
            The default value is <c>360.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RingSlice.IsRenderedWhenFullCircle"><summary>
            Gets or sets whether the ring slice renders a full circle when the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.StartAngle" /> and <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.EndAngle" /> are different values,
            but are normalized to the same value. 
            </summary><value><c>true</c> if the ring slice renders a full circle when the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.StartAngle" /> and <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.EndAngle" /> are different values,
            but are normalized to the same value; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RingSlice.Radius"><summary>
            Gets or sets the ring's outer radius.
            </summary><value>
            The ring's outer radius.
            The default value is <c>40.0</c>.
            </value><remarks>
            This ring is rendered inward from this radius.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.RingSlice.StartAngle"><summary>
            Gets or sets the start angle.
            </summary><value>
            The start angle.
            The default value is <c>0.0</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.RingSlice.DataProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.Data" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.Data" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSlice.EndAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.EndAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.EndAngle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSlice.IsRenderedWhenFullCircleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.IsRenderedWhenFullCircle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.IsRenderedWhenFullCircle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSlice.RadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.Radius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.Radius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSlice.StartAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.StartAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSlice.StartAngle" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Corner"><summary>
            Specifies a corners of a rectangle.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corner.TopLeft"><summary>
            Indicates the top-left corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corner.TopRight"><summary>
            Indicates the top-right corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corner.BottomRight"><summary>
            Indicates the bottom-left corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corner.BottomLeft"><summary>
            Indicates the bottom-right corner.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.ResizeOperation"><summary>
            Specifies a resize operation.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.None"><summary>
            No resize operation.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.West"><summary>
            West.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.East"><summary>
            East.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.North"><summary>
            North.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.NorthWest"><summary>
            North-west.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.NorthEast"><summary>
            North-east.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.South"><summary>
            South.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.SouthWest"><summary>
            South-west.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ResizeOperation.SouthEast"><summary>
            South-east.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.OperationStatePropertyChangedRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:ActiproSoftware.Windows.Controls.OperationState" /> property change routed event, indicating the old and new values.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.OperationStatePropertyChangedRoutedEventArgs.#ctor(ActiproSoftware.Windows.Controls.OperationState,ActiproSoftware.Windows.Controls.OperationState)"><summary>
            Initializes a new instance of the <c>OperationStatePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="M:ActiproSoftware.Windows.Controls.OperationStatePropertyChangedRoutedEventArgs.#ctor(System.Windows.RoutedEvent,ActiproSoftware.Windows.Controls.OperationState,ActiproSoftware.Windows.Controls.OperationState)"><summary>
            Initializes a new instance of the <c>OperationStatePropertyChangedRoutedEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="oldValue">The previous value of the property being tracked as reported by an event.</param><param name="newValue">The new value of the property being tracked as reported by an event.</param></member><member name="T:ActiproSoftware.Windows.Controls.HintProperties"><summary>
            Provides attached properties that provide hint content for controls
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.GetHasContent(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HasContent</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.GetHasHint(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HasHint</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.GetHint(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>Hint</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.SetHint(System.Windows.DependencyObject,System.Object)"><summary>
            Sets the value of the <c>Hint</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.GetHintTemplate(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HintTemplate</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.SetHintTemplate(System.Windows.DependencyObject,System.Windows.DataTemplate)"><summary>
            Sets the value of the <c>HintTemplate</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.GetHintTemplateSelector(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>HintTemplateSelector</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.HintProperties.SetHintTemplateSelector(System.Windows.DependencyObject,System.Windows.Controls.DataTemplateSelector)"><summary>
            Sets the value of the <c>HintTemplateSelector</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Controls.HintProperties.HasContentProperty"><summary>
            Identifies the read-only <c>HasContent</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HasContent</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.HintProperties.HasHintProperty"><summary>
            Identifies the read-only <c>HasHint</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HasHint</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.HintProperties.HintProperty"><summary>
            Identifies the <c>Hint</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Hint</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.HintProperties.HintTemplateProperty"><summary>
            Identifies the <c>HintTemplate</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HintTemplate</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.HintProperties.HintTemplateSelectorProperty"><summary>
            Identifies the <c>HintTemplateSelector</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>HintTemplateSelector</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.IOrientedElement"><summary>
            Provides the base requirements for an element that has an <see cref="P:ActiproSoftware.Windows.Controls.IOrientedElement.Orientation" /> property.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.IOrientedElement.Orientation"><summary>
            Gets the orientation of the element.
            </summary><value>The orientation of the element.</value></member><member name="T:ActiproSoftware.Windows.Controls.RingSpinner"><summary>
            Provides a spinnable ring-shaped busy indicator.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.RingSpinner.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RingSpinner.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RingSpinner.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.RingSpinner.#ctor"><summary>
            Initializes an instance of the <c>RingSpinner</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.RingSpinner.IsSpinning"><summary>
            Gets or sets whether the control is spinning.
            </summary><value><c>true</c> if the control is spinning; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RingSpinner.LineCap"><summary>
            Gets or sets the ring line cap.
            </summary><value>
            The ring line cap.
            The default value is <c>Round</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RingSpinner.Radius"><summary>
            Gets the ring's outer radius.
            </summary><value>
            The ring's outer radius.
            The default value is <c>8.0</c>.
            </value><remarks>
            This ring is rendered inward from this radius.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.RingSpinner.IsSpinningProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.IsSpinning" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.IsSpinning" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSpinner.LineCapProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.LineCap" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.LineCap" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RingSpinner.RadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.Radius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RingSpinner.Radius" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Side"><summary>
            Specifies a single side of a rectangle.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Side.Left"><summary>
            Indicates the left side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Side.Top"><summary>
            Indicates the top side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Side.Right"><summary>
            Indicates the right side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Side.Bottom"><summary>
            Indicates the bottom side.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.ActiproLogo"><summary>
            Represents the Actipro company logo.
            </summary><summary>
            ActiproLogo
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ActiproLogo.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ActiproLogo.#ctor"><summary>
            Initializes a new instance of the <c>ActiproLogo</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.AnimatedExpander"><summary>
            Represents an expander with an optional animated expansion.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/AnimatedExpander.html">AnimatedExpander</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpander.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Reports that the <c>IsKeyboardFocusWithin</c> property changed. 
            </summary><param name="e">A <c>DependencyPropertyChangedEventArgs</c> that contains the event data.</param></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CanMeasureCollapsedContent"><summary>
            Gets or sets whether the expander will use the width measurement of collapsed content when calculating its own width.
            This is a dependency property.
            </summary><value><c>true</c> if the expander will use the width measurement of collapsed content when calculating its own width; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When <c>true</c>, a consistent width will be maintained when collapsed.
            When <c>false</c>, the expander will load faster (if collapsed) since less measuring is taking place.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CollapseDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the collapse animation.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Duration" /> of the collapse animation.
            The default value is <c>250</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.ExpandDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the expand animation.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Duration" /> of the expand animation.
            The default value is <c>250</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderContextMenu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> used for the header.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ContextMenu" /> used for the header.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderCornerRadius"><summary>
            Gets or sets the corner radius used by the header.
            This is a dependency property.
            </summary><value>
            The corner radius used by the header.
            The default value is <c>0,0,0,0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderPadding"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the padding around header content.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the padding around header content.
            The default value is <c>0,0,0,0</c></value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoCollapseOnBlurEnabled"><summary>
            Gets or sets whether the expander will auto-collapse when focus leaves it.
            This is a dependency property.
            </summary><value><c>true</c> if the expander will auto-collapse when focus leaves it; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoExpandOnFocusEnabled"><summary>
            Gets or sets whether the expander will auto-expand when focus enters it.
            This is a dependency property.
            </summary><value><c>true</c> if the expander will auto-expand when focus enters it; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoFocusOnExpandEnabled"><summary>
            Gets or sets whether focus will attempt to be set in the content of the expander following the completion of the expansion animation.
            This is a dependency property.
            </summary><value><c>true</c> if focus will be set; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.CanMeasureCollapsedContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CanMeasureCollapsedContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CanMeasureCollapsedContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.CollapseDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CollapseDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.CollapseDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.ExpandDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.ExpandDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.ExpandDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderContextMenuProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderContextMenu" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderContextMenu" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderCornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderCornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderCornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderPaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderPadding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.HeaderPadding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoCollapseOnBlurEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoCollapseOnBlurEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoCollapseOnBlurEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoExpandOnFocusEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoExpandOnFocusEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoExpandOnFocusEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoFocusOnExpandEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoFocusOnExpandEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpander.IsAutoFocusOnExpandEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator"><summary>
            Represents a <see cref="T:System.Windows.Controls.Decorator" /> that can be used in an <see cref="T:System.Windows.Controls.Expander" /> template to provide animated content display.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="arrangeSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.GetCollapseDuration(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>CollapseDuration</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.SetCollapseDuration(System.Windows.DependencyObject,System.Windows.Duration)"><summary>
            Sets the value of the <c>CollapseDuration</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.GetExpandDuration(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>ExpandDuration</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.SetExpandDuration(System.Windows.DependencyObject,System.Windows.Duration)"><summary>
            Sets the value of the <c>ExpandDuration</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and 
            determines a size for the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. 
            Infinity can be specified as a value to indicate that the element will size to whatever content is available.
            </param><returns>The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.OnCollapseAnimationCompleted"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseAnimationCompleted" /> event. 
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.OnExpansionAnimationCompleted"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpansionAnimationCompleted" /> event. 
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the collapse animation.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Duration" /> of the collapse animation.
            The default value is <c>250</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapsedVisibility"><summary>
            Gets or sets the <see cref="T:System.Windows.Visibility" /> of the decorator when <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpanded" /> is <c>false</c>.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Visibility" /> of the decorator when <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpanded" /> is <c>false</c>.
            The default value is <c>Hidden</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDirection"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ExpandDirection" /> of the expansion.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ExpandDirection" /> of the expansion.
            The default value is <c>ExpandDirection.Down</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the expand animation.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Duration" /> of the expand animation.
            The default value is <c>250</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpanded"><summary>
            Gets or sets whether the contents of the decorator are expanded.
            This is a dependency property.
            </summary><value><c>true</c> if the contents of the decorator are expanded; otherwise, <c>false</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseAnimationCompleted"><summary>
            Occurs when the expansion animation has completed.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpansionAnimationCompleted"><summary>
            Occurs when the expansion animation has completed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseAnimationCompletedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseAnimationCompleted" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseAnimationCompleted" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpansionAnimationCompletedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpansionAnimationCompleted" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpansionAnimationCompleted" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapseDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapsedVisibilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapsedVisibility" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.CollapsedVisibility" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDirection" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDirection" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.ExpandDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpandedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpanded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedExpanderDecorator.IsExpanded" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar"><summary>
            Represents an animated progress bar control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/AnimatedProgressBar.html">AnimatedProgressBar</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedProgressBar.OnApplyTemplate"><summary>
            Attempts to locate and initialize the <c>PART_Track</c> and <c>PART_Indicator</c> parts from the applied template.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedProgressBar.OnCreateAutomationPeer"><summary>
            Creates an appropriate <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer" /> for this control as part of the WPF
            infrastructure.
            </summary><returns></returns></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedProgressBar.OnStateChanged(ActiproSoftware.Windows.Controls.OperationState,ActiproSoftware.Windows.Controls.OperationState)"><summary>
            Invoked when the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.State" /> property is changed.
            </summary><param name="oldValue">The old property value.</param><param name="newValue">The new property value.</param></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedProgressBar.OnValueChanged(System.Double,System.Double)"><summary>
            Raises the <see cref="E:System.Windows.Controls.Primitives.RangeBase.ValueChanged" /> routed event.
            </summary><param name="oldValue">Old value of the <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> property</param><param name="newValue">New value of the <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> property</param></member><member name="M:ActiproSoftware.Windows.Controls.AnimatedProgressBar.UpdateProgressBarIndicatorLength(System.Boolean)"><summary>
            Updates the length of the <c>PART_Indicator</c> element.
            </summary><param name="allowAnimation">if set to <c>true</c> the change can be animated.</param></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.DecreaseDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the decrease animation.
            This is a dependency property.
            </summary><remarks>
            This property is not used when <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabled" /> is set to <c>false</c>.
            </remarks><value>
            The <see cref="T:System.Windows.Duration" /> of the decrease animation.
            The default value is <c>500</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IncreaseDuration"><summary>
            Gets or sets the <see cref="T:System.Windows.Duration" /> of the increase animation.
            This is a dependency property.
            </summary><remarks>
            This property is not used when <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabled" /> is set to <c>false</c>.
            </remarks><value>
            The <see cref="T:System.Windows.Duration" /> of the increase animation.
            The default value is <c>500</c> milliseconds.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabled"><summary>
            Gets or sets value indicating whether the progress bar should animate <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> changes.
            This is a dependency property.
            </summary><value><c>true</c> if the progress bar should animate <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> changes; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsCompleted"><summary>
            Gets a value indicating whether <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> is equal to <see cref="P:System.Windows.Controls.Primitives.RangeBase.Maximum" />.
            This is a dependency property.
            </summary><value><c>true</c> if <see cref="P:System.Windows.Controls.Primitives.RangeBase.Value" /> is equal to <see cref="P:System.Windows.Controls.Primitives.RangeBase.Maximum" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsContinuous"><summary>
            Gets or sets value indicating whether the progress bar should render a continuous or segmented indicator.
            This is a dependency property.
            </summary><value><c>true</c> if the progress bar should render a continuous indicator; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsIndeterminate"><summary>
            Gets or sets a value indicating whether the <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> shows actual values or generic,
            continuous progress feedback.
            This is a dependency property.
            </summary><value><c>false</c> if the <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> shows actual values; <c>true</c> if the
            <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> shows generic progress.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.Orientation"><summary>
            Gets or sets the orientation of a <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" />: horizontal or vertical.
            This is a dependency property.
            </summary><value>
            One of the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.Orientation" /> values.
            The default value is <c>Orientation.Horizontal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.State"><summary>
            Gets or sets the state of the <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" />. This is a dependency property.
            </summary><value>
            The state.
            The default value is <see cref="F:ActiproSoftware.Windows.Controls.OperationState.Normal" />.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateChanged"><summary>
            Occurs when the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateChanged" /> is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.DecreaseDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.DecreaseDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.DecreaseDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IncreaseDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IncreaseDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IncreaseDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsCompletedProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsCompleted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsCompleted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsContinuousProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsContinuous" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsContinuous" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsIndeterminateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsIndeterminate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsIndeterminate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.AnimatedProgressBar.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.State" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ContextMenuItemRoutedEventArgs"><summary>
            Provides event arguments for a <see cref="T:System.Windows.Controls.ContextMenu" />-related routed event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ContextMenuItemRoutedEventArgs.#ctor(System.Windows.Controls.ContextMenu)"><summary>
            Initializes a new instance of the <c>ContextMenuItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.ContextMenuItemRoutedEventArgs.#ctor(System.Windows.Controls.ContextMenu,System.Windows.RoutedEvent)"><summary>
            Initializes a new instance of the <c>ContextMenuItemRoutedEventArgs</c> class.
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param></member><member name="M:ActiproSoftware.Windows.Controls.ContextMenuItemRoutedEventArgs.#ctor(System.Windows.Controls.ContextMenu,System.Windows.RoutedEvent,System.Object)"><summary>
            Initializes a new instance of the <c>ContextMenuItemRoutedEventArgs</c> class. 
            </summary><param name="item">The item that is the focus of this event.</param><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="source">An alternate source that will be reported when the event is handled.</param></member><member name="T:ActiproSoftware.Windows.Controls.CustomDrawElementCustomDrawEventArgs"><summary>
            Provides event arguments for performing custom draw of a <see cref="T:ActiproSoftware.Windows.Controls.CustomDrawElement" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.CustomDrawElementCustomDrawEventArgs.#ctor(System.Windows.RoutedEvent,ActiproSoftware.Windows.Controls.CustomDrawElement,System.Windows.Media.DrawingContext)"><summary>
            Initializes a new instance of the <c>CustomDrawElementCustomDrawEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="element">The element being drawn.</param><param name="drawingContext">The <see cref="T:System.Windows.Media.DrawingContext" /> to use.</param></member><member name="T:ActiproSoftware.Windows.Controls.ControlResizeMode"><summary>
            Specifies the resize mode for a control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlResizeMode.None"><summary>
            No resizing is allowed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlResizeMode.Horizontal"><summary>
            Only horizontal resizing is allowed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlResizeMode.Vertical"><summary>
            Only vertical resizing is allowed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ControlResizeMode.Both"><summary>
            Both horizontal and vertical resizing is allowed.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Corners"><summary>
            Specifies zero or more corners of a rectangle as a combination of flags.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.None"><summary>
            Indicates no corners.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.TopLeft"><summary>
            Indicates the top-left corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.TopRight"><summary>
            Indicates the top-right corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.BottomRight"><summary>
            Indicates the bottom-left corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.BottomLeft"><summary>
            Indicates the bottom-right corner.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.Left"><summary>
            Indicates the left corners, top-left and bottom-left.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.Top"><summary>
            Indicates the top corners, top-left and top-right.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.Right"><summary>
            Indicates the right corners, top-right and bottom-right.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.Bottom"><summary>
            Indicates the bottom corners, bottom-left and bottom-right.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Corners.All"><summary>
            Indicates all four corners, top-left, top-right, bottom-left and bottom-right.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.GlassWindow"><summary>
            Provides an implementation of a <see cref="T:System.Windows.Window" /> that allows you to extend Aero glass effects into the
            client area when used in Vista with Aero enabled.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/GlassWindow.html">GlassWindow</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.GlassWindow.OnSourceInitialized(System.EventArgs)"><summary>
            Occurs after the source handle has been initialized.
            </summary><param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.GlassWindow.ShowSystemMenu(System.Windows.Point)"><summary>
            Displays the window's system menu at the specified location relative to the window.
            </summary><param name="point">The <see cref="T:System.Windows.Point" /> at which to display the menu, in client coordinates.</param></member><member name="M:ActiproSoftware.Windows.Controls.GlassWindow.ShowSystemMenu(System.Windows.FrameworkElement)"><summary>
            Displays the window's system menu under the specified child control.
            </summary><param name="element">The <see cref="T:System.Windows.FrameworkElement" /> under which to display the system menu.</param><remarks>
            If this overload is used, pass the <see cref="T:System.Windows.Controls.Image" /> that displays the icon for the window.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.GlassWindow.StartResize(ActiproSoftware.Windows.Controls.ResizeOperation)"><summary>
            Starts a window resize operation.
            </summary><param name="operation">A <see cref="T:ActiproSoftware.Windows.Controls.ResizeOperation" /> that specifies the type of resize.</param></member><member name="M:ActiproSoftware.Windows.Controls.GlassWindow.ToggleMaximizedState"><summary>
            Toggles the window's maximized state.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.CanClose"><summary>
            Gets whether the window can close.
            </summary><value><c>true</c> if the window can close; otherwise, <c>false</c>.
            </value><remarks>
            The return value of this property is always <c>true</c> unless overridden.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.CanToggleMaximizedState"><summary>
            Gets whether the window can toggle its maximization state.
            </summary><value><c>true</c> if the window can toggle its maximization state; otherwise, <c>false</c>.
            </value><remarks>
            The return value of this property is based on the <see cref="P:System.Windows.Window.ResizeMode" /> property value.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.GlassThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the glass frame into the client area.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the glass frame into the client area.
            The default value is <c>0,0,0,0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsFullScreenAllowed"><summary>
            Gets or sets whether the window can cover the taskbar when maximized.
            </summary><value><c>true</c> if the window can cover the taskbar when maximized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassActive"><summary>
            Gets whether Windows Vista glass transparency effects are currently active.
            </summary><value><c>true</c> if Windows Vista glass transparency effects are currently active; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassEnabled"><summary>
            Gets or sets whether Windows Vista glass transparency effects are currently enabled.
            </summary><value><c>true</c> if Windows Vista glass transparency effects are currently enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsIconVisible"><summary>
            Gets whether the title bar icon is visible.
            </summary><value><c>true</c> if the title bar icon is visible; otherwise, <c>false</c>.
            </value><remarks>
            This property must be set before the window's source has been created.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMaximizeButtonVisible"><summary>
            Gets or sets whether the maximize button is visible.
            </summary><value><c>true</c> if the maximize button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMinimizeButtonVisible"><summary>
            Gets or sets whether the minimize button is visible.
            </summary><value><c>true</c> if the minimize button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.GlassWindow.IsTitleVisible"><summary>
            Gets whether the title bar caption is visible.
            </summary><value><c>true</c> if the title bar caption is visible; otherwise, <c>false</c>.
            </value><remarks>
            This property must be set before the window's source has been created.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.GlassThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.GlassThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.GlassThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsFullScreenAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsFullScreenAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsFullScreenAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsGlassEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsIconVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsIconVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsIconVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsMaximizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMaximizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMaximizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsMinimizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMinimizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsMinimizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.GlassWindow.IsTitleVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsTitleVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.GlassWindow.IsTitleVisible" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ImageConverter"><summary>
            Represents a value converter that returns a new <see cref="T:System.Windows.Controls.Image" /> instance created using a specified URI or
            <see cref="T:System.Windows.Media.Imaging.BitmapSource" />.
            </summary><remarks>
            This converter expects the source value to be a <see cref="T:System.Uri" />, a URI <see cref="T:System.String" />, or a
            <see cref="T:System.Windows.Media.Imaging.BitmapSource" /> that can be used to create a new <see cref="T:System.Windows.Controls.Image" /> instance. A prefix can be defined in
            <see cref="P:ActiproSoftware.Windows.Controls.ImageConverter.UriPrefix" /> which will be prepended to all source values of type <see cref="T:System.String" />
            before the <see cref="T:System.Windows.Controls.Image" /> is created.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ImageConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts the specified URI, in the form of a <see cref="T:System.String" /> or <see cref="T:System.Uri" />, or the specified
            <see cref="T:System.Windows.Media.Imaging.BitmapSource" /> to an <see cref="T:System.Windows.Controls.Image" />.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            An <see cref="T:System.Windows.Controls.Image" /> associated with the specified URI.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Controls.ImageConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ImageConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetType">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="P:ActiproSoftware.Windows.Controls.ImageConverter.UriPrefix"><summary>
            Gets or sets the URI prefix that should be prepended to all values converted by this object. This is a dependency
            property.
            </summary><value>The URI prefix.</value></member><member name="F:ActiproSoftware.Windows.Controls.ImageConverter.UriPrefixProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ImageConverter.UriPrefix" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ImageConverter.UriPrefix" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.OperationState"><summary>
            Specifies the state of an <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.OperationState.Normal"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> control is in a normal state.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.OperationState.Paused"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> control is in a paused state.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.OperationState.Error"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> control is in an error state.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.PixelSnapper"><summary>
            Represents a <see cref="T:System.Windows.Controls.Decorator" /> that measures its contents at integer intervals to help with pixel snapping.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.PixelSnapper.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and 
            determines a size for the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="constraint">
            The available size that this element can give to child elements. 
            Infinity can be specified as a value to indicate that the element will size to whatever content is available.
            </param><returns>The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns></member><member name="P:ActiproSoftware.Windows.Controls.PixelSnapper.HorizontalRoundMode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> indicating how to round the horizontal measurement of the child content.
            This is a dependency property.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> indicating how to round the horizontal measurement of the child content.
            The default value is <c>RoundMode.Ceiling</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PixelSnapper.VerticalRoundMode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> indicating how to round the vertical measurement of the child content.
            This is a dependency property.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.RoundMode" /> indicating how to round the vertical measurement of the child content.
            The default value is <c>RoundMode.Ceiling</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.PixelSnapper.HorizontalRoundModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PixelSnapper.HorizontalRoundMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PixelSnapper.HorizontalRoundMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PixelSnapper.VerticalRoundModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PixelSnapper.VerticalRoundMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PixelSnapper.VerticalRoundMode" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.PopupButton"><summary>
            Represents a popup, or split, button control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/PopupButton.html">PopupButton</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnPreviewMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Invoked when an unhandled <see cref="E:System.Windows.UIElement.PreviewMouseLeftButtonDown" /> routed event reaches an element in its route that is derived from this class.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data. The event data reports that the left mouse button was pressed.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.GetVisualChild(System.Int32)"><summary>
            Overrides <see cref="M:System.Windows.Media.Visual.GetVisualChild(System.Int32)" />, and returns a child at the specified index from a collection of child elements.
            </summary><param name="index">The zero-based index of the requested child element in the collection.</param><returns>
            The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnClick"><summary>
            Called when a <c>PopupButton</c> is clicked.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnCreateAutomationPeer"><summary>
            Creates an appropriate <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer" /> for this control as part of the automation infrastructure.
            </summary><returns></returns></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> event.
            </summary><param name="e">The event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Provides class handling for the <see cref="F:System.Windows.UIElement.PreviewKeyDownEvent" /> routed event that occurs when the user presses a key
            while this control has focus.
            </summary><param name="e">The event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnPopupClosed(System.Windows.RoutedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.PopupButton.PopupClosed" /> event.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnPopupOpened(System.Windows.RoutedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.PopupButton.PopupOpened" /> event. 
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.OnPopupOpening(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.PopupButton.PopupOpening" /> event. 
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.PopupButton.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.ClosePopup"><summary>
            Gets the <see cref="T:System.Windows.Input.RoutedCommand" /> used to close a <see cref="T:System.Windows.Controls.Primitives.Popup" />.
            </summary><value>The <see cref="T:System.Windows.Input.RoutedCommand" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode"><summary>
            Gets or sets the display mode of the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" />. This is a dependency property.
            </summary><value>The display mode.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.HasDropShadow"><summary>
            Gets or sets whether the popup will display a drop-shadow effect. This is a dependency property.
            </summary><value><c>true</c> if the popup will display a drop-shadow effect; otherwise, <c>false</c>. The default value is <c>true</c>.
            </value><remarks>
            Setting this property to <c>true</c> has no effect if the <c>SystemParameters.DropShadow</c> property is <c>false</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.IsAutoFocusOnOpenEnabled"><summary>
            Gets or sets a value indicating whether the popup content will be automatically focused when the popup is opened.
            This is a dependency property.
            </summary><value><c>true</c> if the popup content will be automatically focused when the popup is opened; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen"><summary>
            Gets or sets whether the popup is currently displayed. This is a dependency property.
            </summary><value><c>true</c> if the popup is currently displayed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.IsPreviewMouseDownHandled"><summary>
            Gets or sets a value indicating whether the click should be executed when a <c>PreviewMouseDown</c> event is raised.
            This is a dependency property.
            </summary><value><c>true</c> if the click should be executed when a <c>PreviewMouseDown</c> event is raised; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.IsRounded"><summary>
            Gets or sets a value indicating whether the button should be drawn with round corners, if the current theme supports
            rounded corners. This is a dependency property.
            </summary><value><c>true</c> if the buttons corners should be rounded; otherwise, <c>false</c>. The default value is <c>true</c>.</value><remarks>
            This property is not supported in the following themes:
            <list type="bullet"><item><term>
            Classic
            </term></item></list></remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.IsTransparencyModeEnabled"><summary>
            Gets or sets a value indicating whether transparency mode is enabled. This is a dependency property.
            </summary><value><c>true</c> if transparency mode is enabled; otherwise, <c>false</c>. The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.LogicalChildren"><summary>
            Gets an enumerator for logical child elements of this element.
            </summary><value>An enumerator for logical child elements of this element.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAllowsTransparency"><summary>
            Gets or sets a value for the popup's <c>AllowTransparency</c> property. This is a dependency property.
            </summary><value><c>true</c> if transparency is allowed; otherwise, <c>false</c>. The default value is <c>true</c>.
            </value><remarks>
            When this property is set to <c>false</c>, interop content will be able to render on the popup.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAnimation"><summary>
            Gets or sets an animation for the opening and closing of the associated popup.
            This is a dependency property.
            </summary><value>An animation for the opening and closing of the associated popup.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent"><summary>
            Gets or sets the content that is displayed on the popup for the button. This is a dependency property.
            </summary><value>The content that is displayed on the popup for the button.</value><remarks>
            This can be any object, including panels of multiple controls. The <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplate" /> and/or
            <see cref="T:System.Windows.Controls.DataTemplateSelector" /> can be used to customize the display of data objects (or non-UI elements).
            
            This property takes precedence over the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" /> property. Therefore, if this property is set then
            the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" /> property is ignored.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" />. This is a dependency property.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" />.</value><remarks>
            This property is only really useful if your popup content is a data object and not a UI element.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" />. This is a dependency
            property.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" />.</value><remarks>
            This property is only really useful if your popup content is a data object and not a UI element.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupHorizontalOffset"><summary>
            Gets or sets the horizontal distance between the target origin and the popup alignment point. This is a dependency
            property.
            </summary><value>
            The horizontal distance between the target origin and the popup alignment point. The default is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicator"><summary>
            Gets or sets the object used in the indicator portion of the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" />. This is a
            dependency property.
            </summary><value>The object used in the indicator portion.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> used to present the indicator portion of the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" />. This is a
            dependency property.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> used to present the indicator portion.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorToolTip"><summary>
            Gets or sets the tool-tip object that is displayed for the popup indicator element.
            This is a dependency property.
            </summary><value>The tool-tip object that is displayed for the popup indicator element.</value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> shown by the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" />. This is a dependency property.
            </summary><value>The <see cref="T:System.Windows.Controls.ContextMenu" /> shown.</value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" /> property takes precedence over this property. Therefore, if
            <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" /> is set then this property is ignored.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenuDataContext"><summary>
            Gets or sets the the data context for the <see cref="T:System.Windows.Controls.ContextMenu" /> shown by the <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> when it
            participates in data binding.
            This is a dependency property.
            </summary><value>
            The object to use as data context. The default style binds this property to the <c>DataContext</c> of the <c>PopupButton</c>.
            </value><remarks>
            The <c>DataContext</c> property of the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" /> is bound to this property, if and only if
            the <c>DataContext</c> property was not already set on the <c>ContextMenu</c>. Additionally, this property
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.PopupVerticalOffset"><summary>
            Gets or sets the vertical distance between the target origin and the popup alignment point. This is a dependency
            property.
            </summary><value>
            The vertical distance between the target origin and the popup alignment point. The default is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.StaysOpen"><summary>
            Gets or sets a value that indicates whether the <see cref="T:System.Windows.Controls.Primitives.Popup" /> closes when the control is no
            longer in focus.
            This is a dependency property.
            </summary><value><c>true</c> if the <see cref="T:System.Windows.Controls.Primitives.Popup" /> closes when the control is no longer in focus; otherwise,
            <c>false</c>. The default is <c>false</c>.
            </value><remarks>
            This property has no effect when using <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.PopupButton.VisualChildrenCount"><summary>
            Gets the number of visual child elements within this element.
            </summary><value></value><returns>
            The number of visual child elements for this element.
            </returns></member><member name="E:ActiproSoftware.Windows.Controls.PopupButton.PopupClosed"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen" /> property changes to <c>false</c>.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.PopupButton.PopupOpened"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen" /> property changes to <c>true</c>.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.PopupButton.PopupOpening"><summary>
            Occurs before the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen" /> property changes to <c>true</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupClosedEvent"><summary>
            Identifies the <c>PopupClosed</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>PopupClosed</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupOpenedEvent"><summary>
            Identifies the <c>PopupOpened</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>PopupOpened</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupOpeningEvent"><summary>
            Identifies the <c>PopupOpening</c> routed event.  This field is read-only.
            </summary><value>The identifier for the <c>PopupOpening</c> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.DisplayModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.HasDropShadowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.HasDropShadow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.HasDropShadow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.IsAutoFocusOnOpenEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsAutoFocusOnOpenEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsAutoFocusOnOpenEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPopupOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.IsPreviewMouseDownHandledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPreviewMouseDownHandled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsPreviewMouseDownHandled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.IsRoundedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsRounded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsRounded" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.IsTransparencyModeEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsTransparencyModeEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.IsTransparencyModeEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupAllowsTransparencyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAllowsTransparency" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAllowsTransparency" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupAnimationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAnimation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupAnimation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupContentTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupHorizontalOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupHorizontalOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupHorizontalOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicator" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicator" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupIndicatorToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupMenuProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenu" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupMenuDataContextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenuDataContext" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupMenuDataContext" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.PopupVerticalOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupVerticalOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.PopupVerticalOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.PopupButton.StaysOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.StaysOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.StaysOpen" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode"><summary>
            Specifies the display mode of a <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.Split"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> control will show the content in a normal button area and the popup indicator.
            This display mode is also known as a split button.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.Merged"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> control will show the content inside the popup indicator. This display mode is
            also know as a drop-down button.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.ButtonOnly"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> control will show the content as a normal button, but no popup indicator. This display
            mode is identical to a normal <see cref="T:System.Windows.Controls.Button" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.PopupOnly"><summary>
            The <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> control will show the popup indicator, but not the content.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Sides"><summary>
            Specifies zero or more sides of a rectangle as a combination of flags.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.None"><summary>
            Indicates no sides.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.Left"><summary>
            Indicates the left side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.Top"><summary>
            Indicates the top side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.Right"><summary>
            Indicates the right side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.Bottom"><summary>
            Indicates the bottom side.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Sides.All"><summary>
            Indicates all four sides, left, top, right, and bottom.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.RoundMode"><summary>
            Specifies the mode of rounding a value.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.None"><summary>
            No rounding is applied.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.Floor"><summary>
            The largest integer less than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.FloorToEven"><summary>
            The largest even integer less than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.FloorToOdd"><summary>
            The largest odd integer less than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.Ceiling"><summary>
            The smallest integer greater than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.CeilingToEven"><summary>
            The smallest even integer greater than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.CeilingToOdd"><summary>
            The smallest odd integer greater than or equal to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.Round"><summary>
            The closest integer to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.RoundToEven"><summary>
            The closest even integer to the value is returned.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.RoundMode.RoundToOdd"><summary>
            The closest odd integer to the value is returned.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.ZeroSizeContentControl"><summary>
            Represents a <see cref="T:System.Windows.Controls.ContentControl" /> that can return a zero width or height during its measuring pass.
            </summary><remarks>
            Use the <c>HorizontalContentAlignment</c> and <c>VerticalContentAlignment</c> properties to align
            the content with no width or height respectively.
            <para>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/ZeroSizeContentControl.html">ZeroSizeContentControl</a> documentation topic. 
            </para></remarks></member><member name="M:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="arrangeBounds">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and 
            determines a size for the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. 
            Infinity can be specified as a value to indicate that the element will size to whatever content is available.
            </param><returns>The size that this element determines it needs during layout, based on its calculations of child element sizes.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.#ctor"><summary>
            Initializes an instance of the <c>ZeroSizeContentControl</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.#ctor(System.Object)"><summary>
            Initializes an instance of the <c>ZeroSizeContentControl</c> class.
            </summary><param name="content">The object to use as the content.</param></member><member name="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasHeight"><summary>
            Gets or sets whether the content's height should be used in the measuring pass.
            </summary><value><c>true</c> if the content's height should be used in the measuring pass; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasWidth"><summary>
            Gets or sets whether the content's width should be used in the measuring pass.
            </summary><value><c>true</c> if the content's width should be used in the measuring pass; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.IdealSize"><summary>
            Gets the ideal <see cref="T:System.Windows.Size" /> of the control, since the <c>DesiredSize</c> will not represent the true desired size.
            </summary><value>The ideal <see cref="T:System.Windows.Size" /> of the control.</value></member><member name="F:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasHeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasHeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasHeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasWidthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasWidth" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.HasWidth" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.IdealSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.IdealSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ZeroSizeContentControl.IdealSize" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.DropShadowChrome"><summary>
            Renders a drop shadow effect.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/DropShadowChrome.html">DropShadowChrome</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.DropShadowChrome.OnRender(System.Windows.Media.DrawingContext)"><summary>
            When overridden in a derived class, participates in rendering operations that are directed by the layout system. 
            The rendering instructions for this element are not used directly when this method is invoked, 
            and are instead preserved for later asynchronous use by layout and drawing.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.BorderThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the drop shadow borders.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the drop shadow borders.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.Color"><summary>
            Gets or sets the color of the drop shadow.
            </summary><value>
            The color of the drop shadow.
            The default value is <c>#71000000</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.CornerRadius"><summary>
            Gets or sets the <see cref="T:System.Windows.CornerRadius" /> of the drop shadow borders.
            </summary><value>
            The <see cref="T:System.Windows.CornerRadius" /> of the drop shadow borders.
            The default value is <c>0</c>.
            </value><remarks>
            When setting a non-zero corner radius, please use a uniform value and also
            use a uniform <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.BorderThickness" /> value as well.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.XOffset"><summary>
            Gets or sets the horizontal offset of the drop shadow behind its content.
            </summary><value>
            The horizontal offset of the drop shadow behind its content.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.YOffset"><summary>
            Gets or sets the vertical offset of the drop shadow behind its content.
            </summary><value>
            The vertical offset of the drop shadow behind its content.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.DropShadowChrome.ZOffset"><summary>
            Gets or sets the z-offset of the drop shadow behind its content.
            </summary><value>
            The z-offset of the drop shadow behind its content.
            The default value is <c>0</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.BorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.BorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.BorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.ColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.Color" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.Color" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.XOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.XOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.XOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.YOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.YOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.YOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.DropShadowChrome.ZOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.ZOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.DropShadowChrome.ZOffset" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ImageTextInfo"><summary>
            Represents an object that has properties for setting large and small image sources, along with a text label.
            </summary><remarks>
            This class is ideal for using to databind images, text or other information to the <c>Header</c> of a <c>HeaderedContentControl</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ImageTextInfo.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceLarge"><summary>
            Gets or sets a large <see cref="T:System.Windows.Media.ImageSource" />.
            </summary><value>A large <see cref="T:System.Windows.Media.ImageSource" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceSmall"><summary>
            Gets or sets a small <see cref="T:System.Windows.Media.ImageSource" />.
            </summary><value>A small <see cref="T:System.Windows.Media.ImageSource" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Tag"><summary>
            Gets or sets an arbitrary object value that can be used to store custom information about this object.
            </summary><value>The intended value. This property has no default value.</value></member><member name="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Text"><summary>
            Gets or sets a text label.
            </summary><value>A text label.</value></member><member name="F:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceLargeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceLarge" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceLarge" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceSmallProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceSmall" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.ImageSourceSmall" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ImageTextInfo.TagProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Tag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Tag" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ImageTextInfo.TextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Text" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ImageTextInfo.Text" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ResizableContentControl"><summary>
            Represents a <see cref="T:System.Windows.Controls.ContentControl" /> that contains a gripper, allowing it to be resized.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/ResizableContentControl.html">ResizableContentControl</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.AutoSize"><summary>
            Auto-sizes the content control to the desired size of its content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.GetUseAlternateScrollViewerStyle(System.Windows.DependencyObject)"><summary>
            Gets the value of the <see cref="F:ActiproSoftware.Windows.Controls.ResizableContentControl.UseAlternateScrollViewerStyleProperty" /> attached property for a specified object.
            </summary><param name="obj">The object to which the attached property is retrieved.</param><returns><c>true</c> if the alternate Style should be used for ScrollViewer elements; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.SetUseAlternateScrollViewerStyle(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <see cref="F:ActiproSoftware.Windows.Controls.ResizableContentControl.UseAlternateScrollViewerStyleProperty" /> attached property to a specified object.
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value"><c>true</c> if the alternate Style should be used for ScrollViewer elements; otherwise, <c>false</c>.</param></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.#ctor"><summary>
            Initializes an instance of the <c>ResizableContentControl</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ResizableContentControl.#ctor(System.Object)"><summary>
            Initializes an instance of the <c>ResizableContentControl</c> class.
            </summary><param name="content">The object to use as the content.</param></member><member name="P:ActiproSoftware.Windows.Controls.ResizableContentControl.CanAutoSize"><summary>
            Gets or sets whether the gripper auto-sizes to its content when it is double-clicked.
            </summary><value><c>true</c> if the gripper auto-sizes to its content when it is double-clicked; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperBackground"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for the gripper background.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to use for the gripper background.</value></member><member name="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperForeground"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for the gripper foreground.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to use for the gripper foreground.</value></member><member name="P:ActiproSoftware.Windows.Controls.ResizableContentControl.ResizeMode"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.ControlResizeMode" /> indicating the resizing capabilities of the gripper.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.ControlResizeMode" /> indicating the resizing capabilities of the gripper.
            The default value is <c>ControlResizeMode.Both</c>.
            </value><remarks>
            Use the <c>ControlResizeMode.None</c> value to hide the gripper.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.ResizableContentControl.CanAutoSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.CanAutoSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.CanAutoSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperForegroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperForeground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.GripperForeground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ResizableContentControl.ResizeModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.ResizeMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ResizableContentControl.ResizeMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ResizableContentControl.UseAlternateScrollViewerStyleProperty"><summary>
            Identifies the <c>UseAlternateScrollViewerStyle</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UseAlternateScrollViewerStyle</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.RadioButtonList"><summary>
            Represents a <see cref="T:System.Windows.Controls.ListBox" /> that renders its items as a list of radio buttons.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/RadioButtonList.html">RadioButtonList</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.RadioButtonList.GetBulletMargin(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>BulletMargin</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RadioButtonList.SetBulletMargin(System.Windows.DependencyObject,System.Windows.Thickness)"><summary>
            Sets the value of the <c>BulletMargin</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.RadioButtonList.GetBulletVerticalAlignment(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>BulletVerticalAlignment</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.RadioButtonList.SetBulletVerticalAlignment(System.Windows.DependencyObject,System.Windows.VerticalAlignment)"><summary>
            Sets the value of the <c>BulletVerticalAlignment</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="P:ActiproSoftware.Windows.Controls.RadioButtonList.AutoDisableNonSelectedItemContent"><summary>
            Gets or sets whether item content will be automatically disabled when the item is not selected. This is a dependency property.
            </summary><value><c>true</c> if item content will be automatically disabled when the item is not selected; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletMargin"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the margin around the bullet. This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the margin around the bullet.
            The default value is <c>0, 0, 4, 0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletVerticalAlignment"><summary>
            Gets or sets a <see cref="T:System.Windows.VerticalAlignment" /> that indicates the vertical alignment of the bullet. This is a dependency property.
            </summary><value>
            A <see cref="T:System.Windows.VerticalAlignment" /> that indicates the vertical alignment of the bullet.
            The default value is <c>VerticalAlignment.Center</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.RadioButtonList.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.Orientation" /> that indicates the orientation of the list items. This is a dependency property.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.Orientation" /> that indicates the orientation of the list items.
            The default value is <c>Orientation.Vertical</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.RadioButtonList.AutoDisableNonSelectedItemContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.AutoDisableNonSelectedItemContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.AutoDisableNonSelectedItemContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadioButtonList.BulletMarginProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletMargin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletMargin" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadioButtonList.BulletVerticalAlignmentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletVerticalAlignment" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.BulletVerticalAlignment" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.RadioButtonList.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.RadioButtonList.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ReflectionContentControl"><summary>
            Represents a <see cref="T:System.Windows.Controls.ContentControl" /> that displays its content and a reflection of the content below it.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/ReflectionContentControl.html">ReflectionContentControl</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ReflectionContentControl.OnRender(System.Windows.Media.DrawingContext)"><summary>
            When overridden in a derived class, participates in rendering operations that are directed by the layout system.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="M:ActiproSoftware.Windows.Controls.ReflectionContentControl.#ctor"><summary>
            Initializes an instance of the <c>ReflectionContentControl</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ReflectionContentControl.#ctor(System.Object)"><summary>
            Initializes an instance of the <c>ReflectionContentControl</c> class.
            </summary><param name="content">The object to use as the content.</param></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOffset"><summary>
            Gets or sets the offset at which the end opacity (least opaque) is located in the reflection.
            </summary><value>
            The offset at which the end opacity (least opaque) is located in the reflection.
            The default value is <c>0.9</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOpacity"><summary>
            Gets or sets the opacity of the reflection at its ending (least opaque) point.
            </summary><value>
            The opacity of the reflection at its starting (least opaque) point.
            The default value is <c>0.0</c>, meaning transparent.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionHeight"><summary>
            Gets or sets the height of the reflection.
            </summary><value>
            The height of the reflection.
            The default value is <c>NaN</c>, meaning that the height will be the same height as the content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionMargin"><summary>
            Gets or sets the margin distance between the content and the reflection.
            </summary><value>
            The margin distance between the content and the reflection.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionSkewAngleX"><summary>
            Gets or sets the skew angle of the reflection in the x-plane.
            </summary><value>
            The skew angle of the reflection in the x-plane.
            The default value is <c>0</c>, meaning no skew is applied.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionStartOpacity"><summary>
            Gets or sets the opacity of the reflection at its starting (most opaque) point.
            </summary><value>
            The opacity of the reflection at its starting (most opaque) point.
            The default value is <c>0.4</c>, meaning <c>40%</c> opaque.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOpacityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOpacity" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionEndOpacity" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionHeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionHeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionHeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionMarginProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionMargin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionMargin" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionSkewAngleXProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionSkewAngleX" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionSkewAngleX" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionStartOpacityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionStartOpacity" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ReflectionContentControl.ReflectionStartOpacity" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.CustomDrawElement"><summary>
            Represents a <see cref="T:System.Windows.UIElement" /> that is capable of being custom drawn via the handling of its <see cref="E:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDraw" /> event.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControls/CustomDrawElement.html">CustomDrawElement</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.CustomDrawElement.GetLayoutClip(System.Windows.Size)"><summary>
            Returns a geometry for a clipping mask.
            </summary><param name="layoutSlotSize">The layout slot size.</param><returns>The clipping mask geometry.</returns></member><member name="M:ActiproSoftware.Windows.Controls.CustomDrawElement.OnCustomDraw(System.Windows.Media.DrawingContext)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDraw" /> event. 
            </summary><param name="drawingContext">The <see cref="T:System.Windows.Media.DrawingContext" /> to use.</param></member><member name="M:ActiproSoftware.Windows.Controls.CustomDrawElement.OnRender(System.Windows.Media.DrawingContext)"><summary>
            When overridden in a derived class, participates in rendering operations that are directed by the layout system. 
            The rendering instructions for this element are not used directly when this method is invoked, 
            and are instead preserved for later asynchronous use by layout and drawing. 
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="E:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDraw"><summary>
            Occurs when the element requests to be custom drawn.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDrawEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDraw" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.CustomDrawElement.CustomDraw" /> routed event.</value></member><member name="T:ActiproSoftware.Windows.Controls.CustomDrawEventArgs`1"><summary>
            Provides event arguments for performing custom draw of an element.
            </summary><typeparam name="T">The type of element being drawn.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.CustomDrawEventArgs`1.#ctor(System.Windows.RoutedEvent,`0,System.Windows.Media.DrawingContext)"><summary>
            Initializes a new instance of the <c>CustomDrawEventArgs</c> class.
            </summary><param name="routedEvent">The routed event identifier for this event arguments instance.</param><param name="element">The element being drawn.</param><param name="drawingContext">The <see cref="T:System.Windows.Media.DrawingContext" /> to use.</param></member><member name="P:ActiproSoftware.Windows.Controls.CustomDrawEventArgs`1.DrawingContext"><summary>
            Gets the <see cref="T:System.Windows.Media.DrawingContext" /> to use.
            </summary><value>The <see cref="T:System.Windows.Media.DrawingContext" /> to use.</value></member><member name="P:ActiproSoftware.Windows.Controls.CustomDrawEventArgs`1.Element"><summary>
            Gets the element being drawn.
            </summary><value>The element being drawn.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider"><summary>
            Represents a color component slider control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControlsColorSelection.html">Shared Color Selection</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.OnSelectedColorChanged(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorChanged" /> event.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.OnValueChanged(System.Double,System.Double)"><summary>
            Occurs when the value of the slider changes.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.#ctor"><summary>
            Initializes an instance of the <c>ColorComponentSlider</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.ActiveGradientBrush"><summary>
            Gets the active gradient brush to be presented by the slider.
            This is a dependency property.
            </summary><value>
            The active gradient brush to be presented by the slider.
            The default value is <c>null</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.Component"><summary>
            Gets or sets the color component that is modified by the slider.
            This is a dependency property.
            </summary><value>
            The color component that is modified by the slider.
            The default value is <c>ColorComponent.Alpha</c></value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.DisabledOpacity"><summary>
            Gets or sets the opacity used when the control is disabled.
            This is a dependency property.
            </summary><value>
            The opacity used when the control is disabled.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is selected in the slider.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Media.Color" /> that is selected in the slider.
            The default value is <c>Colors.Red</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColor" /> property is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.ActiveGradientBrushProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.ActiveGradientBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.ActiveGradientBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.ComponentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.Component" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.Component" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.DisabledOpacityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.DisabledOpacity" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.DisabledOpacity" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponentSlider.SelectedColor" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponent"><summary>
            Specifies the various ARGB color components.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponent.Alpha"><summary>
            Indicates the alpha color component.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponent.Red"><summary>
            Indicates the red color component.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponent.Green"><summary>
            Indicates the green color component.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.ColorComponent.Blue"><summary>
            Indicates the blue color component.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider"><summary>
            Represents a slider capable of altering the stops of a <see cref="T:System.Windows.Media.GradientBrush" />.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControlsColorSelection.html">Shared Color Selection</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.AddStop"><summary>
            Adds a gradient stop, where appropriate.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.AddStop(System.Double)"><summary>
            Adds a gradient stop at the specified offset.
            </summary><param name="offset">The offset at which the gradient stop should be added.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.InvalidateThumbArrange"><summary>
            Invalidates the thumb panel's arrangement.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.OnApplyTemplate"><summary>
            When overridden in a derived class, is invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.OnSelectedBrushChanged(System.Windows.Media.Brush,System.Windows.Media.Brush)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushChanged" /> event.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.RemoveSelectedStop"><summary>
            Removes the selected gradient stop from the selected brush.
            </summary><returns><c>true</c> if the selected gradient stop was removed; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ReverseStops"><summary>
            Reverses the stops of the selected brush.
            </summary><remarks>
            Gradient stops at offset 1.0 will be moved to offset 0.0  gradient stops at offset 0.0 will be moved to offset 1.0.
            Gradient stops at offset 0.5 will not be changed.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.#ctor"><summary>
            Initializes an instance of the <c>GradientBrushSlider</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.AddStopCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.RoutedCommand" /> used to add a gradient stop.
            </summary><value>The <see cref="T:System.Windows.Input.RoutedCommand" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.RemoveStopCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.RoutedCommand" /> used to remove a gradient stop.
            </summary><value>The <see cref="T:System.Windows.Input.RoutedCommand" />.</value><remarks>
            This command will remove the gradient stop specified by the index in the command parameter.
            If no command parameter is provided, then the selected gradient stop will be removed, if any.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ReverseStopsCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.RoutedCommand" /> used to reverse the gradient stops.
            </summary><value>The <see cref="T:System.Windows.Input.RoutedCommand" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ActiveGradientBrush"><summary>
            Gets the active gradient brush to be presented by the slider.
            This is a dependency property.
            </summary><value>
            The active gradient brush to be presented by the slider.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanAddStops"><summary>
            Gets or sets the whether stops can be added.
            This is a dependency property.
            </summary><value><c>true</c> if stops can be added; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanRemoveStops"><summary>
            Gets or sets the whether stops can be removed.
            This is a dependency property.
            </summary><value><c>true</c> if stops can be removed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.Orientation" /> of the slider.
            This is a dependency property.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.Orientation" /> of the slider.
            The default value is <c>Orientation.Horizontal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrush"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.GradientBrush" /> that is selected in the slider.
            This is a dependency property.
            </summary><value>
            The <see cref="T:System.Windows.Media.Color" /> that is selected in the slider.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedStop"><summary>
            Gets the selected gradient stop in the slider.
            This is a dependency property.
            </summary><value>
            The selected gradient stop in the slider.
            The default value is <see langword="null" />.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrush" /> property is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ActiveGradientBrushProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ActiveGradientBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.ActiveGradientBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanAddStopsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanAddStops" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanAddStops" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanRemoveStopsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanRemoveStops" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.CanRemoveStops" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedStopProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedStop" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider.SelectedStop" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.ColorToStringConverter"><summary>
            Represents a value converter that converts between a <see cref="T:System.Windows.Media.Color" /> and a web color (#FF00FF, etc.).
            </summary><remarks>
            The parameter can be a boolean <c>true</c> or <c>false</c> to indicate whether the alpha component of the 
            color should be included.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.ColorToStringConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.ColorToStringConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker"><summary>
            Represents a hue spectrum color picker control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControlsColorSelection.html">Shared Color Selection</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <see cref="M:System.Windows.FrameworkElement.ApplyTemplate" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.OnSelectedColorChanged(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorChanged" /> event.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.#ctor"><summary>
            Initializes an instance of the <c>SpectrumColorPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.A"><summary>
            Gets or sets the ARGB alpha component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.
            </summary><value>The ARGB alpha component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.B"><summary>
            Gets or sets the RGB blue component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.
            </summary><value>The RGB blue component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.DisabledOpacity"><summary>
            Gets or sets the opacity used when the control is disabled.
            </summary><value>The opacity used when the control is disabled.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.G"><summary>
            Gets or sets the RGB green component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.
            </summary><value>The RGB green component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that was initially selected in the picker.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that was initially selected in the picker.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColorBrush"><summary>
            Gets a <see cref="T:System.Windows.Media.Brush" /> that uses the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColor" />. This is a dependency property.
            </summary><value>A <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsColorSwatchRowVisible"><summary>
            Gets or sets whether the color swatch row is visible in the color picker.
            </summary><value><c>true</c> if the color swatch row is visible in the color picker; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsInitialColorVisible"><summary>
            Gets or sets whether the initial color swatch is visible in the color picker.
            </summary><value><c>true</c> if the initial color swatch is visible in the color picker; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.R"><summary>
            Gets or sets the RGB red component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.
            </summary><value>The RGB red component of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is selected in the picker.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that is selected in the picker.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorBrush"><summary>
            Gets a <see cref="T:System.Windows.Media.Brush" /> that uses the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" />. This is a dependency property.
            </summary><value>A <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SetColor"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> for setting a color.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> for setting a color.</value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" /> property is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.AProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.A" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.A" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.BProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.B" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.B" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.DisabledOpacityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.DisabledOpacity" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.DisabledOpacity" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.GProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.G" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.G" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColorBrushProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColorBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.InitialColorBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsColorSwatchRowVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsColorSwatchRowVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsColorSwatchRowVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsInitialColorVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsInitialColorVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.IsInitialColorVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.RProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.R" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.R" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorBrushProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumColorPicker.SelectedColorBrush" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice"><summary>
            Represents a hue spectrum slice control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControlsColorSelection.html">Shared Color Selection</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.OnMouseMove(System.Windows.Input.MouseEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseMove" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.OnRenderSizeChanged(System.Windows.SizeChangedInfo)"><summary>
            Called when the rendered size of a control changes. 
            </summary><param name="sizeInfo">Specifies the size changes.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.OnSelectedColorChanged(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorChanged" /> event.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.#ctor"><summary>
            Initializes an instance of the <c>SpectrumSlice</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is used to construct the slice.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that is used to construct the slice.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColorBrush"><summary>
            Gets a <see cref="T:System.Windows.Media.Brush" /> that uses the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColor" />. This is a dependency property.
            </summary><value>A <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColor"><summary>
            Gets the <see cref="T:System.Windows.Media.Color" /> that the marker is over in the slice. This is a dependency property.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that the marker is over in the slice.</value><remarks>
            When the mouse is used to drag the marker, this color is set to the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColor" />
            property upon the release of the mouse button.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColorBrush"><summary>
            Gets a <see cref="T:System.Windows.Media.Brush" /> that uses the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColor" />. This is a dependency property.
            </summary><value>A <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is selected in the slice. This is a dependency property.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that is selected in the slice.</value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColor" /> property is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColorBrushProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColorBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.BaseColorBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColorBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColorBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.MarkedColorBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlice.SelectedColor" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider"><summary>
            Represents a hue spectrum slider control.
            </summary><remarks>
            For detailed documentation on this control's features and how to use them, please see the 
            <a href="../Topics/Shared/WindowsControlsColorSelection.html">Shared Color Selection</a> documentation topic. 
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnMouseMove(System.Windows.Input.MouseEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseMove" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.MouseWheel" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnPreviewMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Invoked when an unhandled <see cref="T:System.Windows.UIElement" />.<see cref="E:System.Windows.UIElement.PreviewMouseLeftButtonDown" /> attached event is raised on this element. 
            Implement this method to add class handling for this event. 
            </summary><param name="e">A <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnSelectedColorChanged(System.Windows.Media.Color,System.Windows.Media.Color)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorChanged" /> event.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.OnValueChanged(System.Double,System.Double)"><summary>
            Occurs when the value of the slider changes.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.#ctor"><summary>
            Initializes an instance of the <c>SpectrumSlider</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColor"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Color" /> that is selected in the slider.
            </summary><value>The <see cref="T:System.Windows.Media.Color" /> that is selected in the slider.</value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColor" /> property is changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.SpectrumSlider.SelectedColor" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel"><summary>
            Represents a panel for use in a <see cref="T:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">The final area within the parent that this element should use to arrange itself and its children.</param><returns>
            The actual size used.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available.</param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.GetOffset(System.Windows.UIElement)"><summary>
            Gets the value of the <see cref="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.OffsetProperty" /> attached property for the specified object.
            </summary><param name="element">The element from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.SetOffset(System.Windows.UIElement,System.Double)"><summary>
            Sets the value of the <see cref="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.OffsetProperty" /> attached property to the specified object. 
            </summary><param name="element">The element to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.Orientation" /> of the panel.
            This is a dependency property.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.Orientation" /> of the panel.
            The default value is <c>Orientation.Horizontal</c></value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.OffsetProperty"><summary>
            Identifies the <c>Offset</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>Offset</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumbPanel.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb"><summary>
            Represents a thumb for use in <see cref="T:ActiproSoftware.Windows.Controls.ColorSelection.GradientBrushSlider" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Invoked just before the <see cref="E:System.Windows.UIElement.IsKeyboardFocusWithinChanged" /> event is raised by this element.
            </summary><param name="e">A <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Provides class handling for the <c>MouseLeftButtonDown</c> event.
            </summary><param name="e">The event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.IsSelected"><summary>
            Gets or sets a value indicating whether the item is selected.
            This is a dependency property.
            </summary><value><c>true</c> if the item is selected; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Orientation" /> of the panel.
            This is a dependency property.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Orientation" /> of the panel.
            The default value is <c>Orientation.Horizontal</c></value></member><member name="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Stop"><summary>
            Gets or sets the gradient stop represented by this thumb.
            This is a dependency property.
            </summary><value>
            The gradient stop represented by this thumb.
            The default value is <see langword="null" />.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Selected"><summary>
            Occurs when the thumb is selected.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Unselected"><summary>
            Occurs when the thumb is unselected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.SelectedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Selected" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Selected" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.UnselectedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Unselected" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Unselected" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.IsSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.StopProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Stop" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.ColorSelection.Primitives.GradientBrushThumb.Stop" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the <see cref="T:System.Windows.UIElement" /> that is associated with this
            <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer" />. This method is called by
            <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.
            </summary><returns>
            The <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> specified in the owning <see cref="T:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer.GetClassNameCore"><summary>
            Gets the name of the <see cref="T:System.Windows.UIElement" /> that is associated with this <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer" />.
            This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.
            </summary><returns>
            The <c>Type.Name</c> of the <c>Owner</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer" /> class.
            </summary><param name="owner">The owner.</param></member><member name="T:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.AdvancedTextBlock" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer.GetNameCore"><summary>
            Gets text that describes the element that is associated with this automation peer.
            </summary><returns>The name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AdvancedTextBlockAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.AdvancedTextBlock)"><summary>
            Initializes a new instance of the <c>AdvancedTextBlockAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Automation.Peers.RadialSliderAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.RadialSlider" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.RadialSliderAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.RadialSliderAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.RadialSliderAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.RadialSliderAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.RadialSlider)"><summary>
            Initializes a new instance of the <c>RadialSliderAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the <see cref="T:System.Windows.UIElement" /> that is associated with this
            <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer" />. This method is called by
            <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.
            </summary><returns>
            The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.ProgressBar" /> enumeration value.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer.GetClassNameCore"><summary>
            Gets the name of the <see cref="T:System.Windows.UIElement" /> that is associated with this <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer" />.
            This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.
            </summary><returns>
            The <c>Type.Name</c> of the <c>Owner</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the object that supports the specified control pattern of the element that is associated with this automation
            peer.
            </summary><param name="patternInterface">A value in the enumeration.</param><returns>
            This method will return a <c>this</c> pointer in the follow cases:
            <list type="bullet"><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.Value" />.
            </term></item><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.RangeValue" /> and the owning
            <see cref="T:ActiproSoftware.Windows.Controls.AnimatedProgressBar" /> has <see cref="P:ActiproSoftware.Windows.Controls.AnimatedProgressBar.IsIndeterminate" /> set to <c>false</c>.
            </term></item></list></returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.AnimatedProgressBar)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AnimatedProgressBarAutomationPeer" /> class.
            </summary><param name="owner">The owner.</param></member><member name="T:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type of the element that is associated with the UI Automation peer.
            </summary><returns><see cref="F:System.Windows.Automation.Peers.AutomationControlType.SplitButton" /> if the owning <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> has
            <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode" /> set to <see cref="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.Split" />; otherwise
            <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Button" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer.GetClassNameCore"><summary>
            Gets the name of the <see cref="T:System.Windows.UIElement" /> that is associated with this <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer" />.
            This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.
            </summary><returns>
            The <c>Type.Name</c> of the <c>Owner</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the object that supports the specified control pattern of the element that is associated with this automation
            peer.
            </summary><param name="patternInterface">A value in the enumeration.</param><returns>
            This method will return a <c>this</c> pointer in the follow cases:
            <list type="bullet"><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.Invoke" /> and the owning
            <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> does not have <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode" /> set to
            <see cref="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.PopupOnly" /></term></item><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" /> and the owning
            <see cref="T:ActiproSoftware.Windows.Controls.PopupButton" /> does not have <see cref="P:ActiproSoftware.Windows.Controls.PopupButton.DisplayMode" /> set to
            <see cref="F:ActiproSoftware.Windows.Controls.PopupButtonDisplayMode.ButtonOnly" /></term></item></list></returns></member><member name="M:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.PopupButton)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.PopupButtonAutomationPeer" /> class.
            </summary><param name="owner">The owner.</param></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.EmbeddedTextBox"><summary>
            Represents a <c>TextBox</c> that can be embedded into other controls.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.EmbeddedTextBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.EmbeddedTextBox.#ctor"><summary>
            Initializes an instance of the <c>EmbeddedTextBox</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.CircularThumb"><summary>
            Represents a circular thumb used to change values in a various input control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.OnLostFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control loses focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.StartDrag(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Starts a thumb drag.
            </summary><param name="sourceEventArgs">The source <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" />, which can be used to capture the pointer.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.#ctor"><summary>
            Initializes an instance of the <c>CircularThumb</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.ArrowAngle"><summary>
            Gets or sets the arrow angle.
            </summary><value>
            The arrow angle.
            The default value is <c>180.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.IsDragging"><summary>
            Gets whether the thumb is being dragged by a pointer.
            </summary><value><c>true</c> if the thumb is being dragged by a pointer; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.PressedBackground"><summary>
            Gets or sets the background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is pressed.
            </summary><value>
            The background <see cref="T:System.Windows.Media.Brush" /> to render when the thumb is pressed.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.ArrowAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.ArrowAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.ArrowAngle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.IsDraggingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.IsDragging" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.IsDragging" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.PressedBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.PressedBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.CircularThumb.PressedBackground" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl"><summary>
            A <see cref="T:System.Windows.Controls.ContentControl" /> with input events that are abstracted
            for testing and mocking.
             </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnInputPreviewMouseWheel(System.Object,ActiproSoftware.Windows.Input.InputMouseWheelEventArgs)"><summary>
            Called when a MouseWheel tunnelling event occurs.
            </summary><param name="sender">The sender.</param><param name="args">The <see cref="T:ActiproSoftware.Windows.Input.InputMouseWheelEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnInputPreviewTouchDown(System.Object,ActiproSoftware.Windows.Input.InputTouchEventArgs)"><summary>
            Called when a TouchDown tunnelling event occurs.
            </summary><param name="sender">The sender.</param><param name="args">The <see cref="T:ActiproSoftware.Windows.Input.InputTouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnInputPreviewTouchMove(System.Object,ActiproSoftware.Windows.Input.InputTouchEventArgs)"><summary>
            Called when a TouchMove tunnelling event occurs.
            </summary><param name="sender">The sender.</param><param name="args">The <see cref="T:ActiproSoftware.Windows.Input.InputTouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnInputPreviewTouchUp(System.Object,ActiproSoftware.Windows.Input.InputTouchEventArgs)"><summary>
            Called when a TouchUp tunnelling event occurs.
            </summary><param name="sender">The sender.</param><param name="args">The <see cref="T:ActiproSoftware.Windows.Input.InputTouchEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.CaptureMouse(System.Windows.IInputElement)"><summary>
            Captures the mouse.
            </summary><param name="element">The element.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnPreviewMouseWheel(System.Windows.Input.MouseWheelEventArgs)"><summary>
            Invoked when an unhandled <see cref="E:System.Windows.Input.Mouse.PreviewMouseWheel" /> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseWheelEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnPreviewTouchDown(System.Windows.Input.TouchEventArgs)"><summary>
            Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewTouchDown" /> routed event that occurs when a touch presses this element.
            </summary><param name="e">A <see cref="T:System.Windows.Input.TouchEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnPreviewTouchMove(System.Windows.Input.TouchEventArgs)"><summary>
            Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewTouchMove" /> routed event that occurs when a touch moves while inside this element.
            </summary><param name="e">A <see cref="T:System.Windows.Input.TouchEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnPreviewTouchUp(System.Windows.Input.TouchEventArgs)"><summary>
            Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewTouchUp" /> routed event that occurs when a touch is released inside this element.
            </summary><param name="e">A <see cref="T:System.Windows.Input.TouchEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.OnInputTouchFrameReported(System.Object,ActiproSoftware.Windows.Input.InputSourceEventArgs)"><summary>
            Called when input touch frame reported.
            </summary><param name="sender">The sender.</param><param name="args">The args.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.AbstractedInputContentControl" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ChromeBase"><summary>
            Represents a base chrome element with support for different border styles.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ChromeBase.IsAnimationEnabled"><summary>
            Gets or sets a value indicating whether the various states can be animated.
            This is a dependency property.
            </summary><value><c>true</c> if the various states can be animated; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ChromeBase.IsAnimationEnabledResolved"><summary>
            Gets a value indicating whether the state transitions should be animated.
            </summary><value><c>true</c> if the state transitions should be animated; otherwise, <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ChromeBase.IsAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ChromeBase.IsAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ChromeBase.IsAnimationEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome"><summary>
            Represents a chrome for use with bullets, such as check boxes and radio buttons.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.OnRender(System.Windows.Media.DrawingContext)"><summary>
            Renders the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> using the various settings.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderClassicSunkenBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderGlyph(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the glyph of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the glyph.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderInnerBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the inner background.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.RenderInnerBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the inner border.</param></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.Background"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundDisabled"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundHover"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundPressed"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrush"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushDisabled"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushHover"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushPressed"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderStyle"><summary>
            Gets or sets the style used when rendering the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" />.
            This is a dependency property.
            </summary><value>
            The style used when rendering the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" />.
            The default value is <c>BulletChromeBorderStyle.Default</c></value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundChecked"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedDisabled"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedHover"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedPressed"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushChecked"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushCheckedDisabled"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminate"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateDisabled"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateHover"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminatePressed"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminate"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateDisabled"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateHover"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminatePressed"><summary>
            Gets or sets the brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackground"><summary>
            Gets or sets the brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundDisabled"><summary>
            Gets or sets the brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundHover"><summary>
            Gets or sets the brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundPressed"><summary>
            Gets or sets the brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrush"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushDisabled"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushHover"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushPressed"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.IsChecked"><summary>
            Gets or sets a value indicating whether the chrome is checked.
            This is a dependency property.
            </summary><value><c>true</c> if the chrome is check; <c>false</c> if the chrome is not checked; otherwise <see langword="null" /> to indicate an indeterminate value.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.LastState"><summary>
            Gets the previous state of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" />.
            This is a dependency property.
            </summary><value>
            The previous state of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" />.
            The default value is <c>BulletChromeState.Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.State"><summary>
            Gets or sets the current state of the chrome.
            This is a dependency property.
            </summary><value>
            The current state of the chrome.
            The default value is <c>BulletChromeState.Normal</c></value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.UseAlternateGeometry"><summary>
            Gets or sets a value indicating whether the chrome should use an alternate geometry.
            This is a dependency property.
            </summary><value><c>true</c> if the chrome should use an alternate geometry; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.Background" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.Background" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BackgroundPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderBrushPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.BorderStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundChecked" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundChecked" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundCheckedPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushCheckedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushChecked" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushChecked" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushCheckedDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushCheckedDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushCheckedDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminateHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminatePressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminatePressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBackgroundIndeterminatePressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminateHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminatePressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminatePressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.GlyphBorderBrushIndeterminatePressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBackgroundPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.InnerBorderBrushPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.IsCheckedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.IsChecked" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.IsChecked" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.LastStateProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.LastState" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.LastState" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.State" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.UseAlternateGeometryProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.UseAlternateGeometry" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.BulletChrome.UseAlternateGeometry" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.BulletChromeState"><summary>
            Represents the various states supported by the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.BulletChrome" /> element.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeState.Normal"><summary>
            Indicates the chrome is in the normal state.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeState.Disabled"><summary>
            Indicates that the chrome is disabled.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeState.Hover"><summary>
            Indicates that the mouse is hovering over the chrome.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeState.Pressed"><summary>
            Indicates that the chrome is pressed.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.BulletChromeBorderStyle"><summary>
            Specifies the valid border styles supported by the chrome elements.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeBorderStyle.None"><summary>
            Indicates that no border should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeBorderStyle.Default"><summary>
            Indicates that the default border style should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.BulletChromeBorderStyle.Sunken"><summary>
            Indicates that the classic border style with a sunken look should be used.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.CheckChrome"><summary>
            Represents a chrome for use with check boxes.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.MeasureOverride(System.Windows.Size)"><summary>
            Measures the child element of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.CheckChrome" /> to prepare for arranging it during the arrange pass.
            </summary><param name="constraint">An upper limit <see cref="T:System.Windows.Size" /> that should not be exceeded.</param><returns>
            The target <see cref="T:System.Windows.Size" /> of the element.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderClassicSunkenBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderGlyph(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the glyph of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the glyph.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderInnerBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the background.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.CheckChrome.RenderInnerBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.TintableBorder"><summary>
            Represents a border control whose brushes can be easily tinted towards a color.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.TintableBorder.TintColor"><summary>
            Gets or sets the tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            This is a dependency property.
            </summary><value>
            The tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            The default value is <c>Colors.Transparent</c>, which indicates no tinting should be applied.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.TintableBorder.TintColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.TintableBorder.TintColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.TintableBorder.TintColor" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ProgressBarHighlightBrushConverter"><summary>
             Represents a converter that can be used by a progress bar control to construct a <see cref="T:System.Windows.Media.Brush" /> that can be used to
             highlight a progress bar indicator.
             </summary><remarks>
             This converter expects the following source values to be specified:
             <list type="number"><item><term>
             Source Brush - A <see cref="T:System.Windows.Media.Brush" /> that should be used as a basis for the <see cref="T:System.Windows.Media.Brush" /> created by this converter.
             </term></item><item><term>
             Width - A <see cref="T:System.Double" /> that indicates the width of the progress bar.
             </term></item><item><term>
             Height - A <see cref="T:System.Double" /> that indicates the height of the progress bar.
             </term></item></list></remarks><example><code>
             &lt;-- Below is an example definition of the PART_Indicator for the AnimatedProgressBar. A similar definition could be
             used for the ProgressBar control. --&gt;
             &lt;Rectangle x:Name="animation"&gt;
                &lt;Rectangle.OpacityMask&gt;
                    &lt;MultiBinding&gt;
                        &lt;MultiBinding.Converter&gt;
                            &lt;themes:ProgressBarHighlightBrushConverter /&gt;
                        &lt;/MultiBinding.Converter&gt;
                        &lt;Binding Path="Foreground" RelativeSource="{RelativeSource TemplatedParent}" /&gt;
                        &lt;Binding Path="ActualWidth" ElementName="grid" /&gt;
                        &lt;Binding Path="ActualHeight" ElementName="grid" /&gt;
                    &lt;/MultiBinding&gt;
                &lt;/Rectangle.OpacityMask&gt;
            &lt;/Rectangle&gt;
             </code></example></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ProgressBarHighlightBrushConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source values into a <see cref="T:System.Windows.Media.Brush" /> that can be used to render a progress bar indicator.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A <see cref="T:System.Windows.Media.Brush" /> that can be used to render a progress bar indicator; otherwise  <see langword="null" />.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ProgressBarHighlightBrushConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ProgressBarHighlightBrushConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetTypes">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ProgressBarSegmentedBrushConverter"><summary>
             Represents a converter that can be used by a progress bar control to construct a <see cref="T:System.Windows.Media.Brush" /> that can be used as an opacity mask for a segemented progress bar indicator.
             </summary><remarks>
             This converter expects the following source values to be specified:
             <list type="number"><item><term>
             Continuous - A <see cref="T:System.Boolean" /> that indicates whether the <see cref="T:System.Windows.Media.Brush" /> created is intended for use by a progress bar that has a continuous indicator.
             </term></item><item><term>
             Orientation - An <see cref="T:System.Windows.Controls.Orientation" /> that indicates the orientation of the progress bar.
             </term></item><item><term>
             Indicator Width - A <see cref="T:System.Double" /> that indicates the width of the progress bar indicator.
             </term></item><item><term>
             Indicator Height - A <see cref="T:System.Double" /> that indicates the height of the progress bar indicator.
             </term></item><item><term>
             Track Width - A <see cref="T:System.Double" /> that indicates the width of the progress bar track.
             </term></item><item><term>
             Track Height - A <see cref="T:System.Double" /> that indicates the hieght of the progress bar track.
             </term></item><item><term>
             Indeterminate - A <see cref="T:System.Boolean" /> that indicates whether the <see cref="T:System.Windows.Media.Brush" /> created is intended for use by a progress bar that is indeterminate.
             </term></item></list></remarks><example><code>
             &lt;-- Below is an example definition of the PART_Indicator for the AnimatedProgressBar. A similar definition could be
             used for the ProgressBar control. --&gt;
             &lt;Rectangle x:Name="PART_Indicator"&gt;
                &lt;Rectangle.Fill&gt;
                    &lt;MultiBinding&gt;
                        &lt;MultiBinding.Converter&gt;
                            &lt;themes:ProgressBarSegmentedBrushConverter /&gt;
                        &lt;/MultiBinding.Converter&gt;
                        &lt;Binding Path="IsContinuous" RelativeSource="{RelativeSource TemplatedParent}" /&gt;
                        &lt;Binding Path="Orientation" RelativeSource="{RelativeSource TemplatedParent}" /&gt;
                        &lt;Binding Path="ActualWidth" ElementName="PART_Indicator" /&gt;
                        &lt;Binding Path="ActualHeight" ElementName="PART_Indicator" /&gt;
                        &lt;Binding Path="ActualWidth" ElementName="PART_Track" /&gt;
                        &lt;Binding Path="ActualHeight" ElementName="PART_Track" /&gt;
                        &lt;Binding Path="IsIndeterminate" RelativeSource="{RelativeSource TemplatedParent}" /&gt;
                    &lt;/MultiBinding&gt;
                &lt;/Rectangle.Fill&gt;
            &lt;/Rectangle&gt;
             </code></example></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ProgressBarSegmentedBrushConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts source values into a <see cref="T:System.Windows.Media.Brush" /> that can be used to render a progress bar indicator.
            </summary><param name="values">
            The array of values that the source bindings in the <see cref="T:System.Windows.Data.MultiBinding" /> produces.
            </param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A <see cref="T:System.Windows.Media.Brush" /> that can be used to render a progress bar indicator; otherwise  <see langword="null" />.
            </returns><remarks>
            See <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ProgressBarSegmentedBrushConverter" /> for more information on the expected source values.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ProgressBarSegmentedBrushConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)"><summary>
            This method always returns  <see langword="null" /> and should not be used.
            </summary><param name="value">Not used.</param><param name="targetTypes">Not used.</param><param name="parameter">Not used.</param><param name="culture">Not used.</param><returns><see langword="null" />.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph"><summary>
            Specifies the valid glyphs supported by the scroll chrome element.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.None"><summary>
            Indicates that no glyph should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.DownArrow"><summary>
            Indicates that the down arrow glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.LeftArrow"><summary>
            Indicates that the left arrow glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.RightArrow"><summary>
            Indicates that the right arrow glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.UpArrow"><summary>
            Indicates that the up arrow glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.HorizontalGripper"><summary>
            Indicates that a horizontal gripper glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.VerticalGripper"><summary>
            Indicates that a vertical gripper glyph will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph.DropDownArrow"><summary>
            Indicates that the drop down arrow glyph will be used.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome"><summary>
            Represents a chrome for use with scroll bars.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.ArrangeOverride(System.Windows.Size)"><summary>
            Arranges the content of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> element.
            </summary><param name="arrangeSize">The <see cref="T:System.Windows.Size" /> this element uses to arrange its child content.</param><returns>
            The <see cref="T:System.Windows.Size" /> that represents the arranged size of this <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> element and its child.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GetGlyph(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>Glyph</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.SetGlyph(System.Windows.DependencyObject,ActiproSoftware.Windows.Controls.Primitives.ScrollChromeGlyph)"><summary>
            Sets the value of the <c>Glyph</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.MeasureOverride(System.Windows.Size)"><summary>
            Measures the child element of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> to prepare for arranging it during the arrange pass.
            </summary><param name="availableSize">An upper limit <see cref="T:System.Windows.Size" /> that should not be exceeded.</param><returns>
            The target <see cref="T:System.Windows.Size" /> of the element.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.OnRender(System.Windows.Media.DrawingContext)"><summary>
            Renders the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> using the various settings.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.Glyph"><summary>
            Gets or sets the glyph to be rendered by the chrome.
            This is a dependency property.
            </summary><value>
            The glyph to be rendered by the chrome.
            The default value is <c>None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackground"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundDisabled"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundHover"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundPressed"><summary>
            Gets or sets the brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlight"><summary>
            Gets or sets the brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightDisabled"><summary>
            Gets or sets the brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightHover"><summary>
            Gets or sets the brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightPressed"><summary>
            Gets or sets the brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the glyph highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.UseAlternateGeometry"><summary>
            Gets or sets a value indicating whether the chrome should use an alternate geometry.
            This is a dependency property.
            </summary><value><c>true</c> if the chrome should use an alternate geometry; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphBackgroundPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphHighlightPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.GlyphProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.Glyph" /> dependency prcoperty.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.Glyph" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.UseAlternateGeometryProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.UseAlternateGeometry" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ScrollChrome.UseAlternateGeometry" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.RadioChrome"><summary>
            Represents a chrome for use with radio buttons.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.MeasureOverride(System.Windows.Size)"><summary>
            Measures the child element of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.RadioChrome" /> to prepare for arranging it during the arrange pass.
            </summary><param name="constraint">An upper limit <see cref="T:System.Windows.Size" /> that should not be exceeded.</param><returns>
            The target <see cref="T:System.Windows.Size" /> of the element.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the background.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderClassicSunkenBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the border.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderGlyph(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the glyph of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the glyph.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderInnerBackground(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner background of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the inner background.</param></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.RadioChrome.RenderInnerBorder(System.Windows.Media.DrawingContext,System.Windows.Rect)"><summary>
            Draws the inner border of the chrome.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param><param name="bounds">The bounds to render the inner border.</param></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle"><summary>
            Specifies the valid border styles supported by the chrome elements.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.None"><summary>
            Indicates that no border should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.Default"><summary>
            Indicates that the default border style should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.Etched"><summary>
            Indicates that the classic border style with an etched look should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.Raised"><summary>
            Indicates that the classic border style with a raised look should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.Sunken"><summary>
            Indicates that the classic border style with a sunken look should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.AlternateRaised"><summary>
            Indicates that the classic border style with a alternate raised look should be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeBorderStyle.ThinRaised"><summary>
            Indicates that the classic border style with a thin raised look should be used.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome"><summary>
            Represents a chrome for use with edit boxes, lists, buttons, etc.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.ArrangeOverride(System.Windows.Size)"><summary>
            Arranges the content of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> element.
            </summary><param name="arrangeSize">The <see cref="T:System.Windows.Size" /> this element uses to arrange its child content.</param><returns>
            The <see cref="T:System.Windows.Size" /> that represents the arranged size of this <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> element and its child.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.MeasureOverride(System.Windows.Size)"><summary>
            Measures the child element of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> to prepare for arranging it during the arrange pass.
            </summary><param name="constraint">An upper limit <see cref="T:System.Windows.Size" /> that should not be exceeded.</param><returns>
            The target <see cref="T:System.Windows.Size" /> of the element.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.OnRender(System.Windows.Media.DrawingContext)"><summary>
            Renders the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> using the various settings.
            </summary><param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Background"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDefaulted"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDisabled"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundFocused"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundHover"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundPressed"><summary>
            Gets or sets the brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the background of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrush"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDefaulted"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDisabled"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushFocused"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushHover"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushPressed"><summary>
            Gets or sets the brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderStyle"><summary>
            Gets or sets the style used when rendering the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            This is a dependency property.
            </summary><value>
            The style used when rendering the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            The default value is <c>ElementChromeBorderStyle.Default</c></value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderThickness"><summary>
            Gets or sets the border thickness used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            This is a dependency property.
            </summary><value>
            The border thickness used to render the border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            The default value is <c>0,0,0,0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.CornerRadius"><summary>
            Gets or sets which corners of should be rounded.
            This is a dependency property.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Corners" /> which indicates which corners should be rounded.
            The default value is <c>0,0,0,0</c></value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Highlight"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDefaulted"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDisabled"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightFocused"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightHover"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightPressed"><summary>
            Gets or sets the brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the highlight of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrush"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the normal state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDefaulted"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the defaulted state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDisabled"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the disabled state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushFocused"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the focused state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushHover"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the hover state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushPressed"><summary>
            Gets or sets the brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            This is a dependency property.
            </summary><value>
            The brush used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> is in the pressed state.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderThickness"><summary>
            Gets or sets the border thickness used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            This is a dependency property.
            </summary><value>
            The border thickness used to render the inner border of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            The default value is <c>0,0,0,0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.LastState"><summary>
            Gets the previous state of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            This is a dependency property.
            </summary><value>
            The previous state of the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" />.
            The default value is <c>ElementChromeState.Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Padding"><summary>
            Gets or sets the padding used inside the control.
            This is a dependency property.
            </summary><value>
            The padding used inside the control.
            The default value is <c>0</c></value></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.State"><summary>
            Gets or sets the current state of the chrome.
            This is a dependency property.
            </summary><value>
            The current state of the chrome.
            The default value is <c>ElementChromeState.Normal</c></value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Background" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Background" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDefaultedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDefaulted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDefaulted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundFocusedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundFocused" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundFocused" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BackgroundPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDefaultedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDefaulted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDefaulted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushFocusedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushFocused" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushFocused" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderBrushPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.BorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Highlight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Highlight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDefaultedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDefaulted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDefaulted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightFocusedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightFocused" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightFocused" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.HighlightPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDefaultedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDefaulted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDefaulted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDisabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDisabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushDisabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushFocusedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushFocused" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushFocused" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderBrushPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.InnerBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.LastStateProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.LastState" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.LastState" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.PaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Padding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.Padding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.ElementChrome.State" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState"><summary>
            Represents the various states supported by the <see cref="T:ActiproSoftware.Windows.Controls.Primitives.ElementChrome" /> element.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Normal"><summary>
            Indicates the chrome is in the normal state.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Defaulted"><summary>
            Indicates that the chrome is associated with the default button.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Disabled"><summary>
            Indicates that the chrome is disabled.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Hover"><summary>
            Indicates that the mouse is hovering over the chrome.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Focused"><summary>
            Indicates that the chrome has focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.ElementChromeState.Pressed"><summary>
            Indicates that the chrome is pressed.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl"><summary>
            Represents a content control that is visible in the UI automation framework.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl.OnCreateAutomationPeer"><summary>
            Returns class-specific <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> implementations for the Windows Presentation Foundation (WPF)
            infrastructure.
            </summary><returns>
            An instance of <see cref="T:ActiproSoftware.Windows.Controls.Automation.Peers.AutomationContentControlAutomationPeer" />.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl.ControlType"><summary>
            Gets or sets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> used by this control in the WPF automation framework.
            </summary><value>
            The <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> used by this control. The default value is <c>AutomationControlType.Pane</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl.ControlTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl.ControlType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Primitives.AutomationContentControl.ControlType" /> dependency property.</value></member><member name="T:ActiproSoftware.Compatibility.DependencyPropertyEx"><summary>
            Provides compatibility support for defining dependency properties in WPF and Silverlight.
            </summary></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.Register(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)"><summary>
            Registers a dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.Register(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)"><summary>
            Registers a dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><param name="validateValueCallback">A delegate to be called to validate values.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.RegisterAttached(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)"><summary>
            Registers an attached dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.RegisterAttached(System.String,System.Type,System.Type,System.Windows.PropertyMetadata,System.Windows.ValidateValueCallback)"><summary>
            Registers an attached dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><param name="validateValueCallback">A delegate to be called to validate values.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.RegisterAttachedReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)"><summary>
            Registers an attached read-only dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="M:ActiproSoftware.Compatibility.DependencyPropertyEx.RegisterReadOnly(System.String,System.Type,System.Type,System.Windows.PropertyMetadata)"><summary>
            Registers a read-only dependency property, with the specified property type, owner type, and property metadata. 
            </summary><param name="name">The name of the dependency property to register.</param><param name="propertyType">The type of the property.</param><param name="ownerType">The owner type that is registering the dependency property.</param><param name="typeMetadata">Property metadata for the dependency property.</param><returns>A dependency property key that should be used to set the value of a static read-only field in your class, which is then used to reference the dependency property.</returns></member><member name="T:ActiproSoftware.Compatibility.DrawingContextWrapper"><summary>
            Represents a drawing context wrapper which is compatible between Silverlight and WPF.
            </summary></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawEllipse(System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Point,System.Double,System.Double)"><summary>
            Draws an ellipse with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="brush">The brush with which to fill the ellipse. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the ellipse. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="center">The location of the center of the ellipse.</param><param name="radiusX">The horizontal radius of the ellipse.</param><param name="radiusY">The vertical radius of the ellipse.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawEllipse(System.Object,System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Point,System.Double,System.Double)"><summary>
            Draws an ellipse with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="key">The key used to identify the ellipse in future calls. This is optional, and can be <see langword="null" />.</param><param name="brush">The brush with which to fill the ellipse. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the ellipse. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="center">The location of the center of the ellipse.</param><param name="radiusX">The horizontal radius of the ellipse.</param><param name="radiusY">The vertical radius of the ellipse.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawGeometry(System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Media.Geometry)"><summary>
            Draws the specified <see cref="T:System.Windows.Media.Geometry" /> using the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="brush">The brush with which to fill the <see cref="T:System.Windows.Media.Geometry" />. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the <see cref="T:System.Windows.Media.Geometry" />. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="geometry">The <see cref="T:System.Windows.Media.Geometry" /> to draw.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawGeometry(System.Object,System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Media.Geometry)"><summary>
            Draws the specified <see cref="T:System.Windows.Media.Geometry" /> using the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="key">The key used to identify the <see cref="T:System.Windows.Media.Geometry" /> in future calls. This is optional, and can be <see langword="null" />.</param><param name="brush">The brush with which to fill the <see cref="T:System.Windows.Media.Geometry" />. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the <see cref="T:System.Windows.Media.Geometry" />. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="geometry">The <see cref="T:System.Windows.Media.Geometry" /> to draw.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawImage(System.Windows.Media.ImageSource,System.Windows.Rect)"><summary>
            Draws an image into the region defined by the specified <see cref="T:System.Windows.Rect" />.
            </summary><param name="imageSource">The image to draw.</param><param name="rectangle">The region in which to draw <paramref name="imageSource" />.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawImage(System.Object,System.Windows.Media.ImageSource,System.Windows.Rect)"><summary>
            Draws an image into the region defined by the specified <see cref="T:System.Windows.Rect" />.
            </summary><param name="key">The key used to identify the image in future calls. This is optional, and can be <see langword="null" />.</param><param name="imageSource">The image to draw.</param><param name="rectangle">The region in which to draw <paramref name="imageSource" />.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawLine(System.Windows.Media.Pen,System.Windows.Point,System.Windows.Point)"><summary>
            Draws a line between the specified points using the specified <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="pen">The pen with which to stroke the line.</param><param name="point0">The start point of the line.</param><param name="point1">The end point of the line.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawLine(System.Object,System.Windows.Media.Pen,System.Windows.Point,System.Windows.Point)"><summary>
            Draws a line between the specified points using the specified <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="key">The key used to identify the line in future calls. This is optional, and can be <see langword="null" />.</param><param name="pen">The pen with which to stroke the line.</param><param name="point0">The start point of the line.</param><param name="point1">The end point of the line.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawRectangle(System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Rect)"><summary>
            Draws a rectangle with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="brush">The brush with which to fill the rectangle. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the rectangle. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="rectangle">The rectangle to draw.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawRectangle(System.Object,System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Rect)"><summary>
            Draws a rectangle with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="key">The key used to identify the rectangle in future calls. This is optional, and can be <see langword="null" />.</param><param name="brush">The brush with which to fill the rectangle. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the rectangle. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="rectangle">The rectangle to draw.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawRoundedRectangle(System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Rect,System.Double,System.Double)"><summary>
            Draws a rounded rectangle with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="brush">The brush with which to fill the rounded rectangle. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the rounded rectangle. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="rectangle">The rectangle to draw.</param><param name="radiusX">The radius in the X dimension of the rounded corners. This value will be clamped to the range of <c>0</c> to <c>Width/2</c>.</param><param name="radiusY">The radius in the Y dimension of the rounded corners. This value will be clamped to a value between <c>0</c> to <c>Height/2</c>.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawRoundedRectangle(System.Object,System.Windows.Media.Brush,System.Windows.Media.Pen,System.Windows.Rect,System.Double,System.Double)"><summary>
            Draws a rounded rectangle with the specified <see cref="T:System.Windows.Media.Brush" /> and <see cref="T:System.Windows.Media.Pen" />.
            </summary><param name="key">The key used to identify the rounded rectangle in future calls. This is optional, and can be <see langword="null" />.</param><param name="brush">The brush with which to fill the rounded rectangle. This is optional, and can be <see langword="null" />. If the brush is <see langword="null" />, no fill is drawn.</param><param name="pen">The pen with which to stroke the rounded rectangle. This is optional, and can be <see langword="null" />. If the pen is <see langword="null" />, no stroke is drawn.</param><param name="rectangle">The rectangle to draw.</param><param name="radiusX">The radius in the X dimension of the rounded corners. This value will be clamped to the range of <c>0</c> to <c>Width/2</c>.</param><param name="radiusY">The radius in the Y dimension of the rounded corners. This value will be clamped to a value between <c>0</c> to <c>Height/2</c>.</param><remarks>
            The brush and the pen can both be <see langword="null" />. If the brush is <see langword="null" />, then no fill is performed. If the pen is <see langword="null" />, then no stoke is performed. If both the pen and the brush are <see langword="null" />, then the drawing is not visible.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawText(System.Windows.Media.FormattedText,System.Windows.Point)"><summary>
            Draws formatted text at the specified location.
            </summary><param name="formattedText">The formatted text to be drawn.</param><param name="origin">The location where the text is to be drawn.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.DrawText(System.Object,System.Windows.Media.FormattedText,System.Windows.Point)"><summary>
            Draws formatted text at the specified location.
            </summary><param name="key">The key used to identify the rounded rectangle in future calls. This is optional, and can be <see langword="null" />.</param><param name="formattedText">The formatted text to be drawn.</param><param name="origin">The location where the text is to be drawn.</param></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.Pop"><summary>
            Pops the last opacity mask, opacity, clip, or transform operation that was pushed onto the drawing context.
            </summary><remarks>
            Once an operation is popped, it is no longer applied to subsequent drawing commands.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.PushClip(System.Windows.Media.Geometry)"><summary>
            Pushes the specified clip region onto the drawing context.
            </summary><param name="clipGeometry">The clip region to apply to subsequent drawing commands.</param><remarks>
            The clip region applies to all subsequent drawing commands until it is removed by the <see cref="M:ActiproSoftware.Compatibility.DrawingContextWrapper.Pop" /> command.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.PushOpacity(System.Double)"><summary>
            Pushes the specified opacity setting onto the drawing context.
            </summary><param name="opacity">The opacity factor to apply to subsequent drawing commands. This factor is cumulative with previous <see cref="M:ActiproSoftware.Compatibility.DrawingContextWrapper.PushOpacity(System.Double)" /> operations.</param><remarks>
            The opacity is blended into all subsequent drawing commands until it is removed by the <see cref="M:ActiproSoftware.Compatibility.DrawingContextWrapper.Pop" /> command.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.PushOpacityMask(System.Windows.Media.Brush)"><summary>
            Pushes the specified opacity mask onto the drawing context.
            </summary><param name="opacityMask">The opacity mask to apply to subsequent drawings. The alpha values of this brush determine the opacity of the drawing to which it is applied.</param><remarks>
            The mask is applied to all subsequent drawing commands until it is removed by the <see cref="M:ActiproSoftware.Compatibility.DrawingContextWrapper.Pop" /> command.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.PushTransform(System.Windows.Media.Transform)"><summary>
            Pushes the specified <see cref="T:System.Windows.Media.Transform" /> onto the drawing context.
            </summary><param name="transform">The transform to apply to subsequent drawing commands.</param><remarks>
            The transform applies to all subsequent drawing commands until it is removed by the <see cref="M:ActiproSoftware.Compatibility.DrawingContextWrapper.Pop" /> command.
            </remarks></member><member name="M:ActiproSoftware.Compatibility.DrawingContextWrapper.#ctor(System.Windows.Media.DrawingContext)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Compatibility.DrawingContextWrapper" /> class.
            </summary><param name="drawingContext">The drawing context.</param></member><member name="T:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.VisualDescendantFilterCallback"><summary>
            Represents a delegate that can be used to test a specified object.
            </summary><param name="obj">The object to be tested.</param><returns>
            A value from the <see cref="T:ActiproSoftware.Windows.Media.VisualDescendantFilterBehavior" /> enumeration to indicate what action to take.
            </returns></member><member name="T:ActiproSoftware.Windows.Media.VisualTreeHelperExtended.VisualResultCallback"><summary>
            Represents a delegate that can be used to test a specified object.
            </summary><param name="obj">The object to be tested.</param><returns>
            A value from the <see cref="T:ActiproSoftware.Windows.Media.VisualResultBehavior" /> enumeration to indicate what action to take.
            </returns></member><member name="T:ActiproSoftware.Windows.Data.DelegateConverter.ConvertDelegate"><summary>
            Represents a delegate that can be used to convert a value.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>
            A converted value. If the method returns null, the valid null value is used.
            </returns></member></members></doc>