Click here to Skip to main content
15,885,985 members
Articles / Desktop Programming / WPF

Creating View-Switching Applications with Prism 4

Rate me:
Please Sign up or sign in to vote.
4.92/5 (58 votes)
6 Mar 2011CPOL20 min read 274.8K   15.7K   173  
How to get a Prism 4 line-of-business application up and running, using WPF and the Unity Dependency Injection (DI) container.
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>RibbonControlsLibrary</name>
  </assembly>
  <members>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.Ribbon)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.Collapse">
      <summary>Minimizes the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" /> that is associated with the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.Expand">
      <summary>Restores the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</summary>
      <returns>The state of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Tab" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.GetClassNameCore">
      <summary>Gets the name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The type name of the associated <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</summary>
      <returns>If the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed" /> property of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is false and <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.Selection" /> value, this method returns an object that supports the control pattern; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" /> is off the screen. </summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is collapsed; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.SetFocusCore">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> allows more than one child element to be selected concurrently.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> requires at least one child element to be selected.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonButton)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonComboBox)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Transform" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.Value" /> value, this method returns an object that supports the control pattern; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.IsContentElementCore">
      <summary>Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsContentElement" />.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.IsReadOnly">
      <summary>Gets a value that indicates whether <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> is read-only</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> is not enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.SetFocusCore">
      <summary>Sets the keyboard focus on the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.SetFocus" />.</summary>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> did not get focus.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.SetValue(System.String)">
      <summary>Sets the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> property of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> to the specified value. </summary>
      <param name="value">The value to set the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> property to.</param>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> is not enabled.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer.Value">
      <summary>Gets the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> property of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /></summary>
      <returns>The <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> property of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /></returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonContextMenu)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Menu" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" /> is off the screen.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> types to UI Automation when a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> is collapsed.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer.#ctor(System.Object,Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="owner">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Header" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Invoke" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
      <summary>Sends a request to activate a control and initiate its single, unambiguous action.</summary>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" /> for the specified item. </summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the<see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" /> or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer.#ctor(System.Windows.FrameworkElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer" /> is off the screen.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer.#ctor(System.Object,System.Windows.Automation.Peers.ItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="itemsControlPeer">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.ListItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonControlGroup)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" /> class. </summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Group" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer">
      <summary>Expose <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonGallery)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.List" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />. </summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>"RibbonGallery" in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the control <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the control <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Selection" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#CanSelectMultiple">
      <summary>Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#GetSelection">
      <summary>Retrieves a UI Automation provider for each child element that is selected.</summary>
      <returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> for each child element that is selected.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer.System#Windows#Automation#Provider#ISelectionProvider#IsSelectionRequired">
      <summary>Gets a value that specifies whether the UI Automation provider requires at least one child element to be selected.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Group" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />. </summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>"RibbonGalleryCategory" in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Selection" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" /> is off the screen.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer.#ctor(System.Object,System.Windows.Automation.Peers.ItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
      <param name="itemsControlAutomationPeer">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Group" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer.GetClassNameCore">
      <summary>Gets the name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The type name of the associated <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ScrollItem" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Selection" /><see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" /> or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
      <summary>Scrolls the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> into the visible region of the container.</summary>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.ListItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>"RibbonGalleryItem" in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" /> is off the screen. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsOffscreen" />.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.#ctor(System.Object,System.Windows.Automation.Peers.ItemsControlAutomationPeer,Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryDataAutomationPeer)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> class.</summary>
      <param name="owner">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" />.</param>
      <param name="itemsControlAutomationPeer">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" />.</param>
      <param name="parentCategoryDataAutomationPeer">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.ListItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.GetClassNameCore">
      <summary>Gets the name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The string, "RibbonGalleryItem".</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ScrollItem" /> or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SelectionItem" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.ParentCategoryDataAutomationPeer">
      <summary>Gets the automation peer for the parent <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />.</summary>
      <returns>The automation peer for the parent <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
      <summary>Scrolls the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> in order to display the control within the visible region (viewport) of the container.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
      <summary>This API is not implemented.</summary>
      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#IsSelected">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> is selected. </summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> is selected; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
      <summary>Removes the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" /> from the collection of selected items.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#Select">
      <summary>Deselects any selected items and then selects the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer" />.</summary>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGalleryItemDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#SelectionContainer">
      <summary>Gets the automation peer that acts as the container for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" />.</summary>
      <returns>The automation peer that acts as the container for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonGroup)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> that is associated with the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" /> or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" /> is off the screen.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer.SetFocusCore">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.#ctor(System.Object,Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="itemsControlPeer">The automation peer that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Group" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ScrollItem" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
      <summary>Hides all controls that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
      <summary>Shows the controls that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />.</summary>
      <returns>The state of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
      <summary>Scrolls the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> into the visible region of the container.</summary>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer">
      <summary>Exposes the header of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> types to UI Automation when a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> is collapsed.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer.#ctor(System.Windows.FrameworkElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the header of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Header" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the header of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the header of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupHeaderAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonMenuButton)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAccessKey" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Menu" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Transform" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.IsContentElementCore">
      <summary>Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsContentElement" />.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
      <summary>Hides all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />. </summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> is not enabled. </exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> does not contain any items.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
      <summary>Displays all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> is not enabled. </exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> does not contain any items.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</summary>
      <returns>The state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" />.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanMove">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> can be moved.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanResize">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> can be resized.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> can be resized; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanRotate">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> can be rotated.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Move(System.Double,System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="x">This API is not implemented.</param>
      <param name="y">This API is not implemented.</param>
      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Resize(System.Double,System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="width">This API is not implemented.</param>
      <param name="height">This API is not implemented.</param>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> is not enabled.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> cannot be resized.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Rotate(System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="degrees">This API is not implemented.</param>
      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonMenuItem)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.MenuItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer">
      <summary>Represents the data contained in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.#ctor(System.Object,System.Windows.Automation.Peers.ItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="itemsControlPeer">The automation peer that is associated with the <see cref="T:System.Windows.Controls.ItemsControl" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.MenuItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is a supported value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
      <summary>Hides all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not enabled. </exception>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> does not contain any items.-or-The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
      <summary>Displays all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not enabled. </exception>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> does not contain any items.-or-The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <returns>The state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</returns>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
      <summary>Sends a request to activate the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not enabled. </exception>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IToggleProvider#Toggle">
      <summary>Cycles through the checked states of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not enabled. </exception>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.-or-The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> cannot be checked.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#IToggleProvider#ToggleState">
      <summary>Gets the checked state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</summary>
      <returns>The checked state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" />.</returns>
      <exception cref="T:System.Windows.Automation.ElementNotAvailableException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is virtualized.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not available.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanMove">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> can be moved.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanResize">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> can be resized.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> can be resized; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#CanRotate">
      <summary>Gets a value that specifies whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer" /> can be rotated.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Move(System.Double,System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="x">This API is not implemented.</param>
      <param name="y">This API is not implemented.</param>
      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Resize(System.Double,System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="width">This API is not implemented.</param>
      <param name="height">This API is not implemented.</param>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> is not enabled.</exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> cannot be resized.-or-The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> cannot be checked.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonMenuItemDataAutomationPeer.System#Windows#Automation#Provider#ITransformProvider#Rotate(System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="degrees">This API is not implemented.</param>
      <exception cref="T:System.InvalidOperationException">In all cases.</exception>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.Collapse">
      <summary>Hides all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</summary>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> does not have items in the overflow menu.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.Expand">
      <summary>Displays all items that are in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</summary>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> does not have items in the overflow menu.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</summary>
      <returns>The state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.ToolBar" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" /> value, or if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> has items in the overflow menu and <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonRadioButton)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>"RibbonRadioButton" in all cases. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonSeparator)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonSplitButton)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.SplitButton" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is a supported value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.IsContentElementCore">
      <summary>Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsContentElement" />.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
      <summary>Sends a request to activate the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> is not enabled. </exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> can be checked. Use <see cref="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.System#Windows#Automation#Provider#IToggleProvider#Toggle" /> instead.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.System#Windows#Automation#Provider#IToggleProvider#Toggle">
      <summary>Cycles through the checked states of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />.</summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> is not enabled. </exception>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> cannot be checked.</exception>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer.System#Windows#Automation#Provider#IToggleProvider#ToggleState">
      <summary>Gets the checked state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />.</summary>
      <returns>The checked state of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonTab)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupDataAutomationPeer" /> that is associated with the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.GetBoundingRectangleCore">
      <summary>Gets the <see cref="T:System.Windows.Rect" /> object that represents the screen coordinates of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />.</summary>
      <returns>The <see cref="T:System.Windows.Rect" /> object that represents the screen coordinates of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the<see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.GetChildrenCore">
      <summary>Gets the collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetChildren" />.</summary>
      <returns>The collection of child elements of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" /> is off the screen. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsOffscreen" />.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.#ctor(System.Object,Microsoft.Windows.Automation.Peers.RibbonAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="itemsControlPeer">The <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" /> that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.TabItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.ExpandCollapse" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ItemContainer" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.ScrollItem" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.SelectionItem" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.VirtualizedItem" />; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Collapse">
      <summary>Hides all nodes, controls, or content that are descendants of the control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#Expand">
      <summary>Displays all child nodes, controls, or content of the control.</summary>
    </member>
    <member name="P:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#IExpandCollapseProvider#ExpandCollapseState">
      <summary>Gets the state, expanded or collapsed, of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />.</summary>
      <returns>The state of the control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#IScrollItemProvider#ScrollIntoView">
      <summary>Scrolls the content area of a container object in order to display the control within the visible region of the container.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#AddToSelection">
      <summary>This API is not implemented. </summary>
      <exception cref="T:System.Windows.Automation.ElementNotEnabledException">The user cannot interact with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" />. </exception>
      <exception cref="T:System.InvalidOperationException">A element other than the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" /> is selected.</exception>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer.System#Windows#Automation#Provider#ISelectionItemProvider#RemoveFromSelection">
      <summary>This API is not implemented.</summary>
      <exception cref="T:System.InvalidOperationException">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabDataAutomationPeer" /> is selected.</exception>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonTabHeader)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer.IsOffscreenCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer" /> is off the screen.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> is not visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer.#ctor(System.Object,Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" /> class.</summary>
      <param name="item">The element associated with this automation peer.</param>
      <param name="itemsControlPeer">The <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer" /> that is associated with the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl" /> that holds the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Header" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" />.</summary>
      <returns>null in all cases.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer" />.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer.CreateItemAutomationPeer(System.Object)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" /> for the specified item.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderDataAutomationPeer" /> for the specified item.</returns>
      <param name="item">An object that is in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer" />.</param>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonTextBox)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetAcceleratorKeyCore">
      <summary>Gets the accelerator key for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAcceleratorKey" />.</summary>
      <returns>A string that contains the accelerator key.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)">
      <summary>Gets the control pattern for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</summary>
      <returns>An object that supports the control pattern if <paramref name="patternInterface" /> is the <see cref="F:System.Windows.Automation.Peers.PatternInterface.Invoke" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Scroll" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.Text" />, <see cref="F:System.Windows.Automation.Peers.PatternInterface.SynchronizedInput" />, or <see cref="F:System.Windows.Automation.Peers.PatternInterface.Value" /> value; otherwise, null.</returns>
      <param name="patternInterface">A value enumeration that specifies the control pattern.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer.System#Windows#Automation#Provider#IInvokeProvider#Invoke">
      <summary>Sends a request to activate the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" />.</summary>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer">
      <summary>Exposes the title of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer.#ctor(System.Windows.FrameworkElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer" /> class.</summary>
      <param name="owner">The element that contains the title.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.Header" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>"RibbonToolTip" in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTitleAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer.GetAccessKeyCore">
      <summary>Gets the accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />.</summary>
      <returns>The accelerator key combinations for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />. </returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer.GetHelpTextCore">
      <summary>Gets the text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetHelpText" />.</summary>
      <returns>The text that describes the functionality of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> control that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonToolTip)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer">
      <summary>Exposes <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> types to UI Automation.</summary>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" /> class.</summary>
      <param name="owner">The element associated with this automation peer.</param>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer.GetAutomationControlTypeCore">
      <summary>Gets the control type for the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" />. This method is called by<see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary>
      <returns>The <see cref="F:System.Windows.Automation.Peers.AutomationControlType.TabItem" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer.GetClassNameCore">
      <summary>Gets the class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary>
      <returns>The class name of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer.GetNameCore">
      <summary>Gets the name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" />. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetName" />.</summary>
      <returns>The name that describes the element that is associated with this <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" />.</returns>
    </member>
    <member name="M:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer.IsControlElementCore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> that is associated with this automation peer contains data that is presented to the user. This method is called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.IsControlElement" />.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> that is associated with this automation peer contains data that is presented to the user; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.InvokeEventHandler(System.Delegate,System.Object)">
      <summary>Invokes the specified event handler on the specified object.</summary>
      <param name="genericHandler">The event handler to invoke.</param>
      <param name="genericTarget">The target on which the handler is invoked.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.KeyTipHorizontalOffset">
      <summary>Gets or sets the horizontal offset from the specified horizontal placement.</summary>
      <returns>The amount to offset the KeyTip horizontally.</returns>
      <exception cref="T:System.ArgumentException">The property is set to a value that either evaluates to negative or positive infinity, or is not a number.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.KeyTipHorizontalPlacement">
      <summary>Gets or sets the horizontal placement for the KeyTip relative to the placement target element.</summary>
      <returns>The horizontal placement for the KeyTip relative to the placement target element.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.KeyTipVerticalOffset">
      <summary>Gets or sets the vertical offset from the specified vertical placement.</summary>
      <returns>The amount to offset the KeyTip vertically.</returns>
      <exception cref="T:System.ArgumentException">The property is set to a value that either evaluates to negative or positive infinity, or is not a number.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.KeyTipVerticalPlacement">
      <summary>Gets or sets the vertical placement for the KeyTip relative to the placement target element.</summary>
      <returns>The vertical placement for the KeyTip relative to the placement target element.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.KeyTipVisibility">
      <summary>Gets or sets the value that indicates whether the KeyTip is displayed and accessible.</summary>
      <returns>The value that indicates whether the KeyTip is displayed and accessible.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.ActivatingKeyTipEventArgs.PlacementTarget">
      <summary>Gets or sets the user interface element that serves as the target for placing the KeyTip.</summary>
      <returns>The element that serves as the target for placing the KeyTip.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.ActivatingKeyTipEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> attached event of a <see cref="T:Microsoft.Windows.Controls.KeyTipService" />.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.ItemContainerTemplate">
      <summary>Provides the template for producing a container for an <see cref="T:System.Windows.Controls.ItemsControl" /> object. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ItemContainerTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> class.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.ItemContainerTemplateKey">
      <summary>Provides a resource key for an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> object.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ItemContainerTemplateKey.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateKey" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ItemContainerTemplateKey.#ctor(System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateKey" /> class with the specified data type.</summary>
      <param name="dataType">The type for which this template is designed.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.ItemContainerTemplateSelector">
      <summary>Enables you to select an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> for each item within an <see cref="T:System.Windows.Controls.ItemsControl" />. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ItemContainerTemplateSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateSelector" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.ItemContainerTemplateSelector.SelectTemplate(System.Object,System.Windows.Controls.ItemsControl)">
      <summary>When overridden in a derived class, returns an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> based on custom logic.</summary>
      <returns>The template. The default implementation returns null.</returns>
      <param name="item">The object for which to select the template.</param>
      <param name="parentItemsControl">The container for the items.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipAccessedEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipAccessedEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.KeyTipAccessedEventArgs" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipAccessedEventArgs.InvokeEventHandler(System.Delegate,System.Object)">
      <summary>Invokes the specified event handler on the specified object.</summary>
      <param name="genericHandler">The event handler to invoke.</param>
      <param name="genericTarget">The target on which the handler is invoked.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.KeyTipAccessedEventArgs.TargetKeyTipScope">
      <summary>Gets or sets the next KeyTip scope after routing this event.</summary>
      <returns>The next KeyTip scope after routing this event.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipAccessedEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> attached event of a <see cref="T:Microsoft.Windows.Controls.KeyTipService" />.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipControl">
      <summary>Represents the control used inside the KeyTip.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.KeyTipControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.KeyTipControl.Text">
      <summary>Gets or sets the text associated with this control.</summary>
      <returns>The text associated with this control.The registered default is an empty string. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipControl.TextProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.KeyTipControl.Text" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.KeyTipControl.Text" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipHorizontalPlacement">
      <summary>Specifies the values for the horizontal placement of the KeyTip relative to its placement target.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipLeftAtTargetLeft">
      <summary>The left of the KeyTip is aligned with the left of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipLeftAtTargetCenter">
      <summary>The left of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipLeftAtTargetRight">
      <summary>The left of the KeyTip is aligned with the right of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipCenterAtTargetLeft">
      <summary>The center of the KeyTip is aligned with the left of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipCenterAtTargetCenter">
      <summary>The center of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipCenterAtTargetRight">
      <summary>The center of the KeyTip is aligned with the right of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipRightAtTargetLeft">
      <summary>The right of the KeyTip is aligned with the left of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipRightAtTargetCenter">
      <summary>The right of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipHorizontalPlacement.KeyTipRightAtTargetRight">
      <summary>The right of the KeyTip is aligned with the right of the target element.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipService">
      <summary>Represents a service that provides properties, methods, and events to enable and manage KeyTips in WPF <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls.</summary>
    </member>
    <member name="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip">
      <summary>Occurs when the KeyTip is activated.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTipEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> routed event.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.AddActivatingKeyTipHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.ActivatingKeyTipEventHandler)">
      <summary>Adds the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to add to the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.AddKeyTipAccessedHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.KeyTipAccessedEventHandler)">
      <summary>Adds the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to add to the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.AddPreviewKeyTipAccessedHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.KeyTipAccessedEventHandler)">
      <summary>Adds the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to add to the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.DismissKeyTips">
      <summary>Hides the KeyTips that are currently displayed.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.GetIsKeyTipScope(System.Windows.DependencyObject)">
      <summary>Returns the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope" /> attached property for the specified element.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.GetKeyTip(System.Windows.DependencyObject)">
      <summary>Returns the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTip" /> attached property for the specified element.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTip" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.GetKeyTipStyle(System.Windows.DependencyObject)">
      <summary>Returns the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle" /> attached property for the specified element.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope">
      <summary>Gets or sets a value that indicates whether the element that this property is attached to is in KeyTip scope.</summary>
      <returns>true if the element is in KeyTip scope; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScopeProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.KeyTipService.KeyTip">
      <summary>Gets or sets the text to use for the KeyTip.</summary>
      <returns>The text to use for the KeyTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed">
      <summary>Occurs when the KeyTip is accessed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> routed event.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle">
      <summary>Gets or sets the style to use with the KeyTip.</summary>
      <returns>The style to use with the KeyTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.KeyTipStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed">
      <summary>Occurs when the KeyTip is accessed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed" /> routed event.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.RemoveActivatingKeyTipHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.ActivatingKeyTipEventHandler)">
      <summary>Removes the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.ActivatingKeyTip" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to remove from the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.RemoveKeyTipAccessedHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.KeyTipAccessedEventHandler)">
      <summary>Removes the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.KeyTipAccessed" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to remove from the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.RemovePreviewKeyTipAccessedHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.KeyTipAccessedEventHandler)">
      <summary>Removes the routed event handler for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed" /> event.</summary>
      <param name="element">The identifier of the routed event for which the handler is attached.</param>
      <param name="handler">The specific handler implementation to remove from the event handler collection on this element.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.SetIsKeyTipScope(System.Windows.DependencyObject,System.Boolean)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.IsKeyTipScope" /> attached property for the specified element.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.SetKeyTip(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTip" /> attached property for the specified element.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.KeyTipService.SetKeyTipStyle(System.Windows.DependencyObject,System.Windows.Style)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.KeyTipService.KeyTipStyle" /> attached property for the specified element.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="T:Microsoft.Windows.Controls.KeyTipVerticalPlacement">
      <summary>Specifies the values for the vertical placement of the KeyTip relative to its placement target.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipTopAtTargetTop">
      <summary>The top of the KeyTip is aligned with the top of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipTopAtTargetCenter">
      <summary>The top of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipTopAtTargetBottom">
      <summary>The top of the KeyTip is aligned with the bottom of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipCenterAtTargetTop">
      <summary>The center of the KeyTip is aligned with the top of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipCenterAtTargetCenter">
      <summary>The center of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipCenterAtTargetBottom">
      <summary>The center of the KeyTip is aligned with the bottom of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipBottomAtTargetTop">
      <summary>The bottom of the KeyTip is aligned with the top of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipBottomAtTargetCenter">
      <summary>The bottom of the KeyTip is aligned with the center of the target element.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.KeyTipVerticalPlacement.KeyTipBottomAtTargetBottom">
      <summary>The bottom of the KeyTip is aligned with the bottom of the target element.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Ribbon">
      <summary>Represents the root element of a ribbon user interface that hosts a Quick Access Toolbar, Application Menu, and tabs.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ApplicationMenu">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> that is a logical child of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
      <returns>The ribbon Application Menu that is a logical child of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ApplicationMenuProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ApplicationMenu" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ApplicationMenu" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Checked state.</summary>
      <returns>The brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Checked state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Checked state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Collapsed">
      <summary>Occurs when the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed" /> property is changed to true and the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is collapsed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.CollapsedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Collapsed" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Collapsed" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupHeaderTemplate">
      <summary>Gets or sets the template that is used to display <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />.</summary>
      <returns>The template that is used to display <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupHeaderTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupHeaderTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupHeaderTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroups">
      <summary>Gets a collection that contains all of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <returns>The collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> if one exists; otherwise, a new empty collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupsSource">
      <summary>Gets or sets a collection used to generate the content of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items.</summary>
      <returns>A collection used to generate the content of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupsSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupsSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupsSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupStyle">
      <summary>Gets or sets the style that is used when rendering <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <returns>The style applied to all <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ContextualTabGroupStyle" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Expanded">
      <summary>Occurs when the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed" /> property is changed to false and the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is expanded.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ExpandedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Expanded" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.Ribbon.Expanded" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBackground">
      <summary>Gets or sets the brush used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls in the Focused state.</summary>
      <returns>The brush used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls in the Focused state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBorderBrush">
      <summary>Gets or sets the brush used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls in the Focused state.</summary>
      <returns>The brush used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls in the Focused state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContent">
      <summary>Gets or sets the contents of the help pane.</summary>
      <returns>The contents of the help pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContentProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContent" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContent" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContentTemplate">
      <summary>Gets or sets the template that is used to display the content of the help pane.</summary>
      <returns>The template that is used to display the content of the help pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContentTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContentTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.HelpPaneContentTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed">
      <summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is collapsed.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is collapsed; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsCollapsed" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsDropDownOpen">
      <summary>Gets or sets a value that indicates whether the drop-down for a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> is open.</summary>
      <returns>true if the drop-down for a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> is open; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.IsDropDownOpenProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsDropDownOpen" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsDropDownOpen" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsHostedInRibbonWindow">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is currently hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow" />.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow" />; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.IsHostedInRibbonWindowProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsHostedInRibbonWindow" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsHostedInRibbonWindow" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsMinimized">
      <summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is minimized.</summary>
      <returns>true if the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is minimized; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.IsMinimizedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsMinimized" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.IsMinimized" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the MouseOver state.</summary>
      <returns>The brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the MouseOver state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the MouseOver state.</summary>
      <returns>The brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the MouseOver state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Updates the current selection and synchronizes the headers when an item is changed in the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewMouseDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnPreviewMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseWheel" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.Controls.Primitives.Selector.SelectionChanged" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Ribbon.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element used to display the <paramref name="item" />.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Pressed state.</summary>
      <returns>The brush that is used to draw the background of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Pressed state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Pressed state.</summary>
      <returns>The brush that is used to draw the outer border of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls when they are in the Pressed state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.QuickAccessToolBar">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> that is a logical child of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <returns>The Quick Access Toolbar that is the logical child of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.QuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.QuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.QuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ShowQuickAccessToolBarOnTop">
      <summary>Gets or sets a value that indicates whether to show the Quick Access Toolbar above the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <returns>true if the Quick Access Toolbar is shown above the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />; false if the Quick Access Toolbar is shown below the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.ShowQuickAccessToolBarOnTopProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ShowQuickAccessToolBarOnTop" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.ShowQuickAccessToolBarOnTop" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderStyle">
      <summary>Gets or sets the style that is used when rendering tab headers.</summary>
      <returns>The style that is used when rendering tab headers. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderTemplate">
      <summary>Gets or sets the template that is used to display tab headers.</summary>
      <returns>The template that is used to display tab headers. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TabHeaderTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.Title">
      <summary>Gets or sets the title of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
      <returns>The title of this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.TitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.Title" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.Title" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TitleTemplate">
      <summary>Gets or sets the template that is used to display the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> title.</summary>
      <returns>The template that is used to display the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> title. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.TitleTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TitleTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.TitleTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Ribbon.WindowIconVisibility">
      <summary>Gets or sets the <see cref="T:System.Windows.Visibility" /> for the icon of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow" /> that contains this <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
      <returns>One of the enumeration values that specifies the visibility of the icon. The registered default is <see cref="F:System.Windows.Visibility.Visible" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Ribbon.WindowIconVisibilityProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.WindowIconVisibility" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Ribbon.WindowIconVisibility" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu">
      <summary>Represents an Application Menu that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContent">
      <summary>Gets or sets the content of the Application Menu auxiliary pane.</summary>
      <returns>The content of the Application Menu auxiliary pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContent" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContent" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplate">
      <summary>Gets or sets the template that is used to display the content of the Application Menu auxiliary pane.</summary>
      <returns>The template that is used to display the content of the Application Menu auxiliary pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplateSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.DataTemplate" /> that is used to display the contents of the Application Menu auxiliary pane.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.AuxiliaryPaneContentTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContent">
      <summary>Gets or sets the content of the Application Menu footer pane.</summary>
      <returns>The content of the Application Menu footer pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContent" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContent" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplate">
      <summary>Gets or sets the template that is used to display the content of the Application Menu footer pane.</summary>
      <returns>The template that is used to display the content of the Application Menu footer pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplateSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.DataTemplate" /> that is used to display the contents of the Application Menu footer pane.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.FooterPaneContentTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> object.</summary>
      <returns>A new menu item object that is the container for the item.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewKeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item that the container is for.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem">
      <summary>Represents a menu item inside a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.Level">
      <summary>Gets a value that indicates at what level the menu item is displayed.</summary>
      <returns>One the enumeration values that specifies at what level the menu item is displayed. The registered default is <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel.Top" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.LevelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.Level" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.Level" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item that the container is for.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel">
      <summary>Defines constants that specify the level that a menu item is displayed at in the ribbon Application Menu.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel.Top">
      <summary>The menu item is displayed in the top level.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel.Middle">
      <summary>The menu item is displayed in the middle level.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel.Sub">
      <summary>The menu item is displayed in the lowest level.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem">
      <summary>Represents a menu item inside a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu" /> control that can invoke a command and also display a submenu.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.Level">
      <summary>Gets a value that indicates at what level the menu item is displayed.</summary>
      <returns>One the enumeration values that specifies at what level the menu item is displayed. The registered default is <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItemLevel.Top" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.LevelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.Level" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.Level" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item that the container is for.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonButton">
      <summary>Represents a button that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CornerRadius">
      <summary>Gets or sets a value that indicates the amount that the corners of a ribbon button are rounded.</summary>
      <returns>A value that indicates the amount that the corners of a ribbon button are rounded.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.CornerRadiusProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CornerRadius" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.CornerRadius" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonButton" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnClick">
      <summary>Handles the <see cref="E:System.Windows.Controls.Primitives.ButtonBase.Click" /> event and raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonButtonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> event and enables the keyboard focus visual when this control gets keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> event and disables the keyboard focus visual when this control loses keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonButton.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> routed event to prevent the control from receiving keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox">
      <summary>Represents a check box that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnClick">
      <summary>Handles the <see cref="E:System.Windows.Controls.Primitives.ButtonBase.Click" /> event and raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> event and enables the keyboard focus visual when this control gets keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> event and disables the keyboard focus visual when this control loses keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> routed event to prevent the control from receiving keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonCheckBox.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox">
      <summary>Represents a combo box that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsEditable">
      <summary>Gets or sets a value that indicates whether the content of the combo box can be edited. </summary>
      <returns>true if the content of the combo box can be edited; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsEditableProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsEditable" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsEditable" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsReadOnly">
      <summary>Gets or sets a value that indicates whether selection-only mode is enabled, in which the contents of the combo box are selectable but not editable.</summary>
      <returns>true if the contents of the combo box are selectable but not editable; false if the contents of the combo box are not selectable and not editable. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsReadOnlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsReadOnly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.IsReadOnly" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonComboBox" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.IsKeyboardFocusWithinChanged" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnKeyUp(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyUp" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewKeyDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewMouseDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.OnTextInput(System.Windows.Input.TextCompositionEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.Input.TextCompositionManager.TextInput" /> routed attached event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItem">
      <summary>Gets the item that is displayed in the selection box.</summary>
      <returns>The item that is displayed in the selection box. The registered default is an <see cref="F:System.String.Empty" /> string. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItem" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItem" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemStringFormat">
      <summary>Gets a composite string that specifies how to format the selected item in the selection box if it is displayed as a string.</summary>
      <returns>A composite string that specifies how to format the selected item in the selection box if it is displayed as a string. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemStringFormatProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemStringFormat" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemStringFormat" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplate">
      <summary>Gets the item template of the selection box content.</summary>
      <returns>The item template of the selection box content. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplateSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.DataTemplate" /> that is used to display the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItem" />.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxItemTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxWidth">
      <summary>Gets or sets the width of the text box that displays the selected item in the combo box.</summary>
      <returns>The width of the text box that displays the selected item in the combo box. The registered default is 0.0. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.SelectionBoxWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.StaysOpenOnEdit">
      <summary>Gets or sets a value that indicates whether a combo box that is open and displays a drop-down control will remain open when a user clicks the selection box.</summary>
      <returns>true to keep the drop-down control open when the user clicks the text area to start editing; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.StaysOpenOnEditProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.StaysOpenOnEdit" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.StaysOpenOnEdit" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text">
      <summary>Gets or sets the text of the currently selected item.</summary>
      <returns>The text of the item that is displayed in the selection box. The registered default is an <see cref="F:System.String.Empty" /> string. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.TextProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonComboBox.Text" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonCommands">
      <summary>Provides static access to standard ribbon commands.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.AddToQuickAccessToolBarCommand">
      <summary>Gets a reference to the AddToQuickAccessToolBar command.</summary>
      <returns>A reference to the AddToQuickAccessToolBar command.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.MaximizeRibbonCommand">
      <summary>Gets a reference to the MaximizeRibbon command.</summary>
      <returns>A reference to the MaximizeRibbon command.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.MinimizeRibbonCommand">
      <summary>Gets a reference to the MinimizeRibbon command.</summary>
      <returns>A reference to the MinimizeRibbon command.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.RemoveFromQuickAccessToolBarCommand">
      <summary>Gets a reference to the RemoveFromQuickAccessToolbar command.</summary>
      <returns>A reference to the RemoveFromQuickAccessToolbar command.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.ShowQuickAccessToolBarAboveRibbonCommand">
      <summary>Gets a reference to the ShowQuickAccessToolBarAboveRibbon command.</summary>
      <returns>A reference to the ShowQuickAccessToolBarAboveRibbon command.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonCommands.ShowQuickAccessToolBarBelowRibbonCommand">
      <summary>Gets a reference to the ShowQuickAccessToolBarBelowRibbon command.</summary>
      <returns>A reference to the ShowQuickAccessToolBarBelowRibbon command.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter">
      <summary>Displays the content of a ribbon control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. The default is null.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContentPresenter.OnTemplateChanged(System.Windows.DataTemplate,System.Windows.DataTemplate)">
      <summary>Invoked when the data template changes.</summary>
      <param name="oldTemplate">The old data template.</param>
      <param name="newTemplate">The new data template.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu">
      <summary>Represents a menu that is displayed in the context of a particular control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.HasGallery">
      <summary>Gets a value that indicates whether at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>true if at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.HasGalleryProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.HasGallery" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.HasGallery" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector">
      <summary>Gets or sets the custom logic for selecting an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> that is used to create a container for an <see cref="T:System.Windows.Controls.ItemsControl" />.</summary>
      <returns>A custom <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateSelector" /> that provides logic and returns a <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextMenuAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonApplicationSplitMenuItem" />, <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />, or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.UsesItemContainerTemplate">
      <summary>Gets or sets a value that indicates whether the control uses the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" /> to generate an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</summary>
      <returns>true to use the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.UsesItemContainerTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.UsesItemContainerTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.UsesItemContainerTemplate" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup">
      <summary>Represents a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> tab group that dynamically displays controls that are only relevant in a particular context.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header">
      <summary>Gets or sets the content of the contextual tab group header.</summary>
      <returns>The content of the contextual tab group header. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderStringFormat">
      <summary>Gets or sets the format that is used to display the header content as a string.</summary>
      <returns>The format that is used to display the header content as a string. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderStringFormatProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderStringFormat" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderStringFormat" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display the contents of the header.</summary>
      <returns>A template that specifies the visualization of the header. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplateSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.DataTemplate" /> that is used to display the contents of the header.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.HeaderTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.OnHeaderChanged(System.Object,System.Object)">
      <summary>Called when the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> property changes.</summary>
      <param name="oldHeader">The old value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> property.</param>
      <param name="newHeader">The new value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Header" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.OnMouseUp(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseUp" /> routed event and releases the mouse.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl">
      <summary>Represents an items control that hosts contextual tab groups in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.OnCreateAutomationPeer">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonContextualTabGroupItemsControlAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroupItemsControl.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControl">
      <summary>Represents a container for controls in a ribbon.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControl.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. The default is null.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControl.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControl.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControl.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControl.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControl.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControl.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControl.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControl.OnTemplateChanged(System.Windows.Controls.ControlTemplate,System.Windows.Controls.ControlTemplate)">
      <summary>Invoked when the data template changes.</summary>
      <param name="oldTemplate">The old data template.</param>
      <param name="newTemplate">The new data template.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup">
      <summary>Groups a set of ribbon controls into a visual and conceptual unit.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonControlGroupAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength">
      <summary>Represents widths in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" />. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.#ctor(System.Double)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure with an absolute value in pixels.</summary>
      <param name="pixels">The absolute pixel value to initialize the length to.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="pixels" /> is <see cref="F:System.Double.NaN" />.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.#ctor(System.Double,Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure with the specified value and length unit.</summary>
      <param name="value">The requested size of the element.</param>
      <param name="type">The type that is used to determine how the size of the element is calculated.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="value" /> is <see cref="F:System.Double.NaN" />.-or-<paramref name="type" /> is <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Star" /> and <paramref name="value" /> is <see cref="F:System.Double.NegativeInfinity" /> or <see cref="F:System.Double.PositiveInfinity" />.-or-<paramref name="type" /> is not <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Auto" />, <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Pixel" />, <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Star" />, or <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Item" />.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.Auto">
      <summary>Gets a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure that represents the standard automatic sizing mode.</summary>
      <returns>A <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure that represents the standard automatic sizing mode.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.Equals(Microsoft.Windows.Controls.Ribbon.RibbonControlLength)">
      <summary>Determines whether the specified <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> is equal to the current <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.</summary>
      <returns>true if the specified object is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> with the same value and sizing mode as the current <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />; otherwise, false.</returns>
      <param name="other">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> to compare to the current instance.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.Equals(System.Object)">
      <summary>Determines whether the specified object is equal to the current <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.</summary>
      <returns>true if the specified object is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> with the same value and sizing mode as the current <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />; otherwise, false.</returns>
      <param name="obj">The object to compare to the current instance.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.GetHashCode">
      <summary>Gets a hash code for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.</summary>
      <returns>A hash code for the current <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.IsAbsolute">
      <summary>Gets a value that indicates whether this instance sizes elements based on a fixed pixel or logical value.</summary>
      <returns>true if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.RibbonControlLengthUnitType" /> property is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Pixel" /> or <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Item" />; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.IsAuto">
      <summary>Gets a value that indicates whether this instance automatically sizes elements.</summary>
      <returns>true if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.RibbonControlLengthUnitType" /> property is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Auto" />; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.IsStar">
      <summary>Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space.</summary>
      <returns>true if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.RibbonControlLengthUnitType" /> property is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Star" />; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.op_Equality(Microsoft.Windows.Controls.Ribbon.RibbonControlLength,Microsoft.Windows.Controls.Ribbon.RibbonControlLength)">
      <summary>Compares two <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structures for equality.</summary>
      <returns>true if the two <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instances have the same value and sizing mode; otherwise, false.</returns>
      <param name="length1">The first <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instance to compare.</param>
      <param name="length2">The second <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instance to compare.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.op_Inequality(Microsoft.Windows.Controls.Ribbon.RibbonControlLength,Microsoft.Windows.Controls.Ribbon.RibbonControlLength)">
      <summary>Compares two <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structures to determine whether they are not equal.</summary>
      <returns>true if the two <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instances do not have the same value or sizing mode; otherwise, false.</returns>
      <param name="length1">The first <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instance to compare.</param>
      <param name="length2">The second <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> instance to compare.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.RibbonControlLengthUnitType">
      <summary>Gets the type that is used to determine how the size of the element is calculated.</summary>
      <returns>One of the enumeration values that specifies how the size of the element is calculated.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.ToString">
      <summary>Returns a string that represents the current object.</summary>
      <returns>A string that represent the current object.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.Value">
      <summary>Gets the absolute value of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> in pixels or logical units.</summary>
      <returns>The absolute value of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> in pixels or logical units, or 1.0 if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlLength.RibbonControlLengthUnitType" /> property is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Auto" />.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter">
      <summary>Converts instances of various types to and from instances of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Determines whether an instance of the specified type can be converted to an instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure.</summary>
      <returns>true if this converter can perform the conversion; otherwise, false.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="sourceType">The type to convert from.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Determines whether an instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure can be converted to an instance of the specified type.</summary>
      <returns>true if this converter can perform the conversion; otherwise, false.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="destinationType">The type to convert to.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
      <summary>Converts the specified object to an instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure.</summary>
      <returns>The converted value.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="culture">The object to use as the current culture.</param>
      <param name="value">The value to convert.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value" /> is null.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value" /> is not a valid type that can be converted to type <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
      <summary>Converts an instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> structure to an instance of the specified type.</summary>
      <returns>The converted value.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="culture">The object to use as the current culture.</param>
      <param name="value">The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" /> to convert.</param>
      <param name="destinationType">The type to convert the value to.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="destinationType" /> is null.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value" /> is not a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLength" />.-or-<paramref name="destinationType" /> is not a valid conversion type.</exception>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType">
      <summary>Defines constants that specify how elements in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> are sized.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Auto">
      <summary>The sizing method is not specified.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Pixel">
      <summary>The size is a fixed value expressed in pixels.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Item">
      <summary>The size is a fixed value expressed in the number of child elements.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType.Star">
      <summary>The size is a weighted proportion of the available space.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlService">
      <summary>Represents a service that provides properties and methods to control the display and behavior of <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.AddDismissPopupHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventHandler)">
      <summary>Adds a handler for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
      <param name="element">The object to which the attached event is added.</param>
      <param name="handler">The event handler.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it in the Checked state. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius">
      <summary>Gets or sets a value that indicates the amount that the corners of a ribbon button are rounded.</summary>
      <returns>A value that indicates the amount that the corners of a ribbon button are rounded. The registered default is a new <see cref="T:System.Windows.CornerRadius" /> with default values. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadiusProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition">
      <summary>Gets or sets the default <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The default <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup">
      <summary>Occurs when a ribbon popup is closed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopupEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetCanAddToQuickAccessToolBarDirectly(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetCheckedBackground(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetCheckedBorderBrush(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetControlSizeDefinition(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetCornerRadius(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetDefaultControlSizeDefinition(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetFocusedBackground(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetFocusedBorderBrush(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetIsInControlGroup(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroup" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroup" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetIsInQuickAccessToolBar(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBar" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBar" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetLabel(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetLargeImageSource(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetMouseOverBackground(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetMouseOverBorderBrush(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetPressedBackground(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetPressedBorderBrush(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetQuickAccessToolBarControlSizeDefinition(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetQuickAccessToolBarId(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetRibbon(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Ribbon" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Ribbon" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetShowKeyboardCues(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCues" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCues" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetSmallImageSource(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipDescription(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipFooterDescription(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipFooterImageSource(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipFooterTitle(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipImageSource(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.GetToolTipTitle(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.RemoveDismissPopupHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventHandler)">
      <summary>Removes a handler for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
      <param name="element">The object from which the attached event is removed.</param>
      <param name="handler">The event handler.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Ribbon" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetCanAddToQuickAccessToolBarDirectly(System.Windows.DependencyObject,System.Boolean)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CanAddToQuickAccessToolBarDirectly" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetCheckedBackground(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBackground" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetCheckedBorderBrush(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CheckedBorderBrush" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetControlSizeDefinition(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ControlSizeDefinition" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetCornerRadius(System.Windows.DependencyObject,System.Windows.CornerRadius)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.CornerRadius" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetDefaultControlSizeDefinition(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DefaultControlSizeDefinition" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetFocusedBackground(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBackground" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetFocusedBorderBrush(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.FocusedBorderBrush" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetLabel(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.Label" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetLargeImageSource(System.Windows.DependencyObject,System.Windows.Media.ImageSource)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.LargeImageSource" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetMouseOverBackground(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBackground" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetMouseOverBorderBrush(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.MouseOverBorderBrush" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetPressedBackground(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBackground" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetPressedBorderBrush(System.Windows.DependencyObject,System.Windows.Media.Brush)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.PressedBorderBrush" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetQuickAccessToolBarControlSizeDefinition(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarControlSizeDefinition" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetQuickAccessToolBarId(System.Windows.DependencyObject,System.Object)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.QuickAccessToolBarId" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetSmallImageSource(System.Windows.DependencyObject,System.Windows.Media.ImageSource)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipDescription(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipFooterDescription(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipFooterImageSource(System.Windows.DependencyObject,System.Windows.Media.ImageSource)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipFooterTitle(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipImageSource(System.Windows.DependencyObject,System.Windows.Media.ImageSource)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SetToolTipTitle(System.Windows.DependencyObject,System.String)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlService.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition">
      <summary>Specifies information about the size and visibility of the images and label associated with a Ribbon control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.CreateInstanceCore">
      <summary>Returns a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> class.</summary>
      <returns>The new instance of this class.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.ImageSize">
      <summary>Gets or sets a value that indicates how to show the image on a control.</summary>
      <returns>One of the enumeration values that specify how to show the image on a control. The registered default is <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.ImageSizeProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.ImageSize" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.ImageSize" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.IsLabelVisible">
      <summary>Gets or sets a value that indicates whether the control’s label is visible.</summary>
      <returns>true if the control’s label is visible; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.IsLabelVisibleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.IsLabelVisible" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.IsLabelVisible" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MaxWidth">
      <summary>Gets or sets the maximum width constraint of a container control in a Ribbon.</summary>
      <returns>The maximum width of the control. The registered default is <see cref="F:System.Double.PositiveInfinity" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MaxWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MaxWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MaxWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MinWidth">
      <summary>Gets or sets the minimum width constraint of a container control in a Ribbon.</summary>
      <returns>The minimum width of the control. The registered default is 0. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MinWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MinWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.MinWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.Width">
      <summary>Gets or sets the width of a container control in a Ribbon.</summary>
      <returns>The width of the control. The registered default is <see cref="P:System.Windows.GridLength.Auto" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.WidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.Width" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition.Width" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> objects.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection.CreateInstanceCore">
      <summary>Returns a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection" /> class.</summary>
      <returns>The new instance of this class. </returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> event. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs.#ctor(Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupMode)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs" /> class with the specified <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupMode" />.</summary>
      <param name="dismissMode">One of the enumeration values that specifies when the popup is dismissed.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs.DismissMode">
      <summary>Gets or sets a value that indicates when the popup is dismissed.</summary>
      <returns>One of the enumeration values that specifies when the popup is dismissed.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs.InvokeEventHandler(System.Delegate,System.Object)">
      <summary>Invokes the specified event handler on the specified object.</summary>
      <param name="genericHandler">The event handler to invoke.</param>
      <param name="genericTarget">The target on which the handler is invoked.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlService" />.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupMode">
      <summary>Defines constants that specify whether the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event closes all drop-downs in a chain of drop-downs or only drop-downs that the mouse pointer is not over. </summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupMode.Always">
      <summary>All drop-downs in a chain are closed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupMode.MousePhysicallyNotOver">
      <summary>Drop-downs in a chain are closed up to the one that the mouse pointer is over.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonFilterMenuButton">
      <summary>Represents a button that opens a filter menu drop-down in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonFilterMenuButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonFilterMenuButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonFilterMenuButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonFilterMenuButton.OnDismissPopup(Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs)">
      <summary>Provides class handling for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery">
      <summary>Represents a menu that displays a set of related items or commands in a visually rich format that can be organized into multiple categorized subsets.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItem">
      <summary>Gets the filter that returns all items in a ribbon gallery.</summary>
      <returns>The filter that returns all items in a ribbon gallery.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemContainerStyle">
      <summary>Gets or sets the style that is applied to items in the filter when the "All" filter is selected.</summary>
      <returns>The style that is applied to items in the filter when the "All" filter is selected.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemContainerStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemContainerStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemContainerStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display items in the filter when the "All" filter is selected.</summary>
      <returns>A template that specifies the visualization of the items. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.AllFilterItemTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanUserFilter">
      <summary>Gets or sets a value that indicates whether a user can apply a filter to gallery items.</summary>
      <returns>true if a filter can be applied to gallery items; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanUserFilterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanUserFilter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CanUserFilter" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryStyle">
      <summary>Gets or sets the style that is applied to the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> element generated for each item.</summary>
      <returns>The style that is applied to the container element generated for each item. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display each item in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />.</summary>
      <returns>A template that specifies the visualization of the items. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CategoryTemplate" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ColumnsStretchToFill">
      <summary>Gets or sets a value that indicates that the gallery distributes all its available width equally between its columns.</summary>
      <returns>true if  the gallery distributes its available width equally between its columns, otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ColumnsStretchToFillProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ColumnsStretchToFill" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ColumnsStretchToFill" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Command">
      <summary>Gets or sets the command that is associated with this ribbon gallery.</summary>
      <returns>The command that is associated with this ribbon gallery. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandParameter">
      <summary>Gets or sets a user-defined data value to pass to the command.</summary>
      <returns>A user-defined data value to pass to the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandParameterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandParameter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandParameter" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Command" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Command" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandTarget">
      <summary>Gets or sets the element on which to invoke the specified command.</summary>
      <returns>The element on which to invoke the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandTargetProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandTarget" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.CommandTarget" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterCommand">
      <summary>Gets the command to invoke when the current gallery filter is changed by the user.</summary>
      <returns>The command to invoke when the current filter is changed. The default is null.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyle">
      <summary>Gets or sets the style that is applied to the filter items container generated from a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> header.</summary>
      <returns>The style applied to the filter items container element.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyleSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.Style" /> that is applied to items in the filter when a custom filter is selected.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.StyleSelector" /> object that provides logic and returns a <see cref="T:System.Windows.Style" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyleSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyleSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemContainerStyleSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display items in the filter when a custom filter is selected.</summary>
      <returns>A template that specifies the visualization of the items. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplateSelector">
      <summary>Gets or sets the custom logic for selecting a <see cref="T:System.Windows.DataTemplate" /> that is used to display items in the filter when a custom filter is selected.</summary>
      <returns>A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterItemTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterMenuButtonStyle">
      <summary>Gets or sets the style that is applied to the filter menu button.</summary>
      <returns>The style that is applied to the filter menu button. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterMenuButtonStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterMenuButtonStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterMenuButtonStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContent">
      <summary>Gets or sets the contents of the filter pane.</summary>
      <returns>The contents of the filter pane. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContentProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContent" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContent" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContentTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display the contents of the filter pane.</summary>
      <returns>A template that specifies the visualization of the filter pane contents. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContentTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContentTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.FilterPaneContentTemplate" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemStyle">
      <summary>Gets or sets the style that is applied to items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>The style that is applied to items in the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemStyle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display each item in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>A template that specifies the visualization of the items. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GalleryItemTemplate" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.HighlightedItem">
      <summary>Gets the item that is currently highlighted.</summary>
      <returns>The item that is currently highlighted. The default is null.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.HighlightedItemProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.HighlightedItem" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.HighlightedItem" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsEnabledCore">
      <summary>Gets the value that indicates whether the gallery is enabled.</summary>
      <returns>true if the gallery is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSharedColumnSizeScope">
      <summary>Gets or sets a value that specifies whether this gallery defines the scope used for uniform layout of items.</summary>
      <returns>true if this gallery defines the scope used for uniform layout of items; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSharedColumnSizeScopeProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSharedColumnSizeScope" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSharedColumnSizeScope" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSynchronizedWithCurrentItem">
      <summary>Gets or sets a value that indicates whether the gallery should keep the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> synchronized with the current item in the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</summary>
      <returns>true if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> is always synchronized with the current item in the source collection; false if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> is never synchronized with the current item; null if the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> is synchronized with the current item only if the gallery is bound to a <see cref="T:System.Windows.Data.CollectionViewSource" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSynchronizedWithCurrentItemProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSynchronizedWithCurrentItem" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.IsSynchronizedWithCurrentItem" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MaxColumnCount">
      <summary>Gets or sets a value that specifies the maximum number of columns used to layout items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.</summary>
      <returns>The maximum number of columns used to layout items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />. The registered default is <see cref="F:System.Int32.MaxValue" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MaxColumnCountProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MaxColumnCount" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MaxColumnCount" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MinColumnCount">
      <summary>Gets or sets a value that specifies the minimum number of columns used to layout items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.</summary>
      <returns>The minimum number of columns used to layout items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.The registered default is 1. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MinColumnCountProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MinColumnCount" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.MinColumnCount" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnHighlightedItemChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Updates the old and new items when the highlighted item changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnInitialized(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Windows.FrameworkElement.Initialized" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.IsKeyboardFocusWithinChanged" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property changes.</summary>
      <param name="oldValue">The old value of the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property.</param>
      <param name="newValue">The new value of the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseEnter" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeave" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewKeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnSelectionChanged(System.Windows.RoutedPropertyChangedEventArgs{System.Object})">
      <summary>Raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectionChanged" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.PreviewCommandParameter">
      <summary>Gets or sets a user-defined data value to pass to the command when it is previewed.</summary>
      <returns>A user-defined data value to pass to the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.PreviewCommandParameterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.PreviewCommandParameter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.PreviewCommandParameter" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.Ribbon" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ScrollIntoView(System.Object)">
      <summary>Causes the object to scroll into view.</summary>
      <param name="item">The object to bring into view.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem">
      <summary>Gets or sets the currently selected item in the ribbon gallery.</summary>
      <returns>The currently selected item, or null if no item is selected. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItemProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValue">
      <summary>Gets or sets the value of the property on the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> that is specified by the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePath" />.</summary>
      <returns>The value of the property on the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> that is specified by the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePath" />, or null if no item is selected. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePath">
      <summary>Gets or sets the path that is used to get the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValue" /> of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>The path that is used to get the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValue" /> of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePathProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePath" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValuePath" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValueProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValue" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedValue" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectionChanged">
      <summary>Occurs when the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectedItem" /> property changes.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectionChangedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectionChanged" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SelectionChanged" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGallery.System#Windows#IWeakEventListener#ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
      <summary>Receives events from the centralized event manager.</summary>
      <returns>true if the listener handled the event. false if it receives an event that it does not recognize or handle.</returns>
      <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> calling this method.</param>
      <param name="sender">The object that originated the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGallery.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory">
      <summary>Represents a group of related items in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.ColumnsStretchToFill">
      <summary>Gets or sets a value that indicates that the gallery category distributes all its available width equally between its columns.</summary>
      <returns>true if the gallery category distributes its available width equally between its columns; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.ColumnsStretchToFillProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.ColumnsStretchToFill" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.ColumnsStretchToFill" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.HeaderVisibility">
      <summary>Gets or sets the <see cref="T:System.Windows.Visibility" /> for the ribbon gallery header.</summary>
      <returns>One of the enumeration values that specifies the visibility of the header. The registered default is <see cref="F:System.Windows.Visibility.Visible" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.HeaderVisibilityProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.HeaderVisibility" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.HeaderVisibility" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.IsSharedColumnSizeScope">
      <summary>Gets or sets a value that specifies whether this gallery category defines the scope used for uniform layout of items.</summary>
      <returns>true if this gallery category defines the scope used for uniform layout of items; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.IsSharedColumnSizeScopeProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.IsSharedColumnSizeScope" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.IsSharedColumnSizeScope" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MaxColumnCount">
      <summary>Gets or sets a value that specifies the maximum number of columns used to lay out items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.</summary>
      <returns>The maximum number of columns used to lay out items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />. The registered default is <see cref="F:System.Int32.MaxValue" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MaxColumnCountProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MaxColumnCount" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MaxColumnCount" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MinColumnCount">
      <summary>Gets or sets a value that specifies the minimum number of columns used to lay out items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.</summary>
      <returns>The minimum number of columns used to lay out items in a gallery <see cref="P:System.Windows.Controls.ItemsControl.ItemsPanel" />.The registered default is 1. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MinColumnCountProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MinColumnCount" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.MinColumnCount" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.OnCreateAutomationPeer">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryCategoryAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.OnInitialized(System.EventArgs)">
      <summary>Raises the <see cref="E:System.Windows.FrameworkElement.Initialized" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.OnItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property changes.</summary>
      <param name="oldValue">The old value of the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property.</param>
      <param name="newValue">The new value of the <see cref="P:System.Windows.Controls.ItemsControl.ItemsSource" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory.System#Windows#IWeakEventListener#ReceiveWeakEvent(System.Type,System.Object,System.EventArgs)">
      <summary>Receives events from the centralized event manager.</summary>
      <returns>true if the listener handled the event. false if it receives an event that it does not recognize or handle.</returns>
      <param name="managerType">The type of the <see cref="T:System.Windows.WeakEventManager" /> calling this method.</param>
      <param name="sender">The object that originated the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem">
      <summary>Represents an individual item of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsHighlighted">
      <summary>Gets a value that indicates whether this item is highlighted.</summary>
      <returns>true if this item is highlighted; otherwise, false. The default is false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsHighlightedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsHighlighted" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsHighlighted" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsPressed">
      <summary>Gets a value that indicates whether the left mouse button or the SPACEBAR is pressed over the item.</summary>
      <returns>true if the left mouse button or the SPACEBAR is pressed over the item; otherwise, false. The default is false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsPressedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsPressed" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsPressed" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelected">
      <summary>Gets or sets a value that indicates whether this item is selected.</summary>
      <returns>true if this item is selected; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelectedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelected" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelected" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGalleryItemAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnKeyUp(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyUp" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeave" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnMouseMove(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseMove" /> event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnSelected(System.Windows.RoutedEventArgs)">
      <summary>Raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Selected" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.OnUnselected(System.Windows.RoutedEventArgs)">
      <summary>Raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Unselected" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Ribbon" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Selected">
      <summary>Occurs when the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelected" /> property of the item changes to true.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.SelectedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Selected" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Selected" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Unselected">
      <summary>Occurs when the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.IsSelected" /> property of the item changes to false.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.UnselectedEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Unselected" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem.Unselected" /> routed event.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup">
      <summary>Represents a logical group of controls as they appear on a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.GroupSizeDefinitions">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition" /> collection for a ribbon group.</summary>
      <returns>A collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition" /> objects that describe how to size controls in the group for different sizes of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.GroupSizeDefinitionsProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.GroupSizeDefinitions" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.GroupSizeDefinitions" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsCollapsed">
      <summary>Gets a value that indicates whether the ribbon group is collapsed.</summary>
      <returns>true if the group is collapsed; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsCollapsedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsCollapsed" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsCollapsed" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsDropDownOpen">
      <summary>Gets or sets a value that indicates whether the drop-down for the group is open.</summary>
      <returns>true if the drop-down is open; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsDropDownOpenProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsDropDownOpen" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsDropDownOpen" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> in preparation of arranging them during the <see cref="M:System.Windows.Controls.Control.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</returns>
      <param name="constraint">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonGroupAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Called when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewMouseDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.OnRenderSizeChanged(System.Windows.SizeChangedInfo)">
      <summary>Notifies the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel" /> that the group size is changed.</summary>
      <param name="sizeInfo">Details of the old and new size involved in the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroup.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroup.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition">
      <summary>Specifies information about the size of controls in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> and the visual state of the group.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.ControlSizeDefinitions">
      <summary>Gets or sets a collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> items that specify the size of controls in the group.</summary>
      <returns>A collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> items that specify the size of controls in the group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.ControlSizeDefinitionsProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.ControlSizeDefinitions" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.ControlSizeDefinitions" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition.CreateInstanceCore">
      <summary>Creates a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition" /> class.</summary>
      <returns>The new instance of this class.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase">
      <summary>Provides a base class for ribbon group definition types. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase.IsCollapsed">
      <summary>Gets or sets a value that indicates whether the control group is collapsed.</summary>
      <returns>true if the group is collapsed; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase.IsCollapsedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase.IsCollapsed" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBase.IsCollapsed" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBaseCollection">
      <summary>Provides a friendly name for XAML usage of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinition" /> collection. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBaseCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBaseCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBaseCollection.CreateInstanceCore">
      <summary>Creates a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupSizeDefinitionBaseCollection" /> class.</summary>
      <returns>A new instance of this class.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition">
      <summary>Provides a default content template for a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.ContentTemplate">
      <summary>Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that is used to display a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
      <returns>A template that specifies the visualization of the ribbon group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.ContentTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.ContentTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.ContentTemplate" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition.CreateInstanceCore">
      <summary>Creates a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroupTemplateSizeDefinition" /> class.</summary>
      <returns>The new instance of this class.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonImageSize">
      <summary>Defines constants that specify how images are shown on <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> controls.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Collapsed">
      <summary>The image is collapsed.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small">
      <summary>The small image is shown.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large">
      <summary>The large image is shown.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton">
      <summary>Represents a button on the ribbon that displays a drop-down menu when clicked.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeHorizontally">
      <summary>Gets or sets a value that indicates whether the user can resize the drop-down horizontally.</summary>
      <returns>true if the drop-down can be resized by the user; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeHorizontallyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeHorizontally" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeHorizontally" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeVertically">
      <summary>Gets or sets a value that indicates whether the user can resize the drop-down vertically.</summary>
      <returns>true if the drop-down can be resized by the user; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeVerticallyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeVertically" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.CanUserResizeVertically" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownClosed">
      <summary>Occurs when the drop-down is closed.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownHeight">
      <summary>Gets or sets the height of the drop-down.</summary>
      <returns>The height of the drop-down. The registered default is <see cref="F:System.Double.NaN" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownHeightProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownHeight" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownHeight" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.DropDownOpened">
      <summary>Occurs when the drop-down is opened.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HandleMouseButton(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Invoked when a mouse button is pressed or released.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HandlesScrolling">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> supports custom keyboard scrolling.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HasGallery">
      <summary>Gets a value that indicates whether at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>true if at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HasGalleryProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HasGallery" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.HasGallery" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownOpen">
      <summary>Gets or sets a value that indicates whether the drop-down is open.</summary>
      <returns>true if the drop-down is open; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownOpenProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownOpen" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownOpen" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownPositionedAbove">
      <summary>Gets a value that indicates whether the menu drop-down is shown above the menu button.</summary>
      <returns>true if the menu drop-down is shown above the menu button; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownPositionedAboveProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownPositionedAbove" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsDropDownPositionedAbove" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ItemContainerTemplateSelector">
      <summary>Gets or sets the custom logic for selecting an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> that is used to create a container for an <see cref="T:System.Windows.Controls.ItemsControl" />.</summary>
      <returns>A custom <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateSelector" /> that provides logic and returns a <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ItemContainerTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ItemContainerTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ItemContainerTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuButtonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnDismissPopup(Microsoft.Windows.Controls.Ribbon.RibbonDismissPopupEventArgs)">
      <summary>Provides class handling for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.IsKeyboardFocusWithinChanged" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnKeyUp(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyUp" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewKeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewMouseDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.OnTemplateChanged(System.Windows.Controls.ControlTemplate,System.Windows.Controls.ControlTemplate)">
      <summary>Invoked whenever the control’s template changes.</summary>
      <param name="oldTemplate">The old template.</param>
      <param name="newTemplate">The new template.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.UsesItemContainerTemplate">
      <summary>Gets or sets a value that indicates whether the control uses the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" /> to generate an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</summary>
      <returns>true to use the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.UsesItemContainerTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.UsesItemContainerTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton.UsesItemContainerTemplate" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem">
      <summary>Represents a menu item inside a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> menu control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeHorizontally">
      <summary>Gets or sets a value that indicates whether the user can resize the drop-down horizontally.</summary>
      <returns>true if the drop-down can be resized horizontally by the user; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeHorizontallyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeHorizontally" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeHorizontally" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeVertically">
      <summary>Gets or sets a value that indicates whether the user can resize the drop-down vertically.</summary>
      <returns>true if the drop-down can be resized vertically by the user; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeVerticallyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeVertically" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CanUserResizeVertically" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state. </summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state. </summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.DropDownHeight">
      <summary>Gets or sets the height of the drop-down.</summary>
      <returns>The height of the drop-down. The registered default is <see cref="F:System.Double.NaN" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.DropDownHeightProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.DropDownHeight" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.DropDownHeight" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.GetContainerForItemOverride">
      <summary>Gets a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.HasGallery">
      <summary>Gets a value that indicates whether at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
      <returns>true if at least one menu item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.HasGalleryProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.HasGallery" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.HasGallery" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ImageSource">
      <summary>Gets or sets the image that is displayed on the control.</summary>
      <returns>The image that is displayed on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.IsDropDownPositionedLeft">
      <summary>Gets a value that indicates whether the menu drop-down is positioned to the left of the menu button.</summary>
      <returns>true if menu drop-down is positioned to the left of the menu button; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.IsDropDownPositionedLeftProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.IsDropDownPositionedLeft" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.IsDropDownPositionedLeft" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />, a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" />, or a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ItemContainerTemplateSelector">
      <summary>Gets or sets the custom logic for selecting an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" /> that is used to create a container for an <see cref="T:System.Windows.Controls.ItemsControl" />.</summary>
      <returns>A custom <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplateSelector" /> that provides logic and returns a <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ItemContainerTemplateSelectorProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ItemContainerTemplateSelector" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ItemContainerTemplateSelector" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnClick">
      <summary>Called when a menu item is clicked.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonMenuItemAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.IsKeyboardFocusWithinChanged" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnMouseEnter(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseEnter" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnMouseLeave(System.Windows.Input.MouseEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeave" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonUp" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.OnPreviewKeyUp(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.PreviewKeyUp" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarImageSource">
      <summary>Gets or sets the image that is displayed on the control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The image that is displayed on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.QuickAccessToolBarImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.Ribbon" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ShouldApplyItemContainerStyle(System.Windows.DependencyObject,System.Object)">
      <summary>Returns a value that indicates whether to apply the style from the <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyle" /> or <see cref="P:System.Windows.Controls.ItemsControl.ItemContainerStyleSelector" /> property to the container element of the specified item.</summary>
      <returns>false if <paramref name="container" /> is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />; otherwise, the value returned by the base implementation.</returns>
      <param name="container">The container element.</param>
      <param name="item">The item to display.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.UsesItemContainerTemplate">
      <summary>Gets or sets a value that indicates whether the control uses the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" /> to generate an <see cref="T:Microsoft.Windows.Controls.ItemContainerTemplate" />.</summary>
      <returns>true to use the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonContextMenu.ItemContainerTemplateSelector" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.UsesItemContainerTemplateProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.UsesItemContainerTemplate" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem.UsesItemContainerTemplate" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar">
      <summary>Represents a ribbon toolbar that is always visible in the window frame to provide access to common commands.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.AddCloneHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventHandler)">
      <summary>Adds a handler for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> routed event.</summary>
      <param name="element">The element to add the event to.</param>
      <param name="handler">The event handler to be added.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone">
      <summary>Occurs when an element in the Quick Access Toolbar is cloned.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.CloneEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.CustomizeMenuButton">
      <summary>Gets or sets a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuButton" /> that is used to show the Quick Access Toolbar customization menu.</summary>
      <returns>A button that is used to show the Quick Access Toolbar customization menu.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.CustomizeMenuButtonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.CustomizeMenuButton" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.CustomizeMenuButton" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.GetIsOverflowItem(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItem" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItem" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.HasOverflowItems">
      <summary>Gets a value that indicates whether the Quick Access Toolbar has items hidden in the overflow menu.</summary>
      <returns>true if the Quick Access Toolbar has items hidden in the overflow menu; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.HasOverflowItemsProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.HasOverflowItems" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.HasOverflowItems" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControl" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItem">
      <summary>Gets a value that indicates whether an item in the Quick Access Toolbar is shown in the overflow menu.</summary>
      <returns>true if the item is shown in the overflow menu; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItemProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItem" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowItem" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowOpen">
      <summary>Gets or sets a value that indicates whether the Quick Access Toolbar overflow menu is open.</summary>
      <returns>true if the Quick Access Toolbar overflow menu is open; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowOpenProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowOpen" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.IsOverflowOpen" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonQuickAccessToolBarAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.OnPreviewKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Provides class handling for the <see cref="E:Microsoft.Windows.Controls.KeyTipService.PreviewKeyTipAccessed" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.RemoveCloneHandler(System.Windows.DependencyObject,Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventHandler)">
      <summary>Removes the handler for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> routed event.</summary>
      <param name="element">The element to remove the event from.</param>
      <param name="handler">The event handler to be removed.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs.#ctor(System.Windows.UIElement)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs" /> class.</summary>
      <param name="targetElement">The element to be cloned.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs.CloneInstance">
      <summary>Gets or sets the cloned instance.</summary>
      <returns>The cloned instance.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs.InstanceToBeCloned">
      <summary>Gets the element to be cloned.</summary>
      <returns>The element to be cloned.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventArgs.InvokeEventHandler(System.Delegate,System.Object)">
      <summary>Invokes the specified event handler on the specified object.</summary>
      <param name="genericHandler">The event handler to invoke.</param>
      <param name="genericTarget">The target on which the handler is invoked.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBarCloneEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar.Clone" /> attached event of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" />.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">The event data.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton">
      <summary>Represents a radio button that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CornerRadius">
      <summary>Gets or sets a value that indicates the amount that the corners of a ribbon button are rounded.</summary>
      <returns>A value that indicates the amount that the corners of a ribbon button are rounded.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CornerRadiusProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CornerRadius" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.CornerRadius" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnClick">
      <summary>Handles the <see cref="E:System.Windows.Controls.Primitives.ButtonBase.Click" /> event and raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> event and enables the keyboard focus visual when this control gets keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> event and disables the keyboard focus visual when this control loses keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> routed event to prevent the control from receiving keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonRadioButton.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator">
      <summary>Represents a control that provides a divider and optional label between elements in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> menu or <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.Label">
      <summary>Gets or sets the text that is displayed with the visual separator line.</summary>
      <returns>The text that is displayed with the visual separator line. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.Label" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSeparatorAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
      <summary>Invoked whenever the effective value of any dependency property on this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSeparator" /> has been updated. The specific dependency property that changed is reported in the arguments parameter.</summary>
      <param name="e">The event data that describes the property that changed, as well as old and new values.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.OnVisualParentChanged(System.Windows.DependencyObject)">
      <summary>Invoked when the parent of this element in the visual tree is changed.</summary>
      <param name="oldParent">Old parent or null if the element in the visual tree did not have a parent before.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSeparator.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton">
      <summary>Represents a composite control that has a primary button that responds to a <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Click" /> event and a secondary button that displays a drop-down list of mutually exclusive values.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="E:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Click">
      <summary>Occurs when the button is clicked.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.ClickEvent">
      <summary>Identifies the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Click" /> routed event.</summary>
      <returns>The identifier for the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Click" /> routed event.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Command">
      <summary>Gets or sets the command that is associated with this control.</summary>
      <returns>The command that is associated with this control.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandParameter">
      <summary>Gets or sets a user-defined data value to pass to the command.</summary>
      <returns>A user-defined data value to pass to the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandParameterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandParameter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandParameter" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Command" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.Command" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandTarget">
      <summary>Gets or sets the element on which to raise the specified command.</summary>
      <returns>The element on which to invoke the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandTargetProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandTarget" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.CommandTarget" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.DropDownToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderKeyTip">
      <summary>Gets or sets the keyboard shortcut for the header area of this control.</summary>
      <returns>The keyboard shortcut for the header area of this control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderKeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderKeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderKeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderQuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderQuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderQuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.HeaderQuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsCheckable">
      <summary>Gets or sets a value that indicates whether a user can check and uncheck the button.</summary>
      <returns>true if the user can check and uncheck the button; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsCheckableProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsCheckable" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsCheckable" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsChecked">
      <summary>Gets or sets a value that indicates whether the button is checked.</summary>
      <returns>true if the button is checked; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsCheckedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsChecked" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.IsChecked" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.LabelPosition">
      <summary>Gets or sets a value that indicates the relative position of the label for this control.</summary>
      <returns>A value that indicates the relative position of the label.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.LabelPositionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.LabelPosition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.LabelPosition" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" /> object for this control.</summary>
      <param name="e">A new automation peer object for this control.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonSplitButtonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButtonLabelPosition">
      <summary>Provides values that indicate the position of the label of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" />.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButtonLabelPosition.Header">
      <summary>Indicates that the label should be positioned in the header section of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" />.</summary>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitButtonLabelPosition.DropDown">
      <summary>Indicates that the label should be positioned in the drop-down section of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitButton" />.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem">
      <summary>Represents a menu item inside a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> menu that can invoke a command and also display a submenu.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for the drop-down area of this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for the drop-down area of this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.DropDownToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderKeyTip">
      <summary>Gets or sets the keyboard shortcut for the header area of this control.</summary>
      <returns>The keyboard shortcut for the header area of this control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderKeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderKeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderKeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderQuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderQuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderQuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.HeaderQuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.IsEnabledCore">
      <summary>Gets a value that indicates whether the control is enabled.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonSplitMenuItem.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonTab">
      <summary>Represents a tab in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroup">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that this tab is in.</summary>
      <returns>The contextual tab group that this tab is in; or null if this tab is not in a contextual tab group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroupHeader">
      <summary>Gets or sets the header content of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that this tab is in.</summary>
      <returns>The header of the contextual tab group that this tab is in; or null if this tab is not in a contextual tab group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroupHeaderProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroupHeader" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroupHeader" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.ContextualTabGroup" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.GroupSizeReductionOrder">
      <summary>Gets or sets a collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> names that specify the order in which group size definitions are applied as the ribbon is reduced in size.</summary>
      <returns>A collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> names that specify the order in which group size definitions are applied as the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> is reduced in size. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.GroupSizeReductionOrderProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.GroupSizeReductionOrder" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.GroupSizeReductionOrder" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.HandlesScrolling">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> supports custom keyboard scrolling.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.HeaderStyle">
      <summary>Gets or sets the style that is applied to the header of the ribbon tab.</summary>
      <returns>The style that is applied to the header of the ribbon tab. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.HeaderStyleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.HeaderStyle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.HeaderStyle" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.IsSelected">
      <summary>Gets or sets a value that indicates whether the ribbon tab is selected.</summary>
      <returns>true if this tab is selected; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.IsSelectedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.IsSelected" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.IsSelected" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.KeyTip" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> property changes.</summary>
      <param name="e">Information about the change.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnSelected(System.Windows.RoutedEventArgs)">
      <summary>Raises the <see cref="E:System.Windows.Controls.Primitives.Selector.Selected" /> attached event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.OnUnselected(System.Windows.RoutedEventArgs)">
      <summary>Raises the <see cref="E:System.Windows.Controls.Primitives.Selector.Unselected" /> attached event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTab.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderLeft">
      <summary>Gets a value that indicates the position of the left edge of the corresponding <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> in the coordinate space of this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.</summary>
      <returns>A value that indicates the position of the left edge of the corresponding <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> in the coordinate space of this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderLeftProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderLeft" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderLeft" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderRight">
      <summary>Gets a value that indicates the position of the right edge of the corresponding <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> in the coordinate space of this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.</summary>
      <returns>A value that indicates the position of the right edge of the corresponding <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> in the coordinate space of this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderRightProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderRight" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTab.TabHeaderRight" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader">
      <summary>Represents the header of a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.ContextualTabGroup">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" /> that this control belongs to.</summary>
      <returns>The contextual tab group that the tab for this header is in; or null if the tab is not in a contextual tab group. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.ContextualTabGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.ContextualTabGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.ContextualTabGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsContextualTab">
      <summary>Gets a value that indicates whether this header is for a tab in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />.</summary>
      <returns>true if this header is for a tab in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsContextualTabProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsContextualTab" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsContextualTab" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsRibbonTabSelected">
      <summary>Gets a value that indicates whether the tab that this header belongs to is selected.</summary>
      <returns>true if the tab that this header belongs to is selected; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsRibbonTabSelectedProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsRibbonTabSelected" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.IsRibbonTabSelected" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> routed event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> routed event. </summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Notifies the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> of a mouse left button down event on this tab header.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.OnRender(System.Windows.Media.DrawingContext)">
      <summary>Participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.</summary>
      <param name="drawingContext">The drawing instructions for a specific element. This context is provided to the layout system.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl">
      <summary>Represents an items control that hosts <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> items.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Unloads the container for the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.GetContainerForItemOverride">
      <summary>Returns a new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> object.</summary>
      <returns>A new <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" /> container object that is used to display an item from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.HandlesScrolling">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl" /> supports custom keyboard scrolling.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.IsItemItsOwnContainerOverride(System.Object)">
      <summary>Returns a value that indicates whether the specified item is (or is eligible to be) its own container.</summary>
      <returns>true if the item is a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTabHeader" />; otherwise, false.</returns>
      <param name="item">The item to test.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTabHeaderItemsControlAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTabHeaderItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
      <summary>Prepares the specified element to display the specified item.</summary>
      <param name="element">The element that is used to display the item.</param>
      <param name="item">The item to display from the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox">
      <summary>Represents a text box that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Command">
      <summary>Gets or sets the command that is associated with this control.</summary>
      <returns>The command that is associated with this control.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandParameter">
      <summary>Gets or sets a user defined data value to pass to the command.</summary>
      <returns>A user defined data value to pass to the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandParameterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandParameter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandParameter" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Command" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Command" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandTarget">
      <summary>Gets or sets the element on which to raise the specified command.</summary>
      <returns>The element on which to invoke the command. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandTargetProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandTarget" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.CommandTarget" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsEnabledCore">
      <summary>Gets a value that indicates whether the control is enabled.</summary>
      <returns>true if the control is enabled, otherwise false.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTextBoxAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> event and enables the keyboard focus visual when this control gets keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnKeyDown(System.Windows.Input.KeyEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.KeyDown" /> event.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> event and disables the keyboard focus visual when this control loses keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.OnTemplateChanged(System.Windows.Controls.ControlTemplate,System.Windows.Controls.ControlTemplate)">
      <summary>Invoked whenever the control’s template changes.</summary>
      <param name="oldTemplate">The old template.</param>
      <param name="newTemplate">The new template.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.TextBoxWidth">
      <summary>Gets or sets the width of the control.</summary>
      <returns>The width of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTextBox" /> in pixels. The registered default is 0. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.TextBoxWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.TextBoxWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.TextBoxWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTextBox.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton">
      <summary>Represents a toggle button that is used in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> control.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CanAddToQuickAccessToolBarDirectly">
      <summary>Gets or sets a value that indicates whether this control can be added directly to the Quick Access Toolbar.</summary>
      <returns>true if this control can be added directly to the Quick Access Toolbar; otherwise, false. The registered default is true. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CanAddToQuickAccessToolBarDirectlyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CanAddToQuickAccessToolBarDirectly" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the background of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is in the Checked state.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is in the Checked state.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CheckedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control. </returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CornerRadius">
      <summary>Gets or sets a value that indicates the amount that the corners of a ribbon button are rounded.</summary>
      <returns>A value that indicates the amount that the corners of a ribbon button are rounded.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CornerRadiusProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CornerRadius" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.CornerRadius" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it has focus.</summary>
      <returns>The brush that is used to draw the background of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it has focus.</summary>
      <returns>The brush that is used to draw the outer border of the control when it has focus.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.FocusedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInControlGroup">
      <summary>Gets a value that indicates whether the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />.</summary>
      <returns>true if the control is hosted in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlGroup" />; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInControlGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInControlGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInControlGroup" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInQuickAccessToolBar">
      <summary>Gets a value that indicates whether the control is hosted in the Quick Access Toolbar.</summary>
      <returns>true if the control is hosted in the Quick Access Toolbar; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInQuickAccessToolBarProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInQuickAccessToolBar" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.IsInQuickAccessToolBar" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.KeyTip">
      <summary>Gets or sets the keyboard shortcut for the control.</summary>
      <returns>The keyboard shortcut for the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.KeyTipProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.KeyTip" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.KeyTip" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Label">
      <summary>Gets or sets the text that is displayed next to or below the control.</summary>
      <returns>The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.LabelProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Label" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Label" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.LargeImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Large" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.LargeImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.LargeImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.LargeImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the background of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when the mouse pointer is over it.</summary>
      <returns>The brush that is used to draw the outer border of the control when the mouse pointer is over it.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.MouseOverBorderBrush" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnActivatingKeyTip(Microsoft.Windows.Controls.ActivatingKeyTipEventArgs)">
      <summary>Called when the KeyTip or accelerator key is pressed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnClick">
      <summary>Handles the <see cref="E:System.Windows.Controls.Primitives.ButtonBase.Click" /> event and raises the <see cref="E:Microsoft.Windows.Controls.Ribbon.RibbonControlService.DismissPopup" /> attached event.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToggleButtonAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.GotKeyboardFocus" /> event and enables the keyboard focus visual when this control gets keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnKeyTipAccessed(Microsoft.Windows.Controls.KeyTipAccessedEventArgs)">
      <summary>Called when the KeyTip or accelerator key is accessed.</summary>
      <param name="e">Contains data about the activation.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.LostKeyboardFocus" /> event and disables the keyboard focus visual when this control loses keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)">
      <summary>Provides class handling for the <see cref="E:System.Windows.UIElement.MouseLeftButtonDown" /> routed event to prevent the control from receiving keyboard focus.</summary>
      <param name="e">The event data.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBackground">
      <summary>Gets or sets the brush that is used to draw the background of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the background of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBackgroundProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBackground" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBackground" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBorderBrush">
      <summary>Gets or sets the brush that is used to draw the outer border of the control when it is pressed.</summary>
      <returns>The brush that is used to draw the outer border of the control when it is pressed.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBorderBrushProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBorderBrush" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.PressedBorderBrush" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarControlSizeDefinition">
      <summary>Gets or sets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition" /> for this control when it is hosted in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarControlSizeDefinitionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarControlSizeDefinition" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarId">
      <summary>Gets or sets a unique identifier that links a ribbon control to a corresponding control in the Quick Access Toolbar.</summary>
      <returns>A unique identifier for a control in the Quick Access Toolbar.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarIdProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarId" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.QuickAccessToolBarId" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ShowKeyboardCues">
      <summary>Gets a value that indicates whether to show the keyboard focus visual for this control.</summary>
      <returns>true to show the keyboard focus visual; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ShowKeyboardCuesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ShowKeyboardCues" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ShowKeyboardCues" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.SmallImageSource">
      <summary>Gets or sets the image that is displayed on the control when the image size is set to <see cref="F:Microsoft.Windows.Controls.Ribbon.RibbonImageSize.Small" />.</summary>
      <returns>The image to display on the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.SmallImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.SmallImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.SmallImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterImageSource">
      <summary>Gets or sets the image that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterTitle">
      <summary>Gets or sets the title text that is displayed in the footer of the ToolTip for this control.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipFooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip for this control.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip for this control.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToggleButton.ToolTipTitle" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip">
      <summary>Represents a control that creates a pop-up window to display information about an element in the Ribbon.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Description">
      <summary>Gets or sets the descriptive text that is displayed for the control that is associated with this ToolTip.</summary>
      <returns>The descriptive text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.DescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Description" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Description" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterDescription">
      <summary>Gets or sets the descriptive text that is displayed in the ToolTip footer for the control that is associated with this ToolTip.</summary>
      <returns>The descriptive text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterDescriptionProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterDescription" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterDescription" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterImageSource">
      <summary>Gets or sets the image that is displayed in the ToolTip footer for the control that is associated with this ToolTip.</summary>
      <returns>The image to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterTitle">
      <summary>Gets or sets the title text that is displayed in the ToolTip footer for the control that is associated with this ToolTip.</summary>
      <returns>The title text to display in the footer of the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterTitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterTitle" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.FooterTitle" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasFooter">
      <summary>Gets a value that indicates whether the ToolTip has content in its footer.</summary>
      <returns>true if the ToolTip has content in its footer; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasFooterProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasFooter" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasFooter" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasHeader">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonToolTip" /> has content in its header.</summary>
      <returns>true if the ToolTip has content in its header; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasHeaderProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasHeader" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.HasHeader" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.ImageSource">
      <summary>Gets or sets the image that is displayed for the control that is associated with this ToolTip.</summary>
      <returns>The image to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.ImageSourceProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.ImageSource" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.ImageSource" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.IsPlacementTargetInRibbonGroup">
      <summary>Gets a value that indicates whether the ToolTip placement target is in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
      <returns>true if the ToolTip placement target is in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.IsPlacementTargetInRibbonGroupProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.IsPlacementTargetInRibbonGroup" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.IsPlacementTargetInRibbonGroup" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonToolTipAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Title">
      <summary>Gets or sets the title text that is displayed for the control that is associated with this ToolTip.</summary>
      <returns>The title text to display in the ToolTip. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.TitleProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Title" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonToolTip.Title" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText">
      <summary>Represents a specialized label that can display its contents on one or two lines, with an optional shape displayed inline with the text.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.BaselineOffset">
      <summary>Gets or sets the amount by which each line of text is offset from the baseline.</summary>
      <returns>The amount by which each line of text is offset from the baseline, in device independent pixels. A value of <see cref="F:System.Double.NaN" /> indicates that an optimal baseline offset is automatically calculated from the current font characteristics. The default is <see cref="F:System.Double.NaN" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.BaselineOffsetProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.BaselineOffset" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.BaselineOffset" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.GetHasTwoLines(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.GetPathData(System.Windows.DependencyObject)">
      <summary>Gets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData" /> attached property for an object.</summary>
      <returns>The object’s <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData" /> property value.</returns>
      <param name="element">The object from which the property value is read.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines">
      <summary>Gets or sets a value that indicates whether this control layout can extend to two lines or if it is restricted to one line.</summary>
      <returns>true if this control layout can extend to two lines; false if the control layout is restricted to one line.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLinesProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineHeight">
      <summary>Gets or sets the height of each line of content.</summary>
      <returns>The height of each line, in device independent pixels, in the range of 0.0034 to 160000. A value of <see cref="F:System.Double.NaN" /> indicates that the line height is determined automatically from the current font characteristics. The default is <see cref="F:System.Double.NaN" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineHeightProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineHeight" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineHeight" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineStackingStrategy">
      <summary>Gets or sets the mechanism by which the line box is determined for each line of content.</summary>
      <returns>One of the enumeration values that specifies how the line box is determined for each line of text. The default is <see cref="F:System.Windows.LineStackingStrategy.MaxHeight" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineStackingStrategyProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineStackingStrategy" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.LineStackingStrategy" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> in preparation of arranging them during the <see cref="M:System.Windows.Controls.Control.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText" /> when a new template is applied.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.OnCreateAutomationPeer">
      <summary>Creates a new <see cref="T:Microsoft.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer" /> object for this control.</summary>
      <returns>A new automation peer object for this control.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Padding">
      <summary>Gets or sets the thickness of the space between the boundaries of the content area and the displayed content.</summary>
      <returns>The thickness of the space between the boundaries of the content area and the displayed content.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PaddingProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Padding" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Padding" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData">
      <summary>Gets or sets the geometry data that defines the shape that is displayed with the label.</summary>
      <returns>The geometry data that defines the shape that is displayed with the label. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathDataProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathFill">
      <summary>Gets or sets the brush that is used to draw the inside of the shape that is displayed with the label.</summary>
      <returns>The brush that is used to draw the inside of the shape that is displayed with the label. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathFillProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathFill" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathFill" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathStroke">
      <summary>Gets or sets the brush that is used to draw the outline of the shape that is displayed with the label.</summary>
      <returns>The brush that is used to draw the outline of the shape that is displayed with the label. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathStrokeProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathStroke" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathStroke" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.SetHasTwoLines(System.Windows.DependencyObject,System.Boolean)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.HasTwoLines" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.SetPathData(System.Windows.DependencyObject,System.Windows.Media.Geometry)">
      <summary>Sets the value of the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.PathData" /> attached property for an object.</summary>
      <param name="element">The object to which the attached property is written.</param>
      <param name="value">The value to set.</param>
      <exception cref="T:System.ArgumentNullException">The specified <paramref name="element" /> is null.</exception>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Text">
      <summary>Gets or sets the text content in this element.</summary>
      <returns>The text content in this element. The registered default is an <see cref="F:System.String.Empty" /> string. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextAlignment">
      <summary>Gets or sets a value that indicates the horizontal alignment of text content in this element.</summary>
      <returns>One of the enumeration values that indicates the horizontal alignment of text content in this element. The default is <see cref="F:System.Windows.TextAlignment.Left" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextAlignmentProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextAlignment" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextAlignment" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextDecorations">
      <summary>Gets or sets a <see cref="T:System.Windows.TextDecorationCollection" /> that contains the effects to apply to the text content in this element.</summary>
      <returns>A <see cref="T:System.Windows.TextDecorationCollection" /> that contains the effects to apply to the text content in this element. The default is null.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextDecorationsProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextDecorations" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextDecorations" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextEffects">
      <summary>Gets or sets the effects to apply to the text content in this element.</summary>
      <returns>A <see cref="T:System.Windows.Media.TextEffectCollection" /> containing one or more <see cref="T:System.Windows.Media.TextEffect" /> objects that define effects to apply to the text content in this element.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextEffectsProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextEffects" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextEffects" /> dependency property.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Text" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.Text" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextTrimming">
      <summary>Gets or sets the text trimming behavior to use when content overflows the content area.</summary>
      <returns>One of the enumeration values that specifies the text trimming behavior to use when content overflows the content area. The default is <see cref="F:System.Windows.TextTrimming.None" />.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextTrimmingProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextTrimming" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText.TextTrimming" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow">
      <summary>Represents a window that can draw a Ribbon Quick Access Toolbar and contextual tab groups in its border. </summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonWindow.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.RibbonWindow.OnApplyTemplate">
      <summary>Builds the visual tree for the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonWindow" /> when a new template is applied.</summary>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter">
      <summary>Converts strings between a comma separated list and a <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Determines whether this converter can convert a specified string list to a <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
      <returns>true if this converter can perform the conversion; otherwise, false.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="sourceType">The type to convert from.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
      <summary>Determines whether an instance of the <see cref="T:System.Collections.Specialized.StringCollection" /> type can be converted to an instance of the specified type.</summary>
      <returns>true if conversion is possible, otherwise false.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="destinationType">The type to convert to.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
      <summary>Converts the specified object to a <see cref="T:System.Collections.Specialized.StringCollection" />.</summary>
      <returns>The converted value.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="culture">The object to use as the current culture.</param>
      <param name="value">The object to convert.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.StringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
      <summary>Converts an object of type <see cref="T:System.Collections.Specialized.StringCollection" /> to a <see cref="T:System.String" /> or <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor" />.</summary>
      <returns>The converted value.</returns>
      <param name="context">An object that provides a format context.</param>
      <param name="culture">The object to use as the current culture.</param>
      <param name="value">The <see cref="T:System.Collections.Specialized.StringCollection" /> to convert.</param>
      <param name="destinationType">The type to convert the <paramref name="value" /> to.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value" /> is null.-or-<paramref name="destinationType" /> is null.</exception>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfo">
      <summary>Provides the data needed for the star layout.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfo.OnStarSizeAllocationCompleted">
      <summary>Called when space allocation is complete.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfo.StarLayoutCombinations">
      <summary>Gets a collection that contains the non-overlapping star combinations.</summary>
      <returns>A collection that contains the non-overlapping star combinations.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase">
      <summary>Provides the data needed for the star layout.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase.OnInitializeLayout">
      <summary>Called before the star allocator is measured.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase.TargetElement">
      <summary>Gets the <see cref="T:System.Windows.UIElement" /> object that this provider targets.</summary>
      <returns>The targeted element.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.ISupportStarLayout">
      <summary>Represents an element that controls the star layout.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.ISupportStarLayout.IsStarLayoutPass">
      <summary>Gets a value that indicates whether the current layout pass is after the star layout pass.</summary>
      <returns>true if the current pass is a star layout pass; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.ISupportStarLayout.RegisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Registers an element to participate in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to register.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.ISupportStarLayout.UnregisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Removes an element from participation in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to remove.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel">
      <summary>Represents an object that arranges contextual tab groups in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.OnIsItemsHostChanged(System.Boolean,System.Boolean)">
      <summary>Called when the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property changes.</summary>
      <param name="oldIsItemsHost">The old value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
      <param name="newIsItemsHost">The new value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.OnRender(System.Windows.Media.DrawingContext)">
      <summary>Draws the content of a <see cref="T:System.Windows.Media.DrawingContext" /> object during the render pass of a <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel" /> element.</summary>
      <param name="dc">The <see cref="T:System.Windows.Media.DrawingContext" /> object to draw.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonContextualTabGroupsPanel.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel">
      <summary>Represents a panel that arranges <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory" /> objects.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" /> needs to position its child elements.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.CanHorizontallyScroll">
      <summary>Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. false in all cases for <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.CanVerticallyScroll">
      <summary>Gets or sets a value that indicates whether scrolling on the vertical axis is possible. true in all cases for <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ExtentHeight">
      <summary>Gets the vertical size of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The vertical size of the scrolled content in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ExtentWidth">
      <summary>Gets the horizontal size of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the scrolled content in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.HorizontalOffset">
      <summary>Gets the horizontal offset of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal offset of the scrolled content in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.LineDown">
      <summary>Scrolls the content down by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.LineLeft">
      <summary>Scrolls the content left by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.LineRight">
      <summary>Scrolls the content right by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.LineUp">
      <summary>Scrolls the content up by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MakeVisible(System.Windows.Media.Visual,System.Windows.Rect)">
      <summary>Forces content to scroll until the coordinate space of a <see cref="T:System.Windows.Media.Visual" /> object is visible.</summary>
      <returns>The rectangle that is visible.</returns>
      <param name="visual">The object to make visible.</param>
      <param name="rectangle">A bounding rectangle that identifies the coordinate space to be made visible.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MouseWheelDown">
      <summary>Scrolls the content down the number of lines indicated by the <see cref="P:System.Windows.SystemParameters.WheelScrollLines" /> property.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MouseWheelLeft">
      <summary>Scrolls the content left the number of lines indicated by the <see cref="P:System.Windows.SystemParameters.WheelScrollLines" /> property.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MouseWheelRight">
      <summary>Scrolls the content right the number of lines indicated by the <see cref="P:System.Windows.SystemParameters.WheelScrollLines" /> property.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.MouseWheelUp">
      <summary>Scrolls the content up the number of lines indicated by the <see cref="P:System.Windows.SystemParameters.WheelScrollLines" /> property.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.OnInitializeLayout">
      <summary>Invoked when a layout pass begins.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.PageDown">
      <summary>Scrolls the content down by one page.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.PageLeft">
      <summary>Scrolls the content left by one page.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.PageRight">
      <summary>Scrolls the content right by one page.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.PageUp">
      <summary>Scrolls the content up by one page.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ScrollOwner">
      <summary>Gets or sets a <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior.</summary>
      <returns>A <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.SetHorizontalOffset(System.Double)">
      <summary>Sets the amount that content is horizontal offset in the containing viewport in device-independent units (1/96th inch per unit).</summary>
      <param name="offset">The amount that content is horizontally offset in the containing viewport in device-independent units (1/96th inch per unit).</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.SetVerticalOffset(System.Double)">
      <summary>Sets the amount that content is vertical offset in the containing viewport in device-independent units (1/96th inch per unit).</summary>
      <param name="offset">The amount that content is vertically offset in the containing viewport in device-independent units (1/96th inch per unit).</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.TargetElement">
      <summary>Gets the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" /> hosts items for.</summary>
      <returns>The <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> that this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel" /> hosts items for.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.VerticalOffset">
      <summary>Gets the vertical offset of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The vertical offset of the scrolled content in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ViewportHeight">
      <summary>Gets the vertical size of the content's visible range in device-independent units (1/96th inch per unit).</summary>
      <returns>The vertical size of the content's visible range in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryCategoriesPanel.ViewportWidth">
      <summary>Gets the horizontal size of the content's visible range in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the content's visible range in device-independent units (1/96th inch per unit).</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel">
      <summary>Represents a panel that arranges items in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGallery" /> panel.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGalleryItemsPanel" />.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel">
      <summary>Represents a panel that arranges items in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.OnInitializeLayout">
      <summary>Invoked when a layout pass begins.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.OnStarSizeAllocationCompleted">
      <summary>Invoked when star layout space allocation is complete.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.StarLayoutCombinations">
      <summary>Gets a collection of all possible star layout combinations.</summary>
      <returns>A collection of <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo" /> objects representing the possible combinations.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupItemsPanel.TargetElement">
      <summary>Gets the <see cref="T:System.Windows.UIElement" /> object that this provider targets. </summary>
      <returns>The targeted element.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel">
      <summary>Represents a panel that arranges the <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonGroup" /> objects in a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonTab" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.IsStarLayoutPass">
      <summary>Gets a value that indicates whether the current layout pass is after the star layout pass.</summary>
      <returns>true if the current pass is a star layout pass; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.IsStarLayoutPassProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.IsStarLayoutPass" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.IsStarLayoutPass" /> dependency property.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel" /> in preparation of arranging them during the <see cref="M:System.Windows.Controls.StackPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel" />.</returns>
      <param name="constraint">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.RegisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Registers an element to participate in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to register.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonGroupsPanel.UnregisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Removes an element from participation in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to remove.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel">
      <summary>Represents a panel that arranges one or more <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonMenuItem" /> objects in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> menu.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" />.</returns>
      <param name="arrangeSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" /> needs to position its child elements.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.IsStarLayoutPass">
      <summary>Gets a value that indicates whether the current layout pass is after the star layout pass.</summary>
      <returns>true if the current pass is a star layout pass; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" />.</returns>
      <param name="constraint">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.OnIsItemsHostChanged(System.Boolean,System.Boolean)">
      <summary>Called when the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property changes.</summary>
      <param name="oldIsItemsHost">The old value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
      <param name="newIsItemsHost">The new value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.RegisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Registers an element to participate in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to register.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonMenuItemsPanel.UnregisterStarLayoutProvider(Microsoft.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase)">
      <summary>Removes an element from participation in the star layout.</summary>
      <param name="starLayoutInfoProvider">The element to remove.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel">
      <summary>Represents the overflow section of a <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" /> object.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarOverflowPanel" />.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel">
      <summary>Represents the items host for a <see cref="T:Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar" /> object.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonQuickAccessToolBarPanel.OnItemsChanged(System.Object,System.Windows.Controls.Primitives.ItemsChangedEventArgs)">
      <summary>Called when the <see cref="P:System.Windows.Controls.ItemsControl.Items" /> collection of the <see cref="T:System.Windows.Controls.ItemsControl" /> associated with this object changes.</summary>
      <param name="sender">The object that raised the event.</param>
      <param name="args">Provides data for the event.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter">
      <summary>Converts a scroll bar visibility and scroll position to <see cref="T:System.Windows.Visibility" /> values.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter.Convert(System.Object[],System.Type,System.Object,System.Globalization.CultureInfo)">
      <summary>Converts a scroll bar visibility and scroll position to a <see cref="T:System.Windows.Visibility" /> value.</summary>
      <returns>A <see cref="T:System.Windows.Visibility" /> object representing the visibility of the scroll button.</returns>
      <param name="values">The values to be converted. Four values are expected, one <see cref="T:System.Windows.Visibility" /> object that represents scroll bar visibility and three <see cref="T:System.Double" /> values that represent the scroll bar position.</param>
      <param name="targetType">The type to be converted to. The <see cref="T:System.Windows.Visibility" /> type is expected.</param>
      <param name="parameter">The desired percentage that the ribbon is scrolled to the right before the scroll button is hidden. A <see cref="T:System.Double" /> is expected.</param>
      <param name="culture">The culture to use when converting.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter.ConvertBack(System.Object,System.Type[],System.Object,System.Globalization.CultureInfo)">
      <summary>This API is not implemented.</summary>
      <returns>
        <see cref="F:System.Windows.Data.Binding.DoNothing" /> in all cases.</returns>
      <param name="value">This API is not implemented.</param>
      <param name="targetTypes">This API is not implemented.</param>
      <param name="parameter">This API is not implemented.</param>
      <param name="culture">This API is not implemented.</param>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel">
      <summary>Represents a panel that supports horizontal scrolling of the tab headers in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" /> needs to position its child elements.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.CanHorizontallyScroll">
      <summary>Gets a value that indicates whether scrolling on the horizontal axis is possible.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.CanVerticallyScroll">
      <summary>This API is not implemented.</summary>
      <returns>false in all cases. </returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ExtentHeight">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ExtentWidth">
      <summary>Gets the horizontal size of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.HorizontalOffset">
      <summary>Gets the horizontal offset of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal offset of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.LineDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.LineLeft">
      <summary>Scrolls the content left by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.LineRight">
      <summary>Scrolls the content right by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.LineUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MakeVisible(System.Windows.Media.Visual,System.Windows.Rect)">
      <summary>Forces content to scroll until the coordinate space of a <see cref="T:System.Windows.Media.Visual" /> object is visible.</summary>
      <returns>The rectangle that is visible.</returns>
      <param name="visual">The object to make visible.</param>
      <param name="rectangle">A bounding rectangle that identifies the coordinate space to make visible.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MouseWheelDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MouseWheelLeft">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MouseWheelRight">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.MouseWheelUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.OnIsItemsHostChanged(System.Boolean,System.Boolean)">
      <summary>Invoked when the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property changes.</summary>
      <param name="oldIsItemsHost">The old value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
      <param name="newIsItemsHost">The new value of the <see cref="P:System.Windows.Controls.Panel.IsItemsHost" /> property.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.OnRender(System.Windows.Media.DrawingContext)">
      <summary>Draws the content of a <see cref="T:System.Windows.Media.DrawingContext" /> object during the render pass of a <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel" /> element.</summary>
      <param name="dc">The <see cref="T:System.Windows.Media.DrawingContext" /> object to draw.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.PageDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.PageLeft">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.PageRight">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.PageUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.Ribbon" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ScrollOwner">
      <summary>Gets or sets a <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior.</summary>
      <returns>A <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior. This property has no default value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.SetHorizontalOffset(System.Double)">
      <summary>Sets the amount that content is horizontal offset in the containing viewport in device-independent units (1/96th inch per unit).</summary>
      <param name="offset">The amount that content is horizontally offset in the containing viewport in device-independent units (1/96th inch per unit).</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.SetVerticalOffset(System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="offset">This API is not implemented.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.VerticalOffset">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ViewportHeight">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabHeadersPanel.ViewportWidth">
      <summary>Gets the horizontal size of the content's visible range in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the content's visible range in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel">
      <summary>Represents a panel that supports horizontal scrolling of tabs in a <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" /> needs to position its child elements.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.CanHorizontallyScroll">
      <summary>Gets a value that indicates whether scrolling on the horizontal axis is possible.</summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.CanVerticallyScroll">
      <summary>This API is not implemented.</summary>
      <returns>false in all cases. </returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ExtentHeight">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ExtentWidth">
      <summary>Gets the horizontal size of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.HorizontalOffset">
      <summary>Gets the horizontal offset of the scrolled content in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal offset of the scrolled content in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.LineDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.LineLeft">
      <summary>Scrolls the content left by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.LineRight">
      <summary>Scrolls the content right by one line.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.LineUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MakeVisible(System.Windows.Media.Visual,System.Windows.Rect)">
      <summary>Forces content to scroll until the coordinate space of a <see cref="T:System.Windows.Media.Visual" /> object is visible.</summary>
      <returns>The rectangle that is visible.</returns>
      <param name="visual">The object to make visible.</param>
      <param name="rectangle">A bounding rectangle that identifies the coordinate space to make visible.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel" />.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MouseWheelDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MouseWheelLeft">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MouseWheelRight">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.MouseWheelUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.PageDown">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.PageLeft">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.PageRight">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.PageUp">
      <summary>This API is not implemented.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ScrollOwner">
      <summary>Gets or sets a <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior.</summary>
      <returns>A <see cref="T:System.Windows.Controls.ScrollViewer" /> element that controls scrolling behavior. </returns>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.SetHorizontalOffset(System.Double)">
      <summary>Sets the amount that content is horizontal offset in the containing viewport in device-independent units (1/96th inch per unit).</summary>
      <param name="offset">The amount that content is horizontally offset in the containing viewport in device-independent units (1/96th inch per unit).</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.SetVerticalOffset(System.Double)">
      <summary>This API is not implemented.</summary>
      <param name="offset">This API is not implemented.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.VerticalOffset">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ViewportHeight">
      <summary>This API is not implemented.</summary>
      <returns>0.0 in all cases.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTabsPanel.ViewportWidth">
      <summary>Gets the horizontal size of the content's visible range in device-independent units (1/96th inch per unit).</summary>
      <returns>The horizontal size of the content's visible range in device-independent units (1/96th inch per unit). This property has no default value.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel">
      <summary>Represents a panel that arranges the title of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" />.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.ArrangeOverride(System.Windows.Size)">
      <summary>Positions and sizes the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" />.</summary>
      <returns>The actual size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" />.</returns>
      <param name="finalSize">The size that the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" /> needs to position its child elements.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.MeasureOverride(System.Windows.Size)">
      <summary>Measures the child elements in this <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" /> in preparation of arranging them during the <see cref="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.ArrangeOverride(System.Windows.Size)" /> pass.</summary>
      <returns>The desired size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" />.</returns>
      <param name="availableSize">The maximum size of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel" />.</param>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.Ribbon">
      <summary>Gets a reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to.</summary>
      <returns>A reference to the <see cref="T:Microsoft.Windows.Controls.Ribbon.Ribbon" /> that this control belongs to. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonTitlePanel.RibbonProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.RibbonButton.Ribbon" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonWindowSmallIconConverter">
      <summary>Converts an icon to its small size variant if one is available.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonWindowSmallIconConverter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonWindowSmallIconConverter" /> class.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonWindowSmallIconConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
      <summary>Converts an icon to its small size variant if one is available.</summary>
      <returns>The 16x16 image variant of the specified icon if one is available; otherwise, the original image.</returns>
      <param name="value">The value to convert.</param>
      <param name="targetType">The type to be converted to. </param>
      <param name="parameter">The converter parameter to use.</param>
      <param name="culture">The culture to use when converting.</param>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.RibbonWindowSmallIconConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
      <summary>This API is not implemented.</summary>
      <returns>This API is not implemented.</returns>
      <param name="value">This API is not implemented.</param>
      <param name="targetType">This API is not implemented.</param>
      <param name="parameter">This API is not implemented.</param>
      <param name="culture">This API is not implemented.</param>
      <exception cref="T:System.NotImplementedException">All cases.</exception>
    </member>
    <member name="T:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo">
      <summary>Contains information about a particular star layout.</summary>
    </member>
    <member name="M:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.AllocatedStarWidth">
      <summary>Gets the allocated width.</summary>
      <returns>The allocated width.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.AllocatedStarWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.AllocatedStarWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.AllocatedStarWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMaxWidth">
      <summary>Gets or sets the requested maximum width.</summary>
      <returns>The requested maximum width. The registered default is <see cref="F:System.Double.PositiveInfinity" />. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMaxWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMaxWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMaxWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMinWidth">
      <summary>Gets or sets the requested minimum width.</summary>
      <returns>The requested minimum width. The registered default is 0.0. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMinWidthProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMinWidth" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarMinWidth" /> dependency property.</returns>
    </member>
    <member name="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarWeight">
      <summary>Gets or sets the requested weight.</summary>
      <returns>The requested weight. The registered default is 0.0. For more information about what can influence the value, see Dependency Property Value Precedence.</returns>
    </member>
    <member name="F:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarWeightProperty">
      <summary>Identifies the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarWeight" /> dependency property.</summary>
      <returns>The identifier for the <see cref="P:Microsoft.Windows.Controls.Ribbon.Primitives.StarLayoutInfo.RequestedStarWeight" /> dependency property.</returns>
    </member>
    <member name="T:Microsoft.Windows.Input.IPreviewCommand">
      <summary>Extends the <see cref="T:System.Windows.Input.ICommand" /> interface with the ability to preview a command before executing it.</summary>
    </member>
    <member name="M:Microsoft.Windows.Input.IPreviewCommand.CancelPreview">
      <summary>Defines the method that cancels a pending preview.</summary>
    </member>
    <member name="M:Microsoft.Windows.Input.IPreviewCommand.Preview(System.Object)">
      <summary>Defines the method used to preview the command.</summary>
      <param name="parameter">A parameter for the preview. May be ignored by some implementations.</param>
    </member>
    <member name="T:Microsoft.Windows.Input.IPreviewCommandSource">
      <summary>Represents an object that can invoke an <see cref="T:Microsoft.Windows.Input.IPreviewCommand" />. </summary>
    </member>
    <member name="P:Microsoft.Windows.Input.IPreviewCommandSource.PreviewCommandParameter">
      <summary>Gets or sets the parameter that will be passed to the command.</summary>
      <returns>The parameter that will be passed to the command.</returns>
    </member>
  </members>
</doc>

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

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

License

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


Written By
Software Developer (Senior) Foresight Systems
United States United States
David Veeneman is a financial planner and software developer. He is the author of "The Fortune in Your Future" (McGraw-Hill 1998). His company, Foresight Systems, develops planning and financial software.

Comments and Discussions