﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.Windows.Design</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Windows.Design.ContextItem">
      <summary>
          Représente un état unique dans le concepteur.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItem.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.ContextItem" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.ContextItem.ItemType">
      <summary>
          En cas de substitution dans une classe dérivée, ce membre reçoit le type d'élément pour cet élément de contexte d'édition. 
        </summary>
      <returns>
        <see cref="T:System.Type" /> pour cet élément de contexte d'édition.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItem.OnItemChanged(Microsoft.Windows.Design.EditingContext,Microsoft.Windows.Design.ContextItem)">
      <summary>
          Appelé sur un élément de contexte avant qu'il ne soit stocké dans le gestionnaire de l'élément de contexte. 
        </summary>
      <param name="context">
              Contexte d'édition qui apporte cette modification.
            </param>
      <param name="previousItem">
              Élément précédemment actif dans le contexte.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.ContextItemManager">
      <summary>
          Conserve un ensemble d'éléments de contexte. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.ContextItemManager" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Contains``1">
      <summary>
          Retourne une valeur qui indique si le gestionnaire de l'élément de contexte contient un élément du type spécifié.
        </summary>
      <returns>
          
            true si le contexte contient une instance de ce type d'élément ; sinon, false.
        </returns>
      <typeparam name="ItemType">
              Type d'élément à vérifier.
            </typeparam>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Contains(System.Type)">
      <summary>
          En cas de substitution dans une classe dérivée, retourne une valeur qui indique si le gestionnaire de l'élément de contexte contient un élément du type spécifié.
        </summary>
      <returns>
          
            true si le contexte contient une instance de ce type d'élément ; sinon, false.
        </returns>
      <param name="itemType">
              Type d'élément à vérifier.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="itemType" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.GetEnumerator">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une énumération d'éléments de contexte dans le contexte d'édition.
        </summary>
      <returns>
          Énumération d'éléments de contexte.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.GetTarget(System.Delegate)">
      <summary>
          Méthode utilitaire qui retourne l'objet cible pour un délégué.
        </summary>
      <returns>
          Objet cible du rappel.
        </returns>
      <param name="callback">
              Rappel dont vous souhaitez la cible.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.GetValue``1">
      <summary>
          Retourne une instance du type d'élément demandé. 
        </summary>
      <returns>
          Élément de contexte du type demandé. S'il n'y a aucun élément dans le contexte de ce type, un élément par défaut sera créé.
        </returns>
      <typeparam name="ItemType">
              Type d'élément à retourner.
            </typeparam>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.GetValue(System.Type)">
      <summary>
          En cas de substitution dans une classe dérivée, retourne une instance du type d'élément demandé. 
        </summary>
      <returns>
          Élément de contexte du type demandé. S'il n'y a aucun élément dans le contexte de ce type, un élément par défaut sera créé.
        </returns>
      <param name="itemType">
              Type d'élément à retourner.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="itemType" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.NotifyItemChanged(Microsoft.Windows.Design.EditingContext,Microsoft.Windows.Design.ContextItem,Microsoft.Windows.Design.ContextItem)">
      <summary>
          Appelle la méthode protégée <see cref="M:Microsoft.Windows.Design.ContextItem.OnItemChanged(Microsoft.Windows.Design.EditingContext,Microsoft.Windows.Design.ContextItem)" /> du <see cref="T:Microsoft.Windows.Design.ContextItem" /> spécifié.
        </summary>
      <param name="context">
              Contexte d'édition en cours d'utilisation.
            </param>
      <param name="item">
              Nouvel élément de contexte.
            </param>
      <param name="previousItem">
              Élément de contexte précédent.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="context" />, <paramref name="item" /> ou <paramref name="previousItem" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.RemoveCallback(System.Delegate,System.Delegate)">
      <summary>
          Méthode d'assistance qui exécute un Delegate.Remove, mais sait comment désencapsuler des délégués qui sont des proxys de rappels génériques. 
        </summary>
      <returns>
          Nouveau délégué assigné à l'existant.
        </returns>
      <param name="existing">
              Délégué existant.
            </param>
      <param name="toRemove">
              Délégué à supprimer de l'existant.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.SetValue(Microsoft.Windows.Design.ContextItem)">
      <summary>
          En cas de substitution dans une classe dérivée, affecte la valeur spécifiée à un élément de contexte. 
        </summary>
      <param name="value">
              Valeur à définir dans le gestionnaire de l'élément de contexte. La valeur ne peut pas être null.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Subscribe``1(Microsoft.Windows.Design.SubscribeContextCallback{``0})">
      <summary>
          Rajoute un rappel appelé lorsqu'un élément de contexte du type d'élément spécifié change.
        </summary>
      <param name="callback">
              Rappel appelé lorsque <paramref name="ContextItemType" /> change.
            </param>
      <typeparam name="ContextItemType">
              Type d'élément auquel s'abonner.
            </typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Subscribe(System.Type,Microsoft.Windows.Design.SubscribeContextCallback)">
      <summary>
          En cas de substitution dans une classe dérivée, ajoute un rappel appelé lorsqu'un élément de contexte, du type d'élément spécifié, change.
        </summary>
      <param name="contextItemType">
              Type d'élément auquel s'abonner.
            </param>
      <param name="callback">
              Rappel qui sera appelé lorsque <paramref name="contextItemType" /> change.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="contextItemType" /> ou <paramref name="callback" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.System#Collections#IEnumerable#GetEnumerator">
      <summary>
          Pour obtenir une description de ce membre, consultez <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Unsubscribe``1(Microsoft.Windows.Design.SubscribeContextCallback{``0})">
      <summary>
          Supprime un abonnement.
        </summary>
      <param name="callback">
              Rappel à supprimer.
            </param>
      <typeparam name="ContextItemType">
              Type d'élément de contexte depuis lequel supprimer le rappel.
            </typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ContextItemManager.Unsubscribe(System.Type,Microsoft.Windows.Design.SubscribeContextCallback)">
      <summary>
          En cas de substitution dans une classe dérivée, supprime un abonnement.
        </summary>
      <param name="contextItemType">
              Type d'élément de contexte depuis lequel supprimer le rappel.
            </param>
      <param name="callback">
              Rappel à supprimer.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="contextItemType" /> ou <paramref name="callback" /> est null.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.EditingContext">
      <summary>
          Contient l'état contextuel d'un concepteur.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.EditingContext" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.CreateContextItemManager">
      <summary>
          Crée une instance du gestionnaire de l'élément de contexte à retourner par la propriété <see cref="P:Microsoft.Windows.Design.EditingContext.Items" />. 
        </summary>
      <returns>
          Implémentation de la classe <see cref="T:Microsoft.Windows.Design.ContextItemManager" />.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.CreateServiceManager">
      <summary>
          Crée une instance du gestionnaire de services à retourner par la propriété <see cref="P:Microsoft.Windows.Design.EditingContext.Services" />. 
        </summary>
      <returns>
          Implémentation de la classe <see cref="T:Microsoft.Windows.Design.ServiceManager" />.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.Dispose">
      <summary>
          Libère toutes les ressources utilisées par <see cref="T:Microsoft.Windows.Design.EditingContext" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.Dispose(System.Boolean)">
      <summary>
          Libère les ressources non managées utilisées par <see cref="T:Microsoft.Windows.Design.EditingContext" /> et libère éventuellement les ressources managées. 
        </summary>
      <param name="disposing">
              
                true pour libérer les ressources managées et non managées ; false pour libérer seulement les ressources non managées. 
            </param>
    </member>
    <member name="E:Microsoft.Windows.Design.EditingContext.Disposing">
      <summary>
          Se produit lorsque la méthode <see cref="M:Microsoft.Windows.Design.EditingContext.Dispose" /> est appelée.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.EditingContext.Finalize">
      <summary>
          Finaliseur qui implémente le modèle <see cref="T:System.IDisposable" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.EditingContext.Items">
      <summary>
          Récupère la collection locale d'éléments de contexte présentée par ce contexte d'édition.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.ContextItemManager" /> d'éléments de contexte fourni par ce contexte d'édition.
        </returns>
      <exception cref="T:System.InvalidOperationException">
              La méthode <see cref="M:Microsoft.Windows.Design.EditingContext.CreateContextItemManager" /> a retourné un null<see cref="T:Microsoft.Windows.Design.ContextItemManager" />.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.EditingContext.Services">
      <summary>
          Récupère le gestionnaire de services pour ce contexte d'édition.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.ServiceManager" /> pour ce contexte d'édition.
        </returns>
      <exception cref="T:System.InvalidOperationException">
              La méthode <see cref="M:Microsoft.Windows.Design.EditingContext.CreateServiceManager" /> a retourné un null<see cref="T:Microsoft.Windows.Design.ServiceManager" />.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.OrderToken">
      <summary>
          Une classe générique qui identifie l'ordre de tri d'éléments hiérarchiques.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.OrderToken.#ctor(Microsoft.Windows.Design.OrderTokenPrecedence,Microsoft.Windows.Design.OrderToken,Microsoft.Windows.Design.OrderTokenConflictResolution)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.OrderToken" /> en se basant sur le <see cref="T:Microsoft.Windows.Design.OrderToken" /> référencé spécifié, la précédence et la sémantique de résolution de conflit.
        </summary>
      <param name="precedence">
              Précédence de ce jeton sur la base du jeton référencé.
            </param>
      <param name="reference">
              Jeton référencé. Il peut s'agir de null dans le cas du jeton racine. Un jeton racine est un jeton qui n'est dépendant d'aucun jeton.
            </param>
      <param name="conflictResolution">
              Sémantique de résolution de conflit. 
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.OrderToken.CompareTo(Microsoft.Windows.Design.OrderToken)">
      <summary>
          Compare ce jeton d'ordre avec le jeton d'ordre spécifié. 
        </summary>
      <returns>
          0 lorsque les jetons ont une priorité d'ordre égale, -1 si cet ordre vient avant l'ordre spécifié, sinon, 1.
        </returns>
      <param name="other">
              Jeton à comparer à ce jeton.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.OrderToken.ResolveConflict(Microsoft.Windows.Design.OrderToken,Microsoft.Windows.Design.OrderToken)">
      <summary>
          Appelé par l'implémentation <see cref="M:Microsoft.Windows.Design.OrderToken.CompareTo(Microsoft.Windows.Design.OrderToken)" /> par défaut lorsque deux objets <see cref="T:Microsoft.Windows.Design.OrderToken" /> semblent être équivalents. 
        </summary>
      <returns>
          0 si les deux sont égaux, -1 si celui de gauche vient avant celui de droite, sinon, 1.
        </returns>
      <param name="left">
        <see cref="T:Microsoft.Windows.Design.OrderToken" /> gauche.
            </param>
      <param name="right">
        <see cref="T:Microsoft.Windows.Design.OrderToken" /> droit.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.OrderTokenConflictResolution">
      <summary>
          Énumération utilisée pour spécifier le gagnant des liens de commande. 
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.OrderTokenConflictResolution.Win">
      <summary>
          Indique que ce jeton doit gagner pendant les conflits. Si deux jetons comparés sont équivalents et qu'ils ont tous deux <see cref="T:Microsoft.Windows.Design.OrderTokenConflictResolution" /> avec la valeur <see cref="F:Microsoft.Windows.Design.OrderTokenConflictResolution.Win" />, ils sont considérés égaux.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.OrderTokenConflictResolution.Lose">
      <summary>
          Indique que ce jeton doit perdre pendant les conflits. 
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.OrderTokenPrecedence">
      <summary>
          Énumération qui spécifie la priorité des jetons d'ordre. 
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.OrderTokenPrecedence.Before">
      <summary>
          Indique que ce jeton vient avant.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.OrderTokenPrecedence.After">
      <summary>
          Indique que ce jeton vient après.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PublishServiceCallback">
      <summary>
          Délégué rappelé lorsqu'un objet doit publier une instance d'un service.
        </summary>
      <returns>
          Instance de type <paramref name="serviceType" />.
        </returns>
      <param name="serviceType">
              Type de service à publier.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.PublishServiceCallback`1">
      <summary>A generic delegate that is called back when an object should publish an instance of a service.</summary>
      <returns>An instance of the specified service type.</returns>
      <typeparam name="ServiceType">
      </typeparam>
    </member>
    <member name="T:Microsoft.Windows.Design.ServiceManager">
      <summary>
          Représente le comportement associé à un <see cref="T:Microsoft.Windows.Design.EditingContext" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.ServiceManager" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Contains``1">
      <summary>
          Détermine si le <see cref="T:Microsoft.Windows.Design.ServiceManager" /> contient un service du type spécifié.
        </summary>
      <returns>
          
            true si <see cref="T:Microsoft.Windows.Design.ServiceManager" /> contient <paramref name="serviceType" /> ; sinon, false.
        </returns>
      <typeparam name="ServiceType">
              Type de service à rechercher.
            </typeparam>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Contains(System.Type)">
      <summary>
          En cas de substitution dans une classe dérivée, détermine si le <see cref="T:Microsoft.Windows.Design.ServiceManager" /> contient un service du type spécifié.
        </summary>
      <returns>
          
            true si <see cref="T:Microsoft.Windows.Design.ServiceManager" /> contient <paramref name="serviceType" /> ; sinon, false.
        </returns>
      <param name="serviceType">
              Type de service à rechercher.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.GetEnumerator">
      <summary>
          En cas de substitution dans une classe dérivée, extrait un énumérateur des services publiés de ce <see cref="T:Microsoft.Windows.Design.ServiceManager" />.
        </summary>
      <returns>
          Énumération des services publiés.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.GetRequiredService``1">
      <summary>
          Extrait une instance d'un service du type spécifié.
        </summary>
      <returns>
          Instance du type de service demandé. Cette méthode ne retourne jamais null.
        </returns>
      <typeparam name="ServiceType">
              Type de service à récupérer.
            </typeparam>
      <exception cref="T:System.NotSupportedException">
              Il n'existe aucun service du type demandé.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.GetService``1">
      <summary>
          Extrait une instance d'un service du type générique spécifié.
        </summary>
      <returns>
          Instance du type de service demandé ; sinon, null.
        </returns>
      <typeparam name="ServiceType">
              Type de service à récupérer.
            </typeparam>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.GetService(System.Type)">
      <summary>
          En cas de substitution dans une classe dérivée, extrait une instance d'un service du type spécifié.
        </summary>
      <returns>
          Instance du type de service demandé ; sinon, null.
        </returns>
      <param name="serviceType">
              Type de service à récupérer.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.GetTarget(System.Delegate)">
      <summary>
          Méthode d'assistance qui reçoit l'objet cible pour un délégué. 
        </summary>
      <returns>
          Cible de <paramref name="callback" />.
        </returns>
      <param name="callback">
              Délégué pour lequel obtenir la cible.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Publish``1(Microsoft.Windows.Design.PublishServiceCallback{``0})">
      <summary>
          Publie un service du type spécifié, représenté par la méthode spécifiée.
        </summary>
      <param name="callback">
              Méthode à appeler lorsque le service est demandé.
            </param>
      <typeparam name="ServiceType">
              Type de service publié.
            </typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Publish(System.Type,Microsoft.Windows.Design.PublishServiceCallback)">
      <summary>
          En cas de substitution dans une classe dérivée, publie un service du type spécifié, représenté par la méthode spécifiée.
        </summary>
      <param name="serviceType">
              Type de service publié.
            </param>
      <param name="callback">
              Méthode à appeler lorsque le service est demandé.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Publish(System.Type,System.Object)">
      <summary>
          En cas de substitution dans une classe dérivée, publie l'instance du service spécifiée du type indiqué.
        </summary>
      <param name="serviceType">
              Type de service publié.
            </param>
      <param name="serviceInstance">
              Instance du service.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Publish``1(``0)">
      <summary>
          Publie l'instance du service spécifié du type indiqué.
        </summary>
      <param name="serviceInstance">
              Instance du service.
            </param>
      <typeparam name="ServiceType">
              Type de service publié.
            </typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="serviceInstance" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.RemoveCallback(System.Delegate,System.Delegate)">
      <summary>
          Supprime une méthode de rappel d'un délégué.
        </summary>
      <returns>
          Nouveau délégué qui doit remplacer le délégué existant. Si <paramref name="existing" /> est null, retourne null. Si <paramref name="toRemove" /> est null, retourne <paramref name="existing" />.
        </returns>
      <param name="existing">
              Délégué duquel supprimer le rappel.
            </param>
      <param name="toRemove">
              Méthode de rappel à supprimer du délégué.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Subscribe``1(Microsoft.Windows.Design.SubscribeServiceCallback{``0})">
      <summary>Requests that the specified method is called when a service of the specified type is available.</summary>
      <param name="callback">The method to invoke when the service is available.</param>
      <typeparam name="ServiceType">The type of service to subscribe to.</typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Subscribe(System.Type,Microsoft.Windows.Design.SubscribeServiceCallback)">
      <summary>
          En cas de substitution dans une classe dérivée, demande que la méthode spécifiée soit appelée lorsqu'un service du type spécifié est disponible.
        </summary>
      <param name="serviceType">
              Type de service auquel s'abonner.
            </param>
      <param name="callback">
              Méthode à appeler lorsque le service est disponible.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.System#Collections#IEnumerable#GetEnumerator">
      <summary>
          Pour obtenir une description de ce membre, consultez <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Unsubscribe``1(Microsoft.Windows.Design.SubscribeServiceCallback{``0})">
      <summary>
          Demande que la méthode spécifiée ne soit plus appelée lorsqu'un service du type spécifié est disponible.
        </summary>
      <param name="callback">
              Méthode à ne plus appeler lorsque le service est disponible.
            </param>
      <typeparam name="ServiceType">
              Type de service duquel se désabonner.
            </typeparam>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="callback" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.ServiceManager.Unsubscribe(System.Type,Microsoft.Windows.Design.SubscribeServiceCallback)">
      <summary>
          En cas de substitution dans une classe dérivée, demande que la méthode spécifiée ne soit plus appelée lorsqu'un service du type spécifié est disponible.
        </summary>
      <param name="serviceType">
              Type de service duquel se désabonner.
            </param>
      <param name="callback">
              Méthode à ne plus appeler lorsque le service est disponible.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.SubscribeContextCallback">
      <summary>
          Définit une méthode de rappel appelée lors d'une modification de l'élément de contexte.
        </summary>
      <param name="item">
              Élément de contexte qui a changé.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.SubscribeContextCallback`1">
      <summary>Defines a callback method that is invoked when a context item changes.</summary>
      <param name="item">The context item that has changed.</param>
      <typeparam name="ContextItemType">
      </typeparam>
    </member>
    <member name="T:Microsoft.Windows.Design.SubscribeServiceCallback">
      <summary>
          Délégué qui est un rappel pour les abonnements de service.
        </summary>
      <param name="serviceType">
              Type de service venant d'être publié.
            </param>
      <param name="serviceInstance">
              Instance du service.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.SubscribeServiceCallback`1">
      <summary>A generic delegate that is a callback for service subscriptions.</summary>
      <param name="serviceInstance">The instance of the service.</param>
      <typeparam name="ServiceType">
      </typeparam>
    </member>
    <member name="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute">
      <summary>
          Spécifie si un contrôle est visible dans le navigateur de boîte à outils d'un concepteur. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.ToolboxBrowsableAttribute.#ctor(System.Boolean)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute" />.
        </summary>
      <param name="browsable">
              
                true pour activer la visibilité d'un contrôle dans un navigateur de boîte à outils ; sinon,false. 
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable">
      <summary>
          Obtient l'indicateur <see cref="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable" /> associé à cet attribut.
        </summary>
      <returns>
          
            true si un contrôle est visible dans le navigateur de boîte à outils ; sinon,false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.No">
      <summary>
          Obtient un <see cref="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute" /> où <see cref="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable" /> a la valeur false.
        </summary>
      <returns>
          Instance statique prédéfinie de <see cref="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute" /> où <see cref="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable" /> a la valeur false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Yes">
      <summary>
          Obtient un <see cref="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute" /> où <see cref="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable" /> a la valeur true.
        </summary>
      <returns>
          Instance statique prédéfinie de <see cref="T:Microsoft.Windows.Design.ToolboxBrowsableAttribute" /> où <see cref="P:Microsoft.Windows.Design.ToolboxBrowsableAttribute.Browsable" /> a la valeur false.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.AttributeCallback">
      <summary>
          Appelé lorsque des attributs sont nécessaires pour un type.
        </summary>
      <param name="builder">
        <see cref="T:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder" /> qui peut être utilisé pour ajouter des attributs. Les délégués <see cref="T:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder" /> peuvent générer uniquement des attributs pour le type qui demande les métadonnées. 
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder">
      <summary>
          Une instance de cette classe est passée aux délégués de rappel pour remplir progressivement les attributs d'un type.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs spécifiés à ce générateur. 
        </summary>
      <param name="attributes">
              Tableau de nouveaux attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.ComponentModel.MemberDescriptor,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs spécifiés à ce générateur et les attache au <see cref="T:System.ComponentModel.MemberDescriptor" /> spécifié.
        </summary>
      <param name="descriptor">
              Événement ou descripteur de propriété auquel ajouter des attributs.
            </param>
      <param name="attributes">
              Tableau de nouveaux attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="descriptor" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.Reflection.MemberInfo,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs spécifiés à ce générateur et les attache au <see cref="T:System.Reflection.MemberInfo" /> spécifié. 
        </summary>
      <param name="member">
        <see cref="T:System.Reflection.EventInfo" /> ou <see cref="T:System.Reflection.PropertyInfo" /> auquel des attributs doivent être ajoutés.
            </param>
      <param name="attributes">
              Tableau de nouveaux attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="member" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.String,System.Attribute[])">
      <summary>
          Ajoute des attributs au membre qui porte le nom spécifié. 
        </summary>
      <param name="memberName">
              Membre auquel ajouter des attributs. Seuls les membres de propriété et d'événement sont pris en charge ; tous les d'autres seront ignorés.
            </param>
      <param name="attributes">
              Tableau de nouveaux attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="memberName" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.Windows.DependencyProperty,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs spécifiés à ce générateur et les attache au <see cref="T:System.Windows.DependencyProperty" /> spécifié.
        </summary>
      <param name="dp">
              Propriété de dépendance à laquelle ajouter des attributs.
            </param>
      <param name="attributes">
              Tableau de nouveaux attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="dp" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.CallbackType">
      <summary>
          Obtient le type pour lequel ce rappel est appelé.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.AttributeTable">
      <summary>
          Table d'attributs de métadonnées pour définir l'apparence et le comportement au moment du design. 
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.Metadata.AttributeTable.AttributedTypes">
      <summary>
          Obtient une énumération de tous les types comportant des substitutions d'attribut, quelles qu'elles soient, par exemple sur une propriété ou sur le type lui-même. 
        </summary>
      <returns>
          Énumération des types qui ont des substitutions d'attribut.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.ContainsAttributes(System.Type)">
      <summary>
          Retourne une valeur qui indique si cette table contient des métadonnées pour le type spécifié. 
        </summary>
      <returns>
          
            true si la table contient des attributs pour le type spécifié ; sinon, false.
        </returns>
      <param name="type">
              Type à vérifier pour les attributs de métadonnées.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.GetCustomAttributes(System.Type)">
      <summary>
          Retourne une énumération de tous les attributs fournis pour le type spécifié. 
        </summary>
      <returns>
          Énumération d'attributs.
        </returns>
      <param name="type">
              Type dont les attributs de niveau classe doivent être obtenus.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.GetCustomAttributes(System.Type,System.ComponentModel.MemberDescriptor)">
      <summary>
          Retourne une énumération de tous les attributs fournis pour le type spécifié et <see cref="T:System.ComponentModel.MemberDescriptor" />. 
        </summary>
      <returns>
          Énumération d'attributs.
        </returns>
      <param name="ownerType">
              Type qui déclare ce descripteur.
            </param>
      <param name="descriptor">
        <see cref="T:System.ComponentModel.MemberDescriptor" /> dont les attributs personnalisés doivent être obtenus.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" /> ou <paramref name="descriptor" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)">
      <summary>
          Retourne une énumération de tous les attributs fournis pour le type spécifié et <see cref="T:System.Reflection.MemberInfo" />. 
        </summary>
      <returns>
          Énumération d'attributs.
        </returns>
      <param name="ownerType">
              Type de propriétaire de la propriété de dépendance.
            </param>
      <param name="member">
        <see cref="T:System.Reflection.MemberInfo" /> qui spécifie le membre dont les attributs doivent être fournis.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" /> ou <paramref name="member" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.GetCustomAttributes(System.Type,System.String)">
      <summary>
          Retourne une énumération de tous les attributs fournis pour le type et le nom de membre spécifiés. 
        </summary>
      <returns>
          Énumération d'attributs.
        </returns>
      <param name="ownerType">
              Type de propriétaire de la propriété de dépendance.
            </param>
      <param name="memberName">
              Nom du membre dont les attributs doivent être fournis.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" /> ou <paramref name="memberName" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTable.GetCustomAttributes(System.Type,System.Windows.DependencyProperty)">
      <summary>
          Retourne une énumération de tous les attributs fournis pour le type spécifié et <see cref="T:System.Windows.DependencyProperty" />. 
        </summary>
      <returns>
          Énumération d'attributs.
        </returns>
      <param name="ownerType">
              Type de propriétaire de la propriété de dépendance.
            </param>
      <param name="dp">
              Propriété de dépendance dont les attributs personnalisés doivent être obtenus.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" /> ou <paramref name="dp" /> est null.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.AttributeTableBuilder">
      <summary>
          Crée une table d'attributs qui peut être passée au magasin de métadonnées. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableBuilder" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCallback(System.Type,Microsoft.Windows.Design.Metadata.AttributeCallback)">
      <summary>
          Ajoute un rappel qui est appelé lorsque les métadonnées pour le type spécifié sont nécessaires. 
        </summary>
      <param name="type">
              Type auquel ajouter des attributs de métadonnées. 
            </param>
      <param name="callback">
              Un <see cref="T:Microsoft.Windows.Design.Metadata.AttributeCallback" /> qui ajoute les métadonnées à <paramref name="Type" />.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCustomAttributes(System.Type,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs fournis au générateur de tables. 
        </summary>
      <param name="type">
              Type auquel ajouter des attributs de niveau classe.
            </param>
      <param name="attributes">
              Nouveaux attributs à ajouter à <paramref name="type" />.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCustomAttributes(System.Type,System.ComponentModel.MemberDescriptor,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs fournis au générateur de tables et les attache au <see cref="T:System.ComponentModel.MemberDescriptor" /> spécifié. 
        </summary>
      <param name="ownerType">
              Type propriétaire du membre.
            </param>
      <param name="descriptor">
              Événement ou descripteur de propriété auquel ajouter des attributs.
            </param>
      <param name="attributes">
              Attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" />, <paramref name="descriptor" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCustomAttributes(System.Type,System.Reflection.MemberInfo,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs fournis au générateur de tables et les attache au <see cref="T:System.Reflection.MemberInfo" /> spécifié. 
        </summary>
      <param name="ownerType">
              Type propriétaire du membre.
            </param>
      <param name="member">
              Événement ou descripteur de propriété auquel ajouter des attributs.
            </param>
      <param name="attributes">
              Attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" />, <paramref name="member" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCustomAttributes(System.Type,System.String,System.Attribute[])">
      <summary>
          Ajoute des attributs au membre qui porte le nom spécifié. 
        </summary>
      <param name="ownerType">
              Type propriétaire du membre.
            </param>
      <param name="memberName">
              Membre auquel ajouter des attributs. 
            </param>
      <param name="attributes">
              Attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" />, <paramref name="memberName" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddCustomAttributes(System.Type,System.Windows.DependencyProperty,System.Attribute[])">
      <summary>
          Ajoute le contenu des attributs fournis au générateur de tables et les attache au <see cref="T:System.Windows.DependencyProperty" /> spécifié. 
        </summary>
      <param name="ownerType">
              Type propriétaire de la propriété de dépendance.
            </param>
      <param name="dp">
        <see cref="T:System.Windows.DependencyProperty" /> auquel ajouter des attributs.
            </param>
      <param name="attributes">
              Attributs à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="ownerType" />, <paramref name="dp" /> ou <paramref name="attributes" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.AddTable(Microsoft.Windows.Design.Metadata.AttributeTable)">
      <summary>
          Ajoute le contenu de la table d'attributs fournie au générateur de tables. 
        </summary>
      <param name="table">
              Table d'attributs existante.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="table" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.CreateTable">
      <summary>
          Crée une table d'attributs qui contient toutes les définitions d'attribut fournies par le biais d'appels <see cref="M:Microsoft.Windows.Design.Metadata.AttributeCallbackBuilder.AddCustomAttributes(System.Attribute[])" />. 
        </summary>
      <returns>
          Table d'attributs qui peut être passée au magasin de métadonnées.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableBuilder.ValidateTable">
      <summary>
          Cette méthode est utilisée pour vérifier que la table d'attributs générée contient des informations d'attribut valides. 
        </summary>
      <exception cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException">
              L'état de la table n'est pas valide.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException">
      <summary>
          Déclenché lorsque les métadonnées fournies dans un <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTable" /> ne correspondent pas aux propriétés, méthodes et événements des types existants.  
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" /> avec les informations de sérialisation. 
        </summary>
      <param name="info">
              Magasin de sérialisations.
            </param>
      <param name="context">
              Contexte de sérialisation.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor(System.String)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" /> sans message. 
        </summary>
      <param name="message">
              Chaîne qui décrit l'exception.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" /> avec une collection d'erreurs de validation. 
        </summary>
      <param name="message">
              Message fourni à l'utilisateur.
            </param>
      <param name="validationErrors">
              Collection d'erreurs qui se sont produites pendant la validation.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor(System.String,System.Exception)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" /> à une exception interne. 
        </summary>
      <param name="message">
              Message fourni à l'utilisateur.
            </param>
      <param name="inner">
              Exception interne facultative.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.#ctor(System.String,System.Exception,System.Collections.Generic.IEnumerable{System.String})">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.Metadata.AttributeTableValidationException" /> avec un message, une collection de chaînes d'erreur et une exception interne. 
        </summary>
      <param name="message">
              Message fourni à l'utilisateur.
            </param>
      <param name="inner">
              Exception interne facultative.
            </param>
      <param name="validationErrors">
              Collection d'erreurs qui se sont produites pendant la validation.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Override of the Exception type's <see cref="M:System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" /> method that is used to perform serialization.</summary>
      <param name="info">The serialization store.</param>
      <param name="context">The serialization context.</param>
    </member>
    <member name="P:Microsoft.Windows.Design.Metadata.AttributeTableValidationException.ValidationErrors">
      <summary>
          Obtient une collection d'erreurs de validation.
        </summary>
      <returns>
          Collection énumérable de chaînes d'erreur.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.IRegisterMetadata">
      <summary>
          Spécifie une classe qui demande des attributs supplémentaires à ajouter au magasin de métadonnées.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.IRegisterMetadata.Register">
      <summary>
          Attache les métadonnées au moment du design à un type de contrôle particulier. 
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.Metadata.MetadataStore">
      <summary>
          Un conteneur d'attributs  personnalisés au moment du design. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.Metadata.MetadataStore.AddAttributeTable(Microsoft.Windows.Design.Metadata.AttributeTable)">
      <summary>
          Ajoute la table spécifiée au magasin d'attributs d'AppDomain actuel. 
        </summary>
      <param name="table">
              Table à ajouter.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="table" /> est null.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor">
      <summary>
          Classe abstraite permettant de créer des éditeurs de catégories personnalisés.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.ConsumesProperty(Microsoft.Windows.Design.PropertyEditing.PropertyEntry)">
      <summary>
          En cas de substitution dans une classe dérivée, appelé une fois pour chaque propriété de la catégorie afin de déterminer les propriétés modifiées par <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" />. 
        </summary>
      <returns>
          
            true si cet éditeur modifie cette propriété ; sinon, false.
        </returns>
      <param name="property">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> à vérifier pour déterminer s'il est modifié par <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" />.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.CreateEditorAttribute(Microsoft.Windows.Design.PropertyEditing.CategoryEditor)">
      <summary>
          Méthode utilitaire qui crée <see cref="T:System.ComponentModel.EditorAttribute" /> pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> spécifié.
        </summary>
      <returns>
          Nouveau <see cref="T:System.ComponentModel.EditorAttribute" /> pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> spécifié.
        </returns>
      <param name="editor">
              
                Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> pour laquelle <see cref="T:System.ComponentModel.EditorAttribute" /> doit être créé.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.CreateEditorAttribute(System.Type)">
      <summary>
          Méthode utilitaire qui crée <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> spécifié.
        </summary>
      <returns>
          Nouveau <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> spécifié.
        </returns>
      <param name="categoryEditorType">
              
                Type <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" /> pour lequel <see cref="T:System.ComponentModel.EditorAttribute" /> doit être créé.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.EditorTemplate">
      <summary>
          En cas de substitution dans une classe dérivée, obtient un <see cref="T:System.Windows.DataTemplate" /> qui fait office d'interface utilisateur pour <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEditor" />. 
        </summary>
      <returns>
          Objet <see cref="T:System.Windows.DataTemplate" /> qui représente le modèle d'éditeur.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.GetImage(System.Windows.Size)">
      <summary>
          En cas de substitution dans une classe dérivée, retourne un objet que l'hôte peut placer dans <see cref="T:System.Windows.Controls.ContentControl" /> pour l'afficher. 
        </summary>
      <returns>
          Objet qui contient une icône pour l'éditeur de catégories.
        </returns>
      <param name="desiredSize">
              Taille souhaitée de l'image à retourner. Cette méthode doit tout faire pour faire correspondre la taille demandée, sans le garantir.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEditor.TargetCategory">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une chaîne localisée qui indique la catégorie associée à cet éditeur. 
        </summary>
      <returns>
          Chaîne représentant la catégorie associée à cet éditeur.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry">
      <summary>
          Représente une catégorie de propriétés.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.#ctor(System.String)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" />.
        </summary>
      <param name="name">
              Nom localisé de la catégorie comme défini par l'attribut <see cref="T:System.ComponentModel.CategoryAttribute" />.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="name" /> est vide ou null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.ApplyFilter(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Détermine si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" /> correspond à un filtre et stocke les informations.
        </summary>
      <param name="filter">
              Filtre de comparaison.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.CategoryName">
      <summary>
          Obtient le nom de la catégorie.
        </summary>
      <returns>
          Nom de la catégorie.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.FilterApplied">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.FilterApplied" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.Item(System.String)">
      <summary>
          En cas de substitution dans une classe dérivée, obtient la propriété spécifiée.
        </summary>
      <returns>
          Propriété spécifiée par <paramref name="propertyName" />.
        </returns>
      <param name="propertyName">
              Nom de la propriété à retourner.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.MatchesFilter">
      <summary>
          Obtient ou définit une valeur indiquant si <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" /> correspond à un filtre.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" /> correspond au filtre ; sinon, false.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.MatchesPredicate(Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate)">
      <summary>
          En cas de substitution dans une classe dérivée, indique si un <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" /> correspond à un prédicat.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" /> correspond au prédicat ; sinon, false.
        </returns>
      <param name="predicate">
              Prédicat de comparaison.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.OnFilterApplied(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.FilterApplied" />.
        </summary>
      <param name="filter">
              Filtre appliqué.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.OnPropertyChanged(System.String)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.PropertyChanged" />.
        </summary>
      <param name="propertyName">
              Nom de la propriété modifiée.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="propertyName" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.Properties">
      <summary>
          En cas de substitution dans une classe dérivée, obtient toutes les propriétés dans la catégorie.
        </summary>
      <returns>
          Collection dénombrable de toutes les propriétés dans la catégorie.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.PropertyChanged">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.CategoryEntry.PropertyChanged" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.CategoryEntry" />.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource">
      <summary>
          Représente la source d'une valeur de propriété de dépendance. 
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.CustomMarkupExtension">
      <summary>
          Obtient l'extension de balisage personnalisée correspondant à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> pour l'extension de balisage personnalisée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.DataBound">
      <summary>
          Obtient la valeur qui correspond à une liaison de données affectée à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> qui correspond à une liaison de données.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.DefaultValue">
      <summary>
          Obtient la valeur par défaut de la propriété. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> de la valeur par défaut.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.Inherited">
      <summary>
          Obtient la propriété parente de laquelle cette propriété hérite.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> de la propriété parente.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsCustomMarkupExtension">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une extension de balisage personnalisée.
        </summary>
      <returns>
          
            true si la propriété est affectée à une extension de balisage personnalisée ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsDataBound">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une expression de liaison de données.
        </summary>
      <returns>
          
            true si la propriété est affectée à une expression de liaison de données ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsDefaultValue">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à sa valeur par défaut.
        </summary>
      <returns>
          
            true si la propriété est affectée à sa valeur par défaut ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsExpression">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une expression.
        </summary>
      <returns>
          
            true si la propriété est affectée à une expression ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsInherited">
      <summary>
          Obtient une valeur indiquant si la propriété est héritée.
        </summary>
      <returns>
          
            true si la propriété est héritée ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsLocal">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une valeur locale.
        </summary>
      <returns>
          
            true si la propriété est affectée à une valeur locale ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsLocalResource">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une ressource locale.
        </summary>
      <returns>
          
            true si la propriété est affectée à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalDynamicResource" /> ou à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalStaticResource" /> ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsResource">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une ressource système ou locale.
        </summary>
      <returns>
          
            true si la propriété est affectée à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.SystemResource" />, à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalDynamicResource" /> ou à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalStaticResource" /> ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsSystemResource">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une ressource système.
        </summary>
      <returns>
          
            true si la propriété est affectée à <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.SystemResource" /> ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.IsTemplateBinding">
      <summary>
          Obtient une valeur indiquant si la propriété est affectée à une expression de balisage <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.TemplateBinding" />.
        </summary>
      <returns>
          
            true si la propriété est affectée à une extension de balisage <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.TemplateBinding" /> ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.Local">
      <summary>
          Obtient la valeur locale affectée à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> de la valeur locale.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalDynamicResource">
      <summary>
          Obtient la référence <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalDynamicResource" /> affectée à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> pour la ressource dynamique locale.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalStaticResource">
      <summary>
          Obtient la référence <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.LocalStaticResource" /> affectée à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> pour la ressource statique locale.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.SystemResource">
      <summary>
          Obtient la ressource système affectée à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> pour la ressource système.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.TemplateBinding">
      <summary>
          Obtient l'extension de balisage <see cref="P:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource.TemplateBinding" /> correspondant à la propriété.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.DependencyPropertyValueSource" /> pour la liaison de modèle.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor">
      <summary>
          Conteneur de toute la logique d'édition de boîte de dialogue pour les objets <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.#ctor(System.Windows.DataTemplate,System.Windows.DataTemplate)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor" />.
        </summary>
      <param name="dialogEditorTemplate">
        <see cref="T:System.Windows.DataTemplate" /> qui est hébergé dans une boîte de dialogue spécifique de l'hôte et dont <see cref="P:System.Windows.FrameworkElement.DataContext" /> est affecté au <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> qui correspond à la propriété modifiée.
            </param>
      <param name="inlineEditorTemplate">
        <see cref="T:System.Windows.DataTemplate" /> utilisé pour l'éditeur inline. En cas d'utilisation, <see cref="P:System.Windows.FrameworkElement.DataContext" /> est affecté au <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> qui correspond à la propriété modifiée.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.DialogEditorTemplate">
      <summary>
          Obtient ou définit le <see cref="T:System.Windows.DataTemplate" /> qui est hébergé par une boîte de dialogue spécifique de l'hôte et dont <see cref="P:System.Windows.FrameworkElement.DataContext" /> est affecté à <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />. 
        </summary>
      <returns>
          Objet <see cref="T:System.Windows.DataTemplate" /> qui correspond au modèle de cet éditeur de valeurs.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.ShowDialog(Microsoft.Windows.Design.PropertyEditing.PropertyValue,System.Windows.IInputElement)">
      <summary>
          Appelé lorsque <see cref="P:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.DialogEditorTemplate" /> a la valeur null et que l'utilisateur a appelé une boîte de dialogue. 
        </summary>
      <param name="propertyValue">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> pour la propriété modifiée.
            </param>
      <param name="commandSource">
        <see cref="T:System.Windows.IInputElement" /> qui peut être utilisé comme source pour l'exécution de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands" />. 
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton">
      <summary>
          Bouton pratique qui permet à l'utilisateur de basculer entre les différents modes <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:System.Windows.Input.Mouse.MouseDown" />.
        </summary>
      <param name="e">
        <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> qui contient les données d'événement.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>
          Appelé lorsqu'une propriété de dépendance quelconque de ce contrôle a été modifiée. 
        </summary>
      <param name="e">
        <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> qui contient les données d'événement.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.SyncModeToOwningContainer">
      <summary>Gets or sets a value that indicates whether to sync to the owning container. This is a dependency property.</summary>
      <returns>true if the <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditMode" /> is calculated automatically to match the <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode" /> property of the owning <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. false if the mode to switch to is based on the <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditMode" /> property. The default is true.</returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.SyncModeToOwningContainerProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.SyncModeToOwningContainer" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.SyncModeToOwningContainer" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditMode">
      <summary>
          Obtient ou définit le mode vers lequel basculer lorsque l'utilisateur clique sur ce contrôle. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
          Objet <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode" />.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditModeProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditMode" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.EditModeSwitchButton.TargetEditMode" />.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor">
      <summary>
          Conteneur de toutes les logiques d'éditeur étendu pour les propriétés. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor.#ctor(System.Windows.DataTemplate,System.Windows.DataTemplate)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor" /> avec les objets <see cref="T:System.Windows.DataTemplate" /> d'éditeur étendu et inline spécifiés.
        </summary>
      <param name="extendedEditorTemplate">
        <see cref="T:System.Windows.DataTemplate" /> utilisé pour l'éditeur contextuel/épinglé étendu affiché dans la fenêtre Propriétés. En cas d'utilisation, sa propriété <see cref="P:System.Windows.FrameworkElement.DataContext" /> correspond à <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
            </param>
      <param name="inlineEditorTemplate">
        <see cref="T:System.Windows.DataTemplate" /> utilisé pour l'éditeur inline. En cas d'utilisation, sa propriété <see cref="P:System.Windows.FrameworkElement.DataContext" /> correspond à <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.ExtendedPropertyValueEditor.ExtendedEditorTemplate">
      <summary>
          Obtient ou définit le <see cref="T:System.Windows.DataTemplate" /> utilisé pour l'éditeur contextuel/épinglé étendu. 
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget">
      <summary>
          Gère le tri et le filtrage des fonctionnalités.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.ApplyFilter(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Détermine si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget" /> correspond à un filtre et stocke les informations. 
        </summary>
      <param name="filter">
              Filtre de comparaison.
            </param>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.FilterApplied">
      <summary>
          Se produit si un <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> est modifié par le biais d'un appel à la méthode <see cref="M:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.ApplyFilter(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.MatchesFilter">
      <summary>
          Obtient une valeur qui indique si ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget" /> correspond à un filtre.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget" /> correspond au filtre ; sinon, false.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.MatchesPredicate(Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate)">
      <summary>
          Indique si un <see cref="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget" /> correspond à un prédicat.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget" /> correspond au prédicat ; sinon, false.
        </returns>
      <param name="predicate">
              Prédicat de comparaison.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.NewItemFactory">
      <summary>
          Représente une fabrique pour la création d'éléments pour une collection ou pour une valeur de propriété. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemFactory.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.NewItemFactory" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemFactory.CreateInstance(System.Type)">
      <summary>Creates an instance of the specified <see cref="T:System.Type" /> that can be added to the collection editor or sub-property editor.</summary>
      <returns>If a constructor is found for <paramref name="type" />, returns an instance of <paramref name="type" />; otherwise, null.</returns>
      <param name="type">The type of the object to create.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemFactory.GetDisplayName(System.Type)">
      <summary>Gets a display name for the specified <see cref="T:System.Type" /> that can be added to the collection editor or sub-property editor.</summary>
      <returns>The name to display for <paramref name="type" />.</returns>
      <param name="type">The type for which to get a display name.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemFactory.GetImage(System.Type,System.Windows.Size)">
      <summary>Gets an image for the specified <see cref="T:System.Type" /> that can be used as an icon in the collection editor or sub-property editor.</summary>
      <returns>The image to display for <paramref name="type" />.</returns>
      <param name="type">The type for which to get an image.</param>
      <param name="desiredSize">The desired size of the image.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> is null.</exception>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute">
      <summary>
          Utilisé pour spécifier les types d'objets qui peuvent être assignés comme valeur d'une propriété ou comme valeur d'un type de propriété. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute.#ctor(System.Type)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute" />.
        </summary>
      <param name="type">
              Objet <see cref="T:System.Type" /> que cet attribut déclare comme étant un nouveau type d'élément valide.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="type" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute.#ctor(System.Type[])">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute" />.
        </summary>
      <param name="types">
              Tableau des objets <see cref="T:System.Type" /> que cet attribut déclare comme étant de nouveaux types d'éléments valides.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="types" /> est null ou vide.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute.FactoryType">
      <summary>
          Obtient ou définit le type de fabrique associé à cet attribut. 
        </summary>
      <returns>
          Objet <see cref="T:System.Type" /> qui représente le type associé à cet attribut.
        </returns>
      <exception cref="T:System.ArgumentException">
              le type ne dérive pas de <see cref="T:Microsoft.Windows.Design.PropertyEditing.NewItemFactory" />.
            </exception>
      <exception cref="T:System.ArgumentNullException">
              le type a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute.TypeId">
      <summary>
          Récupère l'ID de type pour cet attribut. 
        </summary>
      <returns>
          Objet représentant l'ID du type.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.NewItemTypesAttribute.Types">
      <summary>
          Obtient une liste des objets <see cref="T:System.Type" /> que cet attribut déclare comme étant de nouveaux types d'éléments valides. 
        </summary>
      <returns>
          Énumération des types que cet attribut garantit être de nouveaux types d'éléments valides.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer">
      <summary>
          Utilisé comme conteneur graphique pour les instances de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode">
      <summary>
          Obtient ou définit le mode d'édition actuellement affiché pour ce conteneur. Il s'agit d'une propriété de dépendance. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode" /> pour ce conteneur.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditModeProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultPropertyValueEditor">
      <summary>
          Obtient ou définit l'<see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> par défaut. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> représentant l'éditeur de valeurs de propriété par défaut.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultPropertyValueEditorProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultPropertyValueEditor" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultPropertyValueEditor" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultStandardValuesPropertyValueEditor">
      <summary>
          Obtient ou définit l'éditeur de valeurs standard par défaut. Il s'agit d'une propriété de dépendance. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> qui représente l'éditeur de valeurs standard par défaut.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultStandardValuesPropertyValueEditorProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultStandardValuesPropertyValueEditor" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DefaultStandardValuesPropertyValueEditor" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogCommandSource">
      <summary>
          Obtient ou définit le <see cref="T:System.Windows.IInputElement" /> à transmettre à la méthode <see cref="M:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.ShowDialog(Microsoft.Windows.Design.PropertyEditing.PropertyValue,System.Windows.IInputElement)" /> comme source de la commande. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:System.Windows.IInputElement" /> à transmettre à la méthode <see cref="M:Microsoft.Windows.Design.PropertyEditing.DialogPropertyValueEditor.ShowDialog(Microsoft.Windows.Design.PropertyEditing.PropertyValue,System.Windows.IInputElement)" /> comme source de la commande.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogCommandSourceProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogCommandSource" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogCommandSource" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogEditorTemplate">
      <summary>
          Obtient le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel. 
        </summary>
      <returns>
        <see cref="T:System.Windows.DataTemplate" /> représentant le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.DialogEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedEditorTemplate">
      <summary>
          Obtient le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel. 
        </summary>
      <returns>
        <see cref="T:System.Windows.DataTemplate" /> représentant le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplate">
      <summary>
          Obtient ou définit le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplate" /> pour ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:System.Windows.Controls.ControlTemplate" /> qui représente le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplate" /> pour ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplateProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplate" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPinnedRowTemplate" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplate">
      <summary>
          Obtient ou définit le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplate" /> pour ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:System.Windows.Controls.ControlTemplate" /> qui représente le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplate" /> pour ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplateProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplate" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ExtendedPopupRowTemplate" />.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.GetOwningPropertyContainer(System.Windows.DependencyObject)">
      <summary>
          Obtient la valeur de la propriété attachée <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainer" /> pour un objet de dépendance spécifique. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> propriétaire.
        </returns>
      <param name="dependencyObject">
        <see cref="T:System.Windows.DependencyObject" /> auprès duquel est obtenue la propriété.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineEditorTemplate">
      <summary>
          Obtient le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel. 
        </summary>
      <returns>
        <see cref="T:System.Windows.DataTemplate" /> représentant le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineEditorTemplate" /> le plus approprié pour le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> actuel.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplate">
      <summary>
          Obtient ou définit le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplate" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:System.Windows.Controls.ControlTemplate" /> qui représente le <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplate" /> de ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplateProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplate" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.InlineRowTemplate" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.MatchesFilter">
      <summary>
          Obtient la valeur de <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.MatchesFilter" /> stockée dans le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> contenu. 
        </summary>
      <returns>
          Valeur de <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.MatchesFilter" /> stockée dans le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> contenu.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OnPropertyChanged(System.String)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyChanged" />.
        </summary>
      <param name="propertyName">
              Nom de la propriété.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyChanged" />.
        </summary>
      <param name="e">
        <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> qui contient les données d'événement. 
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OpenDialogWindow">
      <summary>
          Obtient la commande déclenchée lorsque la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode" /> est modifiée et remplacée par <see cref="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.Dialog" />. 
        </summary>
      <returns>
        <see cref="T:System.Windows.Input.RoutedCommand" /> déclenchée lorsque la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.ActiveEditMode" /> est modifiée et remplacée par <see cref="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.Dialog" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainer">
      <summary>
          Obtient ou définit le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> propriétaire qui peut être utilisé par les éléments d'interface utilisateur de types <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> pour accéder à leur <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> parent. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> qui représente le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> propriétaire.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainerProperty">
      <summary>
          Identifie la propriété attachée <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainer" />. 
        </summary>
      <returns>
          Identificateur de la propriété attachée <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainer" />.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyChanged">
      <summary>
          Se produit lorsque la propriété est modifiée.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyEntry">
      <summary>
          Obtient ou définit l'instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> sur laquelle s'exécute <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />. Il s'agit d'une propriété de dépendance.
        </summary>
      <returns>
          Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> sur laquelle s'exécute ce <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </returns>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyEntryProperty">
      <summary>
          Identifie la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyEntry" />.
        </summary>
      <returns>
          Identificateur de la propriété de dépendance <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.PropertyEntry" />.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.SetOwningPropertyContainer(System.Windows.DependencyObject,Microsoft.Windows.Design.PropertyEditing.PropertyContainer)">
      <summary>
          Définit la valeur de la propriété attachée <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyContainer.OwningPropertyContainer" /> pour un objet de dépendance spécifique. 
        </summary>
      <param name="dependencyObject">
        <see cref="T:System.Windows.DependencyObject" /> sur lequel est définie la propriété.
            </param>
      <param name="value">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" /> propriétaire.
            </param>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode">
      <summary>
          Définit les différents modes d'édition pour <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyContainer" />.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.Inline">
      <summary>
          Éditeur inline.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.ExtendedPopup">
      <summary>
          Éditeur étendu affiché sur la fenêtre Propriétés.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.ExtendedPinned">
      <summary>
          Éditeur étendu épinglé dans la fenêtre Propriétés.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyContainerEditMode.Dialog">
      <summary>
          Éditeur de boîtes de dialogue.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry">
      <summary>
          Représente une propriété.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyValue)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> qui fait office de sous-propriété du <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> spécifié. 
        </summary>
      <param name="parentValue">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent. Les propriétés racines n'ont pas de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.ApplyFilter(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Détermine si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> correspond à un filtre et stocke les informations. 
        </summary>
      <param name="filter">
              Filtre de comparaison.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.CategoryName">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le nom de la catégorie dans laquelle cette propriété réside.
        </summary>
      <returns>
          Nom de la catégorie dans laquelle cette propriété réside.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.CreatePropertyValueInstance">
      <summary>
          En cas de substitution dans une classe dérivée, utilisé par l'infrastructure hôte pour créer une instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> spécifique de l'hôte.
        </summary>
      <returns>
          Nouvelle instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.Description">
      <summary>
          En cas de substitution dans une classe dérivée, obtient la description de la propriété encapsulée.
        </summary>
      <returns>
          Description de la propriété encapsulée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.DisplayName">
      <summary>
          Obtient le nom complet de la propriété. 
        </summary>
      <returns>
          Nom complet de la propriété.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.FilterApplied">
      <summary>
          Se produit si un <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> est modifié par le biais d'un appel à la méthode <see cref="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.ApplyFilter(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)" />.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.HasStandardValues">
      <summary>Gets a value indicating whether there are standard values for this property. </summary>
      <returns>true if there are standard values for this property; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.IsAdvanced">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si la propriété encapsulée est une propriété avancée.
        </summary>
      <returns>
          
            true si la propriété encapsulée est une propriété avancée ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.IsReadOnly">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si la propriété encapsulée est en lecture seule.
        </summary>
      <returns>
          
            true si la propriété encapsulée est en lecture seule ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.MatchesFilter">
      <summary>
          Obtient ou définit une valeur indiquant si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> correspond à un filtre.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> correspond au filtre ; sinon, false.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.MatchesPredicate(Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate)">
      <summary>
          Indique si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> correspond à un prédicat.
        </summary>
      <returns>
          
            true si le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> correspond au prédicat ; sinon, false.
        </returns>
      <param name="predicate">
              Prédicat de comparaison.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.OnFilterApplied(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.FilterApplied" />.
        </summary>
      <param name="filter">
              Filtre appliqué.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyChanged" />.
        </summary>
      <param name="e">
        <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> qui contient les données d'événement. 
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.OnPropertyChanged(System.String)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyChanged" />.
        </summary>
      <param name="propertyName">
              Nom de la propriété modifiée.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="propertyName" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.ParentValue">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyChanged">
      <summary>
          Se produit lorsqu'une valeur de propriété est modifiée.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyName">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le nom de la propriété encapsulée.
        </summary>
      <returns>
          Nom de la propriété encapsulée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyType">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le type de la propriété encapsulée.
        </summary>
      <returns>
          Type de la propriété encapsulée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyValue">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> (modèle de données) pour <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.PropertyValueEditor">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> à utiliser pour modifier <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />. 
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> à utiliser pour modifier <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntry.StandardValues">
      <summary>
          En cas de substitution dans une classe dérivée, obtient les valeurs standards prises en charge par la propriété encapsulée.
        </summary>
      <returns>
        <see cref="T:System.Collections.ICollection" /> de valeurs standards prises en charge par la propriété encapsulée.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection">
      <summary>
          Représente une collection d'instances <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> pour les sous-propriétés d'un <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> donné.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyValue)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection" />. 
        </summary>
      <param name="parentValue">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="parentValue" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.Count">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le nombre d'instances de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> dans cette collection.
        </summary>
      <returns>
          Nombre d'instances de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> dans cette collection.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.GetEnumerator">
      <summary>
          En cas de substitution dans une classe dérivée, retourne un <see cref="T:System.Collections.IEnumerator" /> de toutes les instances <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> dans cette collection.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.Item(System.String)">
      <summary>
          En cas de substitution dans une classe dérivée, obtient un <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> à partir de cette classe portant le nom spécifié. 
        </summary>
      <returns>
          Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyEntry" /> portant le nom spécifié ou null si celui-ci est inexistant.
        </returns>
      <param name="propertyName">
              Nom de la propriété.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.ParentValue">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> qui représente le parent.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection.System#Collections#IEnumerable#GetEnumerator">
      <summary>
          Pour obtenir une description de ce membre, consultez <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter">
      <summary>
          Utilisé dans le cadre des fonctionnalités de recherche et de filtrage qui peuvent être fournies par l'hôte d'édition de propriété. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilter.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate})">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" />.
        </summary>
      <param name="predicates">
              Collection <see cref="T:System.Collections.IEnumerable" /> de prédicats.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilter.#ctor(System.String)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" />. 
        </summary>
      <param name="filterText">
              Représentation de prédicats sous forme de chaînes. Les prédicats sont séparés par des espaces.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyFilter.IsEmpty">
      <summary>
          Obtient une valeur indiquant si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> contient des prédicats.
        </summary>
      <returns>
          
            true si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> ne contient aucun prédicat ; sinon, false.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilter.Match(Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget)">
      <summary>
          Compare ce filtre avec une cible de filtre particulière. 
        </summary>
      <returns>
          
            true s'il n'y a aucun prédicat ou si un ou plusieurs prédicats correspondent à la cible de filtre ; sinon, false.
        </returns>
      <param name="target">
              Cible à comparer.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="target" /> a la valeur null.
            </exception>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilterAppliedEventArgs">
      <summary>
          Fournit des données pour l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.IPropertyFilterTarget.FilterApplied" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilterAppliedEventArgs.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyFilter)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilterAppliedEventArgs" />. 
        </summary>
      <param name="filter">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> qui a été appliqué.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyFilterAppliedEventArgs.Filter">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> qui a été appliqué.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilter" /> qui a été appliqué.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate">
      <summary>
          Représente un prédicat à rechercher et filtrer.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate.#ctor(System.String)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate" />.
        </summary>
      <param name="matchText">
              Chaîne du prédicat.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="matchText" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate.Match(System.String)">
      <summary>
          Retourne une valeur indiquant si la chaîne cible contient une correspondance non sensible à la casse de la chaîne du prédicat.
        </summary>
      <returns>
          
            true si la chaîne cible contient une correspondance non sensible à la casse de la chaîne du prédicat ; sinon, false.
        </returns>
      <param name="target">
              Chaîne cible à comparer avec la chaîne du prédicat.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate.MatchText">
      <summary>
          Obtient une version de la chaîne du prédicat en majuscules.
        </summary>
      <returns>
          Version en majuscules de la chaîne du prédicat.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyMarker">
      <summary>
          Contrôle qui apparaît avec une valeur de propriété dans la fenêtre de propriété et peut contenir des informations sur cette valeur. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyMarker.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyMarker" />.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder">
      <summary>
          Utilisé pour définir l'ordre dans lequel les propriétés apparaissent dans une catégorie ou dans une liste de sous-propriétés. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyOrder.CreateAfter(Microsoft.Windows.Design.PropertyEditing.PropertyOrder)">
      <summary>
          Crée un objet <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> qui est ajouté après le jeton spécifié.
        </summary>
      <returns>
          Nouvel objet <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" />.
        </returns>
      <param name="reference">
              Jeton de référence.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="reference" /> est null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyOrder.CreateBefore(Microsoft.Windows.Design.PropertyEditing.PropertyOrder)">
      <summary>
          Crée un objet <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> qui est ajouté avant le jeton spécifié.
        </summary>
      <returns>
          Nouvel objet <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" />.
        </returns>
      <param name="reference">
              Jeton de référence.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="reference" /> est null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyOrder.Default">
      <summary>
          Obtient la position par défaut définie par le système.
        </summary>
      <returns>
          Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> qui représente la position par défaut.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyOrder.Early">
      <summary>
          Obtient la position initiale définie par le système.
        </summary>
      <returns>
          Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> qui représente la position initiale définie par le système.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyOrder.Late">
      <summary>
          Obtient la dernière position définie par le système.
        </summary>
      <returns>
          Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> qui représente la dernière position définie par le système.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrderAttribute">
      <summary>
          Cet attribut est attaché à une propriété pour spécifier l'ordre de tri d'une propriété dans un explorateur de propriétés. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyOrderAttribute.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyOrder)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrderAttribute" />.
        </summary>
      <param name="order">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> à assigner à la propriété.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="order" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyOrderAttribute.Order">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyOrder" /> associé.
        </summary>
      <returns>
          Priorité d'affichage de la propriété dans l'explorateur de propriétés.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue">
      <summary>
          Représente la valeur d'une propriété.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyEntry)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
      <param name="parentProperty">
              Entrée de propriété qui est le parent de cette valeur de propriété.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="parentProperty" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.CanConvertFromString">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> peut être converti à partir d'une chaîne.
        </summary>
      <returns>
          
            true si <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> peut être converti à partir d'une chaîne ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.CatchExceptions">
      <summary>
          Obtient une valeur qui indique comment gérer les exceptions qui se produisent pendant l'exécution des méthodes Get et Set des propriétés <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> et <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.StringValue" />.
        </summary>
      <returns>
          
            true si l'exception doit être interceptée; false si l'exception doit être propagée à l'appelant.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.ClearValue">
      <summary>
          En cas de substitution dans une classe dérivée, efface la valeur afin qu'elle ne soit pas définie.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Collection">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection" /> d'objets représentant la valeur de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
      <returns>
          Collection d'objets représentant la valeur de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.ConvertStringToValue(System.String)">
      <summary>
          En cas de substitution dans une classe dérivée, essaie de convertir le <see cref="T:System.String" /> spécifié en un <see cref="T:System.Object" />.
        </summary>
      <returns>
          Objet qui représente une <paramref name="value" />.
        </returns>
      <param name="value">
              Chaîne à convertir.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.ConvertValueToString(System.Object)">
      <summary>
          En cas de substitution dans une classe dérivée, essaie de convertir le <see cref="T:System.Object" /> spécifié en un <see cref="T:System.String" />.
        </summary>
      <returns>
          Chaîne qui représente <paramref name="value" />.
        </returns>
      <param name="value">
              Objet à convertir.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.GetValueCore">
      <summary>
          En cas de substitution dans une classe dérivée, retourne le <see cref="T:System.Object" /> qui doit être retourné par la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" />.
        </summary>
      <returns>
          Objet qui devrait être retourné par la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.HasSubProperties">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si cette valeur de propriété prend en charge des sous-propriétés.
        </summary>
      <returns>
          
            true si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> prend en charge les sous-propriétés ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.IsCollection">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> est une collection.
        </summary>
      <returns>
          
            true si <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> est une collection ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.IsDefaultValue">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur indiquant si la <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> active est la valeur par défaut de la propriété.
        </summary>
      <returns>
          
            true si <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> est la valeur par défaut de la propriété ; sinon, false.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.IsMixedValue">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une valeur qui indique si cette valeur de propriété représente une propriété pour plusieurs objets qui ont plusieurs valeurs.
        </summary>
      <returns>
          
            true si cette valeur représente une propriété pour plusieurs objets qui ont plusieurs valeurs ; sinon, false.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.NotifyRootValueChanged">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.RootValueChanged" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.NotifySubPropertyChanged">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.SubPropertyChanged" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyChanged" /> avec le <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> spécifié. 
        </summary>
      <param name="e">
              Données de l'événement.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.OnPropertyChanged(System.String)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyChanged" /> avec la chaîne spécifiée.
        </summary>
      <param name="propertyName">
              Nom de la propriété modifiée.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.OnPropertyValueException(Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyValueException" />.
        </summary>
      <param name="e">
              Données de l'événement.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="e" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.ParentProperty">
      <summary>
          Obtient le parent de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
      <returns>
          Parent de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyChanged">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyChanged" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyValueException">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyValueException" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.RootValueChanged">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.RootValueChanged" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.SetValueCore(System.Object)">
      <summary>
          En cas de substitution dans une classe dérivée, affecte à la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" /> le <see cref="T:System.Object" /> spécifié.
        </summary>
      <param name="value">
              Objet à définir comme valeur de la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" />.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Source">
      <summary>
          En cas de substitution dans une classe dérivée, obtient une <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueSource" /> qui contient des informations sur la source de cette valeur de propriété.
        </summary>
      <returns>
          Informations concernant la source de cette valeur de propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.StringValue">
      <summary>
          Obtient ou définit la valeur de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> comme <see cref="T:System.String" />.
        </summary>
      <returns>
          Chaîne contenant la valeur de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.SubProperties">
      <summary>
          En cas de substitution dans une classe dérivée, obtient les sous-propriétés de cette valeur de propriété.
        </summary>
      <returns>
          Collection de sous-propriétés .
        </returns>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.SubPropertyChanged">
      <summary>
          Représente la méthode qui gère l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.SubPropertyChanged" /> de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValue.ValidateValue(System.Object)">
      <summary>
          En cas de substitution dans une classe dérivée, vérifie que le <see cref="T:System.Object" /> spécifié contient une valeur correcte avant de lui affecter la propriété <see cref="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value" />.
        </summary>
      <param name="valueToValidate">
              Objet pour lequel une valeur correcte doit être vérifiée.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValue.Value">
      <summary>
          Obtient ou définit la valeur de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
      <returns>
          Objet qui contient la valeur de cette <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection">
      <summary>
          Représente une collection d'instances de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.#ctor(Microsoft.Windows.Design.PropertyEditing.PropertyValue)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection" />.
        </summary>
      <param name="parentValue">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent. Il s'agira de la propriété dont le type est une collection.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="parentValue" /> a la valeur null.
            </exception>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.Add(System.Object)">
      <summary>
          En cas de substitution dans une classe dérivée, ajoute l'objet spécifié dans la collection.
        </summary>
      <returns>
          The <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> de l'objet ajouté.
        </returns>
      <param name="value">
              Objet à ajouter à la collection.
            </param>
    </member>
    <member name="E:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.CollectionChanged">
      <summary>
          Se produit lorsque <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection" /> est modifié.
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.Count">
      <summary>
          En cas de substitution dans une classe dérivée, obtient le nombre d'éléments de la collection.
        </summary>
      <returns>
          Nombre d'éléments contenus dans la collection.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.GetEnumerator">
      <summary>
          En cas de substitution dans une classe dérivée, retourne un <see cref="T:System.Collections.IEnumerator" /> fortement typé pour la collection des objets <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.Insert(System.Object,System.Int32)">
      <summary>
          En cas de substitution dans une classe dérivée, insère l'objet spécifié dans la collection au niveau de l'index spécifié.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> de l'objet inséré.
        </returns>
      <param name="value">
              Objet à insérer dans la collection.
            </param>
      <param name="index">
              Index de l'emplacement où insérer l'objet.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.Item(System.Int32)">
      <summary>
          En cas de substitution dans une classe dérivée, obtient la <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> au niveau de l'index spécifié.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> au niveau de l'index spécifié.
        </returns>
      <param name="index">
              Index d'une <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> dans la collection.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>
          Déclenche l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.CollectionChanged" />.
        </summary>
      <param name="e">
        <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs" /> qui contient les données d'événement. 
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.ParentValue">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> parent.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> qui représente le parent.
        </returns>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.Remove(Microsoft.Windows.Design.PropertyEditing.PropertyValue)">
      <summary>
          En cas de substitution dans une classe dérivée, supprime la <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> spécifiée de la collection. 
        </summary>
      <returns>
          
            true si la <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> a été supprimée avec succès ; sinon, false.
        </returns>
      <param name="property">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> à supprimer de la collection.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.RemoveAt(System.Int32)">
      <summary>
          En cas de substitution dans une classe dérivée, supprime la <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> de la collection au niveau de l'index spécifié. 
        </summary>
      <param name="index">
              Index du <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> à supprimer.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.SetIndex(System.Int32,System.Int32)">
      <summary>
          En cas de substitution dans une classe dérivée, intervertit l'ordre des objets dans la collection. 
        </summary>
      <param name="currentIndex">
              Index du premier objet.
            </param>
      <param name="newIndex">
              Index du deuxième objet.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueCollection.System#Collections#IEnumerable#GetEnumerator">
      <summary>
          Pour obtenir une description de ce membre, consultez <see cref="M:System.Collections.IEnumerable.GetEnumerator" />.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor">
      <summary>
          Conteneur de toutes les logiques d'éditeur inline pour les propriétés. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor.#ctor(System.Windows.DataTemplate)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" />.
        </summary>
      <param name="inlineEditorTemplate">
        <see cref="T:System.Windows.DataTemplate" /> utilisé pour un éditeur inline. Pour <see cref="T:System.Windows.DataTemplate" />, <see cref="P:System.Windows.FrameworkElement.DataContext" /> correspond à <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor.CreateEditorAttribute(Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor)">
      <summary>
          Méthode utilitaire qui crée <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> spécifié.
        </summary>
      <returns>
          Nouveau <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> spécifié.
        </returns>
      <param name="editor">
              
                Instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> pour laquelle <see cref="T:System.ComponentModel.EditorAttribute" /> doit être créé.
            </param>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor.CreateEditorAttribute(System.Type)">
      <summary>
          Méthode utilitaire qui crée <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> spécifié.
        </summary>
      <returns>
          Nouveau <see cref="T:System.ComponentModel.EditorAttribute" /> pour le type <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> spécifié.
        </returns>
      <param name="propertyValueEditorType">
              
                Type <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor" /> pour lequel <see cref="T:System.ComponentModel.EditorAttribute" /> doit être créé.
            </param>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor.InlineEditorTemplate">
      <summary>
          Obtient ou définit le <see cref="T:System.Windows.DataTemplate" /> utilisé pour un éditeur inline. 
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands">
      <summary>
          Fournit des commandes standard qui contrôlent le comportement d'une fenêtre de propriété lorsque l'utilisateur modifie des propriétés. 
        </summary>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.AbortTransaction">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande d'annulation d'une transaction associée à une modification de propriété.
        </summary>
      <returns>
          Demande d'annulation d'une transaction associée à une modification de propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.BeginTransaction">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande pour lancer une nouvelle transaction associée à une modification de propriété.
        </summary>
      <returns>
          Demande pour lancer une nouvelle transaction associée à une modification de propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.CommitTransaction">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande de validation d'une transaction associée à une modification de propriété.
        </summary>
      <returns>
          Demande de validation d'une transaction associée à une modification de propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.FinishEditing">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une notification signalant à l'hôte qu'une propriété a été modifiée. 
        </summary>
      <returns>
          Notification signalant à l'hôte qu'une propriété a été modifiée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.ShowDialogEditor">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande d'affichage d'un éditeur de boîtes de dialogue pour une propriété.
        </summary>
      <returns>
          Demande d'affichage d'un éditeur de boîtes de dialogue pour une propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.ShowExtendedPinnedEditor">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande d'affichage d'un éditeur épinglé pour une propriété.
        </summary>
      <returns>
          Demande d'affichage d'un éditeur épinglé pour une propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.ShowExtendedPopupEditor">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande d'affichage d'un éditeur étendue pour une propriété.
        </summary>
      <returns>
          Demande d'affichage d'un éditeur étendu pour une propriété.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditorCommands.ShowInlineEditor">
      <summary>
          Obtient un <see cref="T:System.Windows.Input.RoutedCommand" /> qui représente une demande d'affichage d'un éditeur inline pour une propriété.
        </summary>
      <returns>
          Demande d'affichage d'un éditeur inline pour une propriété.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs">
      <summary>
          Fournit des données pour l'événement <see cref="E:Microsoft.Windows.Design.PropertyEditing.PropertyValue.PropertyValueException" />.
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs.#ctor(System.String,Microsoft.Windows.Design.PropertyEditing.PropertyValue,Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource,System.Exception)">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs" />.
        </summary>
      <param name="message">
              Message qui indique l'opération qui a échoué.
            </param>
      <param name="value">
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> pour lequel l'exception s'est levée.
            </param>
      <param name="source">
              Source qui a levé cette exception (Get ou Set).
            </param>
      <param name="exception">
              Exception interne.
            </param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="message" /> a la valeur null.
            </exception>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs.Exception">
      <summary>
          Obtient l'exception contenue.
        </summary>
      <returns>
        <see cref="T:System.Exception" /> qui correspond à l'exception contenue.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs.Message">
      <summary>
          Obtient le message qui indique l'opération qui a échoué.
        </summary>
      <returns>
          Message qui indique l'opération qui a échoué.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs.PropertyValue">
      <summary>
          Obtient le <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> pour lequel l'exception est levée.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" /> pour lequel l'exception est levée.
        </returns>
    </member>
    <member name="P:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionEventArgs.Source">
      <summary>
          Obtient la source qui a levé l'exception.
        </summary>
      <returns>
        <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource" /> qui a levé l'exception.
        </returns>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource">
      <summary>
          Indique la source de l'exception renvoyée par une instance de <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValue" />.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource.Get">
      <summary>
          Indique que l'exception s'est produite pendant une opération Get.
        </summary>
    </member>
    <member name="F:Microsoft.Windows.Design.PropertyEditing.PropertyValueExceptionSource.Set">
      <summary>
          Indique que l'exception s'est produite pendant une opération Set.
        </summary>
    </member>
    <member name="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueSource">
      <summary>
          Représente la source d'une valeur de propriété. 
        </summary>
    </member>
    <member name="M:Microsoft.Windows.Design.PropertyEditing.PropertyValueSource.#ctor">
      <summary>
          Initialise une nouvelle instance de la classe <see cref="T:Microsoft.Windows.Design.PropertyEditing.PropertyValueSource" />. 
        </summary>
    </member>
  </members>
</doc>