<?xml version="1.0"?><doc><assembly><name>ActiproSoftware.Docking.Wpf</name></assembly><members><member name="T:ActiproSoftware.Windows.Themes.DockingThemeCatalog"><summary>
            A theme catalog that describes the theme group name implementations and available themed resource dictionaries within this assembly.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.DockingThemeCatalog.DictionaryReferences"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </summary><value>
            The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </value></member><member name="T:ActiproSoftware.Windows.Themes.DockingThemeCatalogRegistrar"><summary>
            Represents a class that registers the <see cref="T:ActiproSoftware.Windows.Themes.DockingThemeCatalog" /> with the theme manager.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl"><summary>
            Represents a tab control with advanced features.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.UpdateHighlightBrushes"><summary>
            Optionally updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActive" /> and <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactive" /> properties based on the selected tab.
            </summary><remarks>
            The default implementation of this method does nothing.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)"><summary>
            Occurs when the selection has changed.
            </summary><param name="e">The <c>SelectionChangedEventArgs</c> containing arguments related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.#ctor"><summary>
            Initializes an instance of the <c>AdvancedTabControl</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreScrollButtonsVisible"><summary>
            Gets whether the scroll buttons are visible.
            </summary><value><c>true</c> if the scroll buttons are visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreTabEmbeddedButtonsAlwaysVisible"><summary>
            Gets or sets whether tab embedded buttons are always visible, even when the tab is unselected.
            </summary><value><c>true</c> if tab embedded buttons are always visible, even when the tab is unselected; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollBackward"><summary>
            Gets whether scrolling backward is supported.
            </summary><value><c>true</c> if scrolling backward is supported; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollForward"><summary>
            Gets whether scrolling forward is supported.
            </summary><value><c>true</c> if scrolling forward is supported; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsCloseOnMiddleClick"><summary>
            Gets or sets whether tabs can close when a middle-click is performed over them.
            </summary><value><c>true</c> if tabs can close when a middle-click is performed over them; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanClose" /> property must also be set to <c>true</c> for this behavior to work.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsDrag"><summary>
            Gets or sets whether the dragging of tabs to reorder is enabled.
            </summary><value><c>true</c> if the dragging of tabs to reorder is enabled; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsHighlightOnPointerOverWhenInactive"><summary>
            Gets or sets whether tabs can highlight when the pointer is over inactive ones.
            </summary><value><c>true</c> if tabs can highlight when the pointer is over inactive ones; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPin"><summary>
            Gets or sets whether tabs display an embedded pin button.
            </summary><value><c>true</c> if tabs display an embedded pin button; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPromote"><summary>
            Gets or sets whether tabs display an embedded promote from preview layout kind button.
            </summary><value><c>true</c> if tabs display an embedded promote from preview layout kind button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.EmbeddedButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasNewTabButton"><summary>
            Gets or sets whether a new tab button is available.
            </summary><value><c>true</c> if a new tab button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabCloseButtons"><summary>
            Gets or sets whether tabs have an embedded close button.
            </summary><value><c>true</c> if tabs have an embedded close button; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabImages"><summary>
            Gets or sets whether tabs display an embedded image when one is available.
            </summary><value><c>true</c> if tabs display an embedded image when one is available; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActive"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for rendering an active highlight effect around the content border.
            </summary><value>
            The <see cref="T:System.Windows.Media.Brush" /> to use for rendering an active highlight effect around the content border.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactive"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for rendering an inactive highlight effect around the content border.
            </summary><value>
            The <see cref="T:System.Windows.Media.Brush" /> to use for rendering an inactive highlight effect around the content border.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightThickness"><summary>
            Gets or sets the thickness of the highlight effect around the content border.
            </summary><value>
            The thickness of the highlight effect around the content border.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsActive"><summary>
            Gets or sets whether the tab control is active, generally meaning it contains focus.
            </summary><value><c>true</c> if the tab control is active; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsMenuButtonVisible"><summary>
            Gets whether the drop-down menu button is visible.
            </summary><value><c>true</c> if the drop-down menu button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsLayoutAnimationEnabled"><summary>
            Gets or sets whether animation effects are applied during layout, such as when tabs are added or removed.
            </summary><value><c>true</c> if animation effects are applied during layout, such as when tabs are added or removed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsOverflowed"><summary>
            Gets whether the tabs are overflowed.
            </summary><value><c>true</c> if the tabs are overflowed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabContentHorizontal"><summary>
            Gets or sets whether the tab content layout is in a horizontal orientation.
            </summary><value><c>true</c> if the tab content layout is in a horizontal orientation; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardAccessEnabled"><summary>
            Gets or sets whether keyboard access to directly select a tab is enabled.
            </summary><value><c>true</c> if keyboard access to directly select a tab is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When enabled, <c>Ctrl+1</c> will activate the first tab in a normal state, with <c>Ctrl+2</c> activating the second normal tab, and so on.
            <c>Ctrl+Alt+1</c> will activate the first tab in a pinned state, with <c>Ctrl+Alt+2</c> activating the second pinned tab, and so on.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardSwitchingEnabled"><summary>
            Gets or sets whether keyboard access to switch to the previous/next tab is enabled.
            </summary><value><c>true</c> if keyboard access to switch to the previous/next tab is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When enabled, <c>Ctrl+Tab</c> will switch to the next tab and <c>Ctrl+Shift+Tab</c> will switch to the previous tab.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabStripVisible"><summary>
            Gets or sets whether the tabstrip is visible.
            </summary><value><c>true</c> if the tabstrip is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtent"><summary>
            Gets or sets the maximum extent of a tab.
            </summary><value>
            The maximum extent of a tab.
            The default value is <c>260.0</c>.
            </value><remarks>
            Set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtent" /> to the same as the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtent" /> to produce fixed-size tabs.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MenuButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the drop-down menu button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the drop-down menu button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtent"><summary>
            Gets or sets the minimum extent of a tab.
            </summary><value>
            The minimum extent of a tab.
            The default value is <c>30.0</c>.
            </value><remarks>
            Set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtent" /> to the same as the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtent" /> to produce fixed-size tabs.
            This property will be ignored when a <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior" /> that involves shrinking is active and the tabs enter an overflow scenario.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.NewTabButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the new tab button.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for the new tab button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OpenMenuCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to open the drop-down menu.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to open the drop-down menu.
            </value><remarks>
            Pass the source button element as the command parameter.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OverflowMenuButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the overflow drop-down menu button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the overflow drop-down menu button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RequestNewTabCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to request a new tab.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to request a new tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedBorderThickness"><summary>
            Gets or sets the <c>BorderThickness</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            </summary><value>
            The <c>BorderThickness</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            The default value is <c>0</c>.
            </value><remarks>
            This property should not be set, as it will be set internally.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedHighlightThickness"><summary>
            Gets or sets the <c>HighlightThickness</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            </summary><value>
            The <c>HighlightThickness</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            The default value is <c>0</c>.
            </value><remarks>
            This property should not be set, as it will be set internally.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedPadding"><summary>
            Gets or sets the <c>Padding</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            </summary><value>
            The <c>Padding</c> value, but automatically rotated based on the <c>TabStripPlacement</c>.
            The default value is <c>0</c>.
            </value><remarks>
            This property should not be set, as it will be set internally.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollBackwardButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the scroll backward button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the scroll backward content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollBackwardCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to scroll backward.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to scroll backward.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollForwardButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the scroll forward button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the scroll forward content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollForwardCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to scroll forward.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to scroll forward.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollOffset"><summary>
            Gets the scroll offset.
            </summary><value>The scroll offset.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.SelectItemCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to select an item.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to select an item.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackground"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundActiveSelected"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundInactiveSelected"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPointerOver"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreview"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewActiveSelected"><summary>
            Gets or sets the tabs' background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewPointerOver"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrush"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushActiveSelected"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushInactiveSelected"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPointerOver"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreview"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewActiveSelected"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewPointerOver"><summary>
            Gets or sets the tabs' border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabCornerRadius"><summary>
            Gets or sets the corner radius of tab borders, relative to a top-facing tab.
            </summary><value>The corner radius of tab borders, relative to a top-facing tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabEmbeddedButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for embedded buttons within tabs.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for embedded buttons within tabs.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForeground"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundActiveSelected"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundInactiveSelected"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPointerOver"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreview"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewActiveSelected"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewPointerOver"><summary>
            Gets or sets the tabs' foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior" /> that indicates the logic to use in tab overflow scenarios.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior" /> that indicates the logic to use in tab overflow scenarios.
            The default value is <c>Shrink</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabPadding"><summary>
            Gets or sets the tab padding.
            </summary><value>
            The tab padding.
            The default value is <c>5,2</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabSpacing"><summary>
            Gets or sets the spacing between tabs.
            </summary><value>
            The spacing between tabs.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsSelectOnDragOver"><summary>
            Gets or sets whether tabs can be selected when performing a system (e.g. text, file) drag over them.
            </summary><value><c>true</c> if tabs can be selected when performing a system (e.g. text, file) drag over them; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabFarSlantExtent"><summary>
            Gets or sets the far side slant extent of the tabs.
            </summary><value>
            The far side slant extent of the tabs, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabNearSlantExtent"><summary>
            Gets or sets the near side slant extent of the tabs.
            </summary><value>
            The near side slant extent of the tabs, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.UseDefaultFocusHandling"><summary>
            Gets or sets whether to use default <c>TabItem</c> focus handling.
            </summary><value><c>true</c> if default <c>TabItem</c> focus handling should be used; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MenuOpening"><summary>
            Occurs before a context or drop-down menu is opening.
            </summary><eventdata>
            The event handler receives an argument of type <c>AdvancedTabControlMenuEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.NewTabRequested"><summary>
            Occurs when a new tab is requested.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabClosing"><summary>
            Occurs before a tab is closed due to clicking on its close button.
            </summary><eventdata>
            The event handler receives an argument of type <c>AdvancedTabItemEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreScrollButtonsVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreScrollButtonsVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreScrollButtonsVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreTabEmbeddedButtonsAlwaysVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreTabEmbeddedButtonsAlwaysVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.AreTabEmbeddedButtonsAlwaysVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollBackwardProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollBackward" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollBackward" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollForwardProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollForward" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanScrollForward" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsCloseOnMiddleClickProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsCloseOnMiddleClick" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsCloseOnMiddleClick" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsDragProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsDrag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsDrag" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsHighlightOnPointerOverWhenInactiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsHighlightOnPointerOverWhenInactive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsHighlightOnPointerOverWhenInactive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPinProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPin" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPromoteProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPromote" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsPromote" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.EmbeddedButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.EmbeddedButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.EmbeddedButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasNewTabButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasNewTabButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasNewTabButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabCloseButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabCloseButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabCloseButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabImagesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabImages" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HasTabImages" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsMenuButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsMenuButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsMenuButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsLayoutAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsLayoutAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsLayoutAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsOverflowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsOverflowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsOverflowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabContentHorizontalProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabContentHorizontal" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabContentHorizontal" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardAccessEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardAccessEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardAccessEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardSwitchingEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardSwitchingEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabKeyboardSwitchingEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabStripVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabStripVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.IsTabStripVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MaxTabExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MenuButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MenuButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MenuButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.MinTabExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OverflowMenuButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OverflowMenuButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.OverflowMenuButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.NewTabButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.NewTabButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.NewTabButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedHighlightThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedHighlightThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedHighlightThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedPaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedPadding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.RotatedPadding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollBackwardButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollBackwardButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollBackwardButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollForwardButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollForwardButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollForwardButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.ScrollOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBackgroundPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabBorderBrushPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabCornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabCornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabCornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabEmbeddedButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabEmbeddedButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabEmbeddedButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForeground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForeground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabForegroundPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabOverflowBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabPaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabPadding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabPadding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabSpacingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabSpacing" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabSpacing" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsSelectOnDragOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsSelectOnDragOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.CanTabsSelectOnDragOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabFarSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabFarSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabFarSlantExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabNearSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabNearSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.TabNearSlantExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.UseDefaultFocusHandlingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.UseDefaultFocusHandling" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.UseDefaultFocusHandling" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs"><summary>
            Provides event arguments for customizing a menu that is opening within an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" />.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs.Menu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.
            </summary><value>The <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs.TabItem"><summary>
            Gets the related <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" />, if any.
            </summary><value>The related <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" />, if any.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem"><summary>
            Represents a tab item for use in an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ToggleLayoutKind"><summary>
            Toggles the tab's <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.LayoutKind" />.
            </summary><remarks><c>Normal</c> tabs will switch to <c>Pinned</c> layout.
            All other layout kinds switch back to <c>Normal</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnContextMenuOpening(System.Windows.Controls.ContextMenuEventArgs)"><summary>
            Occurs when a context menu is requested.
            </summary><param name="e">The <see cref="T:System.Windows.Controls.ContextMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnDragEnter(System.Windows.DragEventArgs)"><summary>
            Occurs when a drag operation enters the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnDragOver(System.Windows.DragEventArgs)"><summary>
            Occurs when a drag operation moves over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Occurs when the left mouse button is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseButtonEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnPreviewGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when the control gains keyboard focus.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyboardFocusChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnSelected(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control is selected.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnUnselected(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control is unselected.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.Close"><summary>
            Closes the tab, removing it from the containing tab control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.DragMove(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Starts a drag/move.
            </summary><param name="sourceEventArgs">The source <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" />, which can be used to capture the pointer.</param><remarks>
            The primary button of the pointer in the event arguments must be pressed down when calling this method.
            The pointer will be captured.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.#ctor"><summary>
            Initializes an instance of the <c>AdvancedTabItem</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeHeightAnimated"><summary>
            Gets or sets the arrange height of the tab.  This property is for internal use only.
            </summary><value>The arrange height of the tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeWidthAnimated"><summary>
            Gets or sets the arrange width of the tab.  This property is for internal use only.
            </summary><value>The arrange width of the tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeXAnimated"><summary>
            Gets or sets the arrange x-coordinate of the tab.  This property is for internal use only.
            </summary><value>The arrange x-coordinate of the tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeYAnimated"><summary>
            Gets or sets the arrange y-coordinate of the tab.  This property is for internal use only.
            </summary><value>The arrange y-coordinate of the tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.AreEmbeddedButtonsAlwaysVisible"><summary>
            Gets or sets whether embedded buttons are always visible, even when the tab is unselected.
            </summary><value><c>true</c> if embedded buttons are always visible, even when the tab is unselected; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundActiveSelected"><summary>
            Gets or sets the control's background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundInactiveSelected"><summary>
            Gets or sets the control's background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPointerOver"><summary>
            Gets or sets the control's background <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreview"><summary>
            Gets or sets the control's background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewActiveSelected"><summary>
            Gets or sets the control's background <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewPointerOver"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The background <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushActiveSelected"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushInactiveSelected"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPointerOver"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreview"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewActiveSelected"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewPointerOver"><summary>
            Gets or sets the control's border <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The border <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanClose"><summary>
            Gets or sets whether the tab displays an embedded close button.
            </summary><value><c>true</c> if the tab displays an embedded close button; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanHighlightOnPointerOverWhenInactive"><summary>
            Gets or sets whether the tab can highlight when the pointer is over it and it is inactive.
            </summary><value><c>true</c> if the tab can highlight when the pointer is over it and it is inactive; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPin"><summary>
            Gets or sets whether the tab displays an embedded pin button.
            </summary><value><c>true</c> if the tab displays an embedded pin button; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPromote"><summary>
            Gets or sets whether the tab displays an embedded promote from preview layout kind button.
            </summary><value><c>true</c> if the tab displays an embedded promote from preview layout kind button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CloseButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the close button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the close content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CloseCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to close the tab.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to close the tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContent"><summary>
            Gets the contextual content to display.
            </summary><value>
            The contextual content to display.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for displaying contextual content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for displaying contextual content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CornerRadius"><summary>
            Gets or sets the corner radius of the tab border, relative to a top-facing tab.
            </summary><value>The corner radius of the tab border, relative to a top-facing tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.EmbeddedButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashColor"><summary>
            Gets or sets the flash color to use if flashing is enabled.
            </summary><value>
            The flash color to use if flashing is enabled.
            The default value is <c>#80FFA000</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashMode"><summary>
            Gets or sets the flash mode for the tab.
            </summary><value>
            The flash mode for the tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundActiveSelected"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is active.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundInactiveSelected"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is selected and its content is inactive.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPointerOver"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the pointer is over it.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreview"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewActiveSelected"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab, is selected, and its content is active.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewPointerOver"><summary>
            Gets or sets the control's foreground <see cref="T:System.Windows.Media.Brush" /> to use when the tab is a preview tab and the pointer is over it.
            </summary><value>The foreground <see cref="T:System.Windows.Media.Brush" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasCloseButton"><summary>
            Gets whether the tab has an embedded close button based on its current state.
            </summary><value><c>true</c> if the tab has an embedded close button based on its current state; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When this property is <c>true</c>, space is reserved in the tab for the close button.
            The actual visibility of the close button depends on the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsCloseButtonVisible" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasToggleLayoutKindButton"><summary>
            Gets whether the tab has an embedded toggle layout kind button based on its current state.
            </summary><value><c>true</c> if the tab has an embedded toggle layout kind button based on its current state; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When this property is <c>true</c>, space is reserved in the tab for the toggle layout kind button.
            The actual visibility of the toggle layout kind button depends on the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsToggleLayoutKindButtonVisible" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HighlightKind"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind" /> indicating the kind of highlight to apply to the tab.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind" /> indicating the kind of highlight to apply to the tab.
            The default value is <c>None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSource"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSource" /> for an image that renders on the tab.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSource" /> for an image that renders on the tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsCloseButtonVisible"><summary>
            Gets whether the embedded close button is visible.
            </summary><value><c>true</c> if the embedded close button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsContentHorizontal"><summary>
            Gets or sets whether the content layout is in a horizontal orientation.
            </summary><value><c>true</c> if the content layout is in a horizontal orientation; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsImageVisible"><summary>
            Gets whether the embedded image is visible.
            </summary><value><c>true</c> if the embedded image is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsLoadAnimationEnabled"><summary>
            Gets or sets whether animation effects may be applied when the tab is loaded.
            </summary><value><c>true</c> if animation effects may be applied when the tab is loaded; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnly"><summary>
            Gets or sets whether the tab's contents are read-only.
            </summary><value><c>true</c> if the tab's contents are read-only; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsToggleLayoutKindButtonVisible"><summary>
            Gets whether the embedded toggle layout kind button is visible.
            </summary><value><c>true</c> if the embedded toggle layout kind button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.LayoutKind"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> that indicates how the tab will be positioned.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> that indicates how the tab will be positioned.
            The default value is <c>Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PinButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the pin button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the pin content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PromoteButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the promote button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the promote content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ReadOnlyContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to assign to <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplate" /> when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnly" /> property is <c>true</c>.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to assign to <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplate" /> when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnly" /> property is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.TintColor"><summary>
            Gets or sets the tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            </summary><value>
            The tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            The default value is <c>Transparent</c>, which indicates no tinting should be applied.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ToggleLayoutKindCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to toggle the tab's layout kind.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to toggle the tab's layout kind.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.UnpinButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the unpin button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the unpin content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FarSlantExtent"><summary>
            Gets or sets the far side slant extent of the tab.
            </summary><value>
            The far side slant extent of the tab, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.NearSlantExtent"><summary>
            Gets or sets the near side slant extent of the tab.
            </summary><value>
            The near side slant extent of the tab, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeHeightAnimatedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeHeightAnimated" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeHeightAnimated" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeWidthAnimatedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeWidthAnimated" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeWidthAnimated" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeXAnimatedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeXAnimated" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeXAnimated" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeYAnimatedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeYAnimated" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ArrangeYAnimated" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.AreEmbeddedButtonsAlwaysVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.AreEmbeddedButtonsAlwaysVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.AreEmbeddedButtonsAlwaysVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BackgroundPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.BorderBrushPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanHighlightOnPointerOverWhenInactiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanHighlightOnPointerOverWhenInactive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanHighlightOnPointerOverWhenInactive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPinProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPin" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPromoteProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPromote" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CanPromote" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CloseButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CloseButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CloseButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.EmbeddedButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.EmbeddedButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.EmbeddedButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FlashMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundInactiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundInactiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundInactiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreview" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreview" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewActiveSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewActiveSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewActiveSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewPointerOverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewPointerOver" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ForegroundPreviewPointerOver" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasCloseButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasCloseButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasCloseButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasToggleLayoutKindButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasToggleLayoutKindButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HasToggleLayoutKindButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HighlightKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HighlightKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.HighlightKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ImageSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsCloseButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsCloseButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsCloseButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsContentHorizontalProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsContentHorizontal" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsContentHorizontal" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsImageVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsImageVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsImageVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsLoadAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsLoadAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsLoadAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsToggleLayoutKindButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsToggleLayoutKindButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.IsToggleLayoutKindButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.LayoutKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.LayoutKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.LayoutKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PinButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PinButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PinButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PromoteButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PromoteButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.PromoteButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ReadOnlyContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ReadOnlyContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.ReadOnlyContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.TintColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.TintColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.TintColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.UnpinButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.UnpinButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.UnpinButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FarSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FarSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.FarSlantExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.NearSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.NearSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem.NearSlantExtent" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItemEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" />-related drag events.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItemEventArgs.TabItem"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> that is the focus of this event.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> that is the focus of this event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1"><summary>
            Represents the base class for an observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><typeparam name="T">The type of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> in this collection.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.Contains(System.String)"><summary>
            Determines whether an item with the specified <c>Name</c> value is in the collection.
            </summary><param name="name">The name value to locate in the collection.</param><returns><c>true</c> if an item with the specified <c>Name</c> value is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.Contains(System.Guid)"><summary>
            Determines whether an item with the specified <c>UniqueId</c> value is in the collection.
            </summary><param name="uniqueId">The unique ID value to locate in the collection.</param><returns><c>true</c> if an item with the specified <c>UniqueId</c> value is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.IndexOf(System.String)"><summary>
            Searches for an item with the specified <c>Name</c> value and 
            returns the zero-based index of the first occurrence within the entire collection.
            </summary><param name="name">The name value to locate in the collection.</param><returns>
            The zero-based index of the first occurrence of an item with the specified <c>Name</c> value
            within the entire collection, if found; otherwise, <c>-1</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.IndexOf(System.Guid)"><summary>
            Searches for an item with the specified <c>UniqueId</c> value and 
            returns the zero-based index of the first occurrence within the entire collection.
            </summary><param name="uniqueId">The unique ID value to locate in the collection.</param><returns>
            The zero-based index of the first occurrence of an item with the specified <c>UniqueId</c> value
            within the entire collection, if found; otherwise, <c>-1</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.Item(System.String)"><summary>
            Gets the item with the specified <c>Name</c> value. 
            <para>
            [C#] In C#, this property is the indexer for the collection. 
            </para></summary><param name="name">The name value to locate in the collection.</param><value>
            The item with the specified <c>Name</c> value. 
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollectionBase`1.Item(System.Guid)"><summary>
            Gets the item with the specified <c>UniqueId</c> value. 
            <para>
            [C#] In C#, this property is the indexer for the collection. 
            </para></summary><param name="uniqueId">The unique ID value to locate in the collection.</param><value>
            The item with the specified <c>UniqueId</c> value. 
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindowCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1"><summary>
            Represents the base class for a read-only observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><typeparam name="T">The type of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> in this collection.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.Contains(System.String)"><summary>
            Determines whether an item with the specified <c>Name</c> value is in the collection.
            </summary><param name="name">The name value to locate in the collection.</param><returns><c>true</c> if an item with the specified <c>Name</c> value is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.Contains(System.Guid)"><summary>
            Determines whether an item with the specified <c>UniqueId</c> value is in the collection.
            </summary><param name="uniqueId">The unique ID value to locate in the collection.</param><returns><c>true</c> if an item with the specified <c>UniqueId</c> value is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.IndexOf(System.String)"><summary>
            Searches for an item with the specified <c>Name</c> value and 
            returns the zero-based index of the first occurrence within the entire collection.
            </summary><param name="name">The name value to locate in the collection.</param><returns>
            The zero-based index of the first occurrence of an item with the specified <c>Name</c> value
            within the entire collection, if found; otherwise, <c>-1</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.IndexOf(System.Guid)"><summary>
            Searches for an item with the specified <c>UniqueId</c> value and 
            returns the zero-based index of the first occurrence within the entire collection.
            </summary><param name="uniqueId">The unique ID value to locate in the collection.</param><returns>
            The zero-based index of the first occurrence of an item with the specified <c>UniqueId</c> value
            within the entire collection, if found; otherwise, <c>-1</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.ToArray"><summary>
            Returns a strongly-typed array containing the items in this collection.
            </summary><returns>A strongly-typed array containing the items in this collection.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.#ctor(System.Collections.ObjectModel.ObservableCollection{`0})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1" /> class.
            </summary><param name="list">The collection with which to create this instance.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.Item(System.String)"><summary>
            Gets the item with the specified <c>Name</c> value. 
            <para>
            [C#] In C#, this property is the indexer for the collection. 
            </para></summary><param name="name">The name value to locate in the collection.</param><value>
            The item with the specified <c>Name</c> value. 
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowBaseCollection`1.Item(System.Guid)"><summary>
            Gets the item with the specified <c>UniqueId</c> value. 
            <para>
            [C#] In C#, this property is the indexer for the collection. 
            </para></summary><param name="uniqueId">The unique ID value to locate in the collection.</param><value>
            The item with the specified <c>UniqueId</c> value. 
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowCollection"><summary>
            Represents a read-only observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyDockingWindowCollection.#ctor(System.Collections.ObjectModel.ObservableCollection{ActiproSoftware.Windows.Controls.Docking.DockingWindow})"><summary>
            Initializes an instance of the <c>ReadOnlyDockingWindowCollection</c> class.
            </summary><param name="list">The collection with which to create this instance.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ReadOnlyToolWindowCollection"><summary>
            Represents a read-only observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ReadOnlyToolWindowCollection.#ctor(System.Collections.ObjectModel.ObservableCollection{ActiproSoftware.Windows.Controls.Docking.ToolWindow})"><summary>
            Initializes an instance of the <c>ReadOnlyToolWindowCollection</c> class.
            </summary><param name="list">The collection with which to create this instance.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainerCollection"><summary>
            Represents an observable collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockHost"><summary>
            Represents a root host that can contain a docking window hierarchy.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Reports that the <c>IsKeyboardFocusWithin</c> property changed. 
            </summary><param name="e">A <c>DependencyPropertyChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.CloseAutoHidePopup(System.Boolean,System.Boolean)"><summary>
            Closes the auto-hide popup.
            </summary><param name="closeImmediately">Whether to close the popup immediately.</param><param name="blurFocus">Whether to blur focus.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockHost.#ctor"><summary>
            Initializes an instance of the <c>DockHost</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideBottomContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the bottom auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the bottom auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideLeftContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the left auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the left auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHidePopupToolWindow"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> that is currently open in the auto-hide popup, if any.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> that is currently open in the auto-hide popup, if any.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideRightContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the right auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the right auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for rendering the auto-hide tab items.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for rendering the auto-hide tab items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the auto-hide tab items.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the auto-hide tab items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTopContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the top auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the top auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Child"><summary>
            Gets or sets the <see cref="T:System.Windows.FrameworkElement" /> that is the child content of this container.
            </summary><value>
            The <see cref="T:System.Windows.FrameworkElement" /> that is the child content of this container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.DockSite" /> that is managing this container.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.DockSite" /> that is managing this container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.IsAutoHidePopupOpen"><summary>
            Gets whether the auto-hide popup is currently open.
            </summary><value><c>true</c> if the auto-hide popup is currently open; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.LogicalChildren"><summary>
            Gets an enumerator for logical child elements of this element.
            </summary><value>An enumerator for logical child elements of this element.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.MdiHost"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> that is currently in use, if any.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> that is currently in use, if any.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.SplitterSize"><summary>
            Gets or sets the size of splitters.
            </summary><value>
            The size of splitters.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.UniqueId"><summary>
            Gets the <see cref="T:System.Guid" /> that uniquely identifies the control.
            </summary><value>The <see cref="T:System.Guid" /> that uniquely identifies the control.</value><remarks>
            A new <see cref="T:System.Guid" /> value is assigned to this property every time the application is run.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Workspace"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Workspace" />, if any, that is in the dock host.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Workspace" />, if any, that is in the dock host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Icon"><summary>
            Gets the icon <see cref="T:System.Windows.Media.ImageSource" /> for a window that contains this dock host.
            </summary><value>
            The icon <see cref="T:System.Windows.Media.ImageSource" /> for a window that contains this dock host.
            </value><remarks>
            This property value is based on the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowIcon" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Title"><summary>
            Gets the title text for a window that contains this dock host.
            </summary><value>
            The title text for a window that contains this dock host.
            </value><remarks>
            This property value is based on the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowTitle" /> property.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHidePopupToolWindowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHidePopupToolWindow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHidePopupToolWindow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHideTabItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.ChildProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Child" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Child" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.SplitterSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.SplitterSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.SplitterSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.UniqueIdProperty"><summary>
            Identifies the <c>UniqueId</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UniqueId</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.IconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Icon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Icon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockHost.TitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Title" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Title" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds"><summary>
            Specifies multiple dock guide kinds.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.None"><summary>
            No dock guides.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.OuterLeft"><summary>
            The outer left dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.OuterTop"><summary>
            The outer top dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.OuterRight"><summary>
            The outer right dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.OuterBottom"><summary>
            The outer bottom dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.Outer"><summary>
            All outer dock guides.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.InnerLeft"><summary>
            The inner left dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.InnerTop"><summary>
            The inner top dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.InnerRight"><summary>
            The inner right dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.InnerBottom"><summary>
            The inner bottom dock guide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.Inner"><summary>
            All inner dock guides.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockGuideKinds.Center"><summary>
            The center dock guide.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs"><summary>
            Provides event arguments for when one or more docking windows are dragged over a new dock target, 
            with support for hiding certain dock guides by altering the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.AllowedDockGuideKinds" /> property.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockHost,ActiproSoftware.Windows.Controls.Docking.IDockTarget,ActiproSoftware.Windows.Controls.Docking.DockGuideKinds)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs" /> class.
            </summary><param name="draggedDockHost">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> that is being dragged, and that contains the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.Windows" />.</param><param name="target">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> that the drag is over.</param><param name="supportedDockGuideKinds">The dock guide kinds that are supported by this <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost" /> and dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target" /> combination.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.AllowedDockGuideKinds"><summary>
            Gets or sets the dock guide kinds that are allowed by this <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost" /> and dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target" /> combination.
            </summary><value>The dock guide kinds that are allowed by this <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost" /> and dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target" /> combination.</value><remarks>
            Remove dock guide kind flags from this property to prevent the related dock guide from showing.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> that is being dragged, and that contains the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.Windows" />.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> that is being dragged, and that contains the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.Windows" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.SupportedDockGuideKinds"><summary>
            Gets the dock guide kinds that are supported by this <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost" /> and dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target" /> combination.
            </summary><value>The dock guide kinds that are supported by this <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.DraggedDockHost" /> and dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target" /> combination.</value><seealso cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.AllowedDockGuideKinds" /></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs.Target"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> that the drag is over.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> that the drag is over.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.FloatingWindowShowInTaskBarMode"><summary>
            Specifies the mode by which to show floating windows in the taskbar.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.FloatingWindowShowInTaskBarMode.Default"><summary>
            Only show floating windows with dock hosts that contain workspaces in the taskbar (e.g. floating tabbed MDI documents).
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.FloatingWindowShowInTaskBarMode.Never"><summary>
            Never show floating windows in the taskbar.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.FloatingWindowShowInTaskBarMode.Always"><summary>
            Always show floating windows in the taskbar.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />-related default location events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindowState)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs" /> class.
            </summary><param name="window">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is the focus of this event.</param><param name="state">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> in which the window is requesting a default location.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.ShouldFloat"><summary>
            Gets or sets whether the window should be floated instead of docking against the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" />.
            </summary><value><c>true</c> if the window should be floated instead of docking against the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Side"><summary>
            Gets or sets the optional <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Side" /> to dock against the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" /> control.
            </summary><value>The optional <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Side" /> to dock against the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" /> control.</value><remarks>Specify a <see langword="null" /> value to designate an "attach".</remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.State"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> in which the window is requesting a default location.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> in which the window is requesting a default location.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> against which to dock.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> against which to dock.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> auto-hiding events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs.#ctor(System.Collections.Generic.IEnumerable{ActiproSoftware.Windows.Controls.Docking.DockingWindow})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs" /> class.
            </summary><param name="windows">The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are the focus of this event.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs.Side"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs.Side" /> upon which the docking windows will be auto-hidden.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs.Side" /> upon which the docking windows will be auto-hidden.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs"><summary>
            Provides event arguments for floating window opening events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs" /> class.
            </summary><param name="dockHost">The <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" /> that will be the child of the floating window.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" /> that will be the child of the floating window.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" /> that will be the child of the floating window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHostChild"><summary>
            Gets the child <see cref="T:System.Windows.FrameworkElement" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" />.
            </summary><value>The child <see cref="T:System.Windows.FrameworkElement" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" />.</value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.Child" /> property isn't populated when drag previews are used.
            This property always provides access to the element that will become the <see cref="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.DockHost" /> child in those scenarios.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs.Size"><summary>
            Gets or sets the <c>Size</c> of the floating window.
            </summary><value>The <c>Size</c> of the floating window.</value><remarks>
            This property is initialized to the default size and can be adjusted as appropriate.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind"><summary>
            Indicates the kind of container that is generated for a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind.Document"><summary>
            The item is a document window.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind.Tool"><summary>
            The item is a tool window.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow"><summary>
            Represents the base class for a docking window implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToFirst"><summary>
            Moves the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to be the first item in the current parent container.
            </summary><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToIndex(System.Int32)"><summary>
            Moves the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to the specified location in the current parent container.
            </summary><param name="index">The index where the window should be moved.</param><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToLast"><summary>
            Moves the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to be the last item in the current parent container.
            </summary><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToLinkedDockSite(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Moves the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to the specified linked dock site.
            </summary><param name="targetDockSite">The dock site where the window should be moved.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToMdi"><summary>
            Changes the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> into a document within a MDI area.
            </summary><remarks>
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> in a <c>Document</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToMdi(ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Changes the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> into a document within a specific <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />'s MDI area.
            </summary><param name="dockHost">The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> that contains a MDI area in which to move the window.</param><remarks>
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> in a <c>Document</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNewHorizontalContainer"><summary>
            Moves the window to a new horizontal container within tabbed MDI.
            </summary><returns><c>true</c> if the window was moved to a new horizontal container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNewVerticalContainer"><summary>
            Moves the window to a new vertical container within tabbed MDI.
            </summary><returns><c>true</c> if the window was moved to a new vertical container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNextContainer"><summary>
            Moves the window to the next container (i.e. the one that appears after it in the layout) within tabbed MDI.
            </summary><returns><c>true</c> if the window was moved to the next container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToPreviousContainer"><summary>
            Moves the window to the previous container (i.e. the one that appears before it in the layout) within tabbed MDI.
            </summary><returns><c>true</c> if the window was moved to the previous container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.NotifyPropertyChanged(System.String)"><summary>
            Notifies that a property has changed.
            </summary><param name="propertyName">The name of the property that was changed.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnDockSiteChanged(ActiproSoftware.Windows.Controls.Docking.DockSite,ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnIsSelectedChanged"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsSelected" /> property changes.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.PropertyChanged" /> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnStateChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowState,ActiproSoftware.Windows.Controls.Docking.DockingWindowState)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Open"><summary>
            Opens the window, inserting it into the layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanAttachResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanBecomeDocumentResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanCloseResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanDockResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanDragTabResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanDragToLinkedDockSitesResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCanFloatResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UpdateCommands"><summary>
            Updates the enabled states of the commands.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy gains keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OnDefaultLocationRequested(ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs)"><summary>
            Occurs when a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />'s default location is requested.
            </summary><param name="e">The <c>DockingWindowDefaultLocationEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Activate"><summary>
            Activates the window by opening it (if closed), ensuring that it is brought to front, and focusing it.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Activate(System.Boolean)"><summary>
            Activates the window by opening it (if closed), ensuring that it is brought to front, and optionally focusing it.
            </summary><param name="focus">Whether to focus the window as well.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Close"><summary>
            Closes the window, removing it from the layout.
            </summary><returns><c>true</c> if the docking window was closed successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CloseAllInContainer(System.Boolean)"><summary>
            Closes all windows in the same parent container, removing them from the layout.
            </summary><param name="onlyCloseable">Only close windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> property is <c>true</c>.  The default value is <c>true</c>.</param><returns><c>true</c> if the docking windows were closed successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CloseOthers(System.Boolean)"><summary>
            Closes all other windows in the same parent container, removing them from the layout.
            </summary><param name="onlyCloseable">Only close windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> property is <c>true</c>.  The default value is <c>true</c>.</param><returns><c>true</c> if the other docking windows were closed successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Destroy"><summary>
            Ensures the window is closed (removed from the layout) and also unregisters it from the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DragMove(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Programmatically starts a drag/move.
            </summary><param name="sourceEventArgs">The source <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" />, which can be used to capture the pointer.</param><remarks>
            The primary button of the pointer in the event arguments must be pressed down when calling this method.
            The pointer will be captured.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float"><summary>
            Floats the window to a default location with its current size.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float(System.Windows.Point)"><summary>
            Floats the window to the specified location with its current size.
            </summary><param name="location">A <see cref="T:System.Windows.Point" /> specifying the target location of the floating dock host.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float(System.Windows.Size)"><summary>
            Floats the window to a default location with the specified size.
            </summary><param name="size">A <see cref="T:System.Windows.Size" /> specifying the target size of the floating dock host.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float(System.Nullable{System.Windows.Point},System.Nullable{System.Windows.Size})"><summary>
            Floats the window to the specified optional location and size.
            </summary><param name="location">An optional <see cref="T:System.Windows.Point" /> specifying the target location of the floating dock host.</param><param name="size">An optional <see cref="T:System.Windows.Size" /> specifying the target size of the floating dock host.</param><remarks>
            When <paramref name="location" /> is not specified, it will float to a default location.
            When <paramref name="size" /> is not specified, it will float with its current size.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> class.
            </summary><param name="isContainerForItem">Whether the window has been auto-created as a container for an item.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMaxSizeResolved"><summary>
            Gets the resolved maximum <see cref="T:System.Windows.Size" /> of the docking window's container.
            </summary><value>The maximum <see cref="T:System.Windows.Size" /> of the docking window's container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMinSizeResolved"><summary>
            Gets the resolved minimum <see cref="T:System.Windows.Size" /> of the docking window's container.
            </summary><value>The minimum <see cref="T:System.Windows.Size" /> of the docking window's container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ActivateCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Activate" /> the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Activate" /> the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttach"><summary>
            Gets or sets whether the window may be attached to another window, creating a tabbed grouping.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be attached to another window, creating a tabbed grouping.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved"><summary>
            Gets a resolved value indicating whether the window may be attached to another window, creating a tabbed grouping.
            </summary><value><c>true</c> if the window may be attached to another window, creating a tabbed grouping; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolved"><summary>
            Gets a resolved value indicating whether the window may be placed in a document state.
            </summary><value><c>true</c> if the window may be placed in a document state; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose"><summary>
            Gets or sets whether the window may be closed.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be closed.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved"><summary>
            Gets a resolved value indicating whether the window may be closed.
            </summary><value><c>true</c> if the window may be closed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDock"><summary>
            Gets or sets whether the window may be docked.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be docked.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved"><summary>
            Gets a resolved value indicating whether the window may be docked.
            </summary><value><c>true</c> if the window may be docked; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTab"><summary>
            Gets or sets whether the window's tab may be dragged to another location.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window's tab may be dragged to another location.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved"><summary>
            Gets a resolved value indicating whether the window's tab may be dragged to another location.
            </summary><value><c>true</c> if the window's tab may be dragged to another location; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSites"><summary>
            Gets or sets whether the window may be dragged to a linked dock site.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be dragged to a linked dock site.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved"><summary>
            Gets a resolved value indicating whether the window may be dragged to a linked dock site.
            </summary><value><c>true</c> if the window may be dragged to a linked dock site; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloat"><summary>
            Gets or sets whether the window may be moved into a separate top-level floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> 
            that is external to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy's primary <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be moved into a separate top-level floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> 
            that is external to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy's primary <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved"><summary>
            Gets a resolved value indicating whether the window may be moved into a separate top-level floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> 
            that is external to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy's primary <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />.
            </summary><value><c>true</c> if the window may be moved into a separate top-level floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> 
            that is external to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy's primary <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanMoveToNewHorizontalContainer"><summary>
            Gets whether the window can move to a new horizontal container within tabbed MDI.
            </summary><value><c>true</c> if the window can move to a new horizontal container; otherwise, <c>false</c>.
            </value><remarks>
            This property returns <c>true</c> when the window is currently within a tabbed MDI container that has more than one docking window.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanMoveToNewVerticalContainer"><summary>
            Gets whether the window can move to a new vertical container within tabbed MDI.
            </summary><value><c>true</c> if the window can move to a new vertical container; otherwise, <c>false</c>.
            </value><remarks>
            This property returns <c>true</c> when the window is currently within a tabbed MDI container that has more than one docking window.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanMoveToNextContainer"><summary>
            Gets whether the window can move to the next container within tabbed MDI.
            </summary><value><c>true</c> if the window can move to the next container; otherwise, <c>false</c>.
            </value><remarks>
            This property returns <c>true</c> when the window is currently within a tabbed MDI container and there is another tabbed MDI container after it in the layout.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanMoveToPreviousContainer"><summary>
            Gets whether the window can move to the previous container within tabbed MDI.
            </summary><value><c>true</c> if the window can move to the previous container; otherwise, <c>false</c>.
            </value><remarks>
            This property returns <c>true</c> when the window is currently within a tabbed MDI container and there is another tabbed MDI container before it in the layout.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanMoveToPrimaryMdiHost"><summary>
            Gets whether the window can move to the primary MDI host, which is the one directly within the main <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy and not on a floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />.
            </summary><value><c>true</c> if the window can move to the primary MDI host; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanSerialize"><summary>
            Gets or sets whether the window's layout information may be serialized.
            </summary><value><c>true</c> if the window's layout information may be serialized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When <c>false</c>, this property designates that the window should not be included in serialized layout information.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximize"><summary>
            Gets or sets whether the window may be maximized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be maximized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximizeResolved"><summary>
            Gets a resolved value indicating whether the window may be maximized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />.
            </summary><value><c>true</c> if the window may be maximized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimize"><summary>
            Gets or sets whether the window may be minimized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the window may be minimized when hosted in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimizeResolved"><summary>
            Gets a resolved value indicating whether the window may be attached to another window, creating a tabbed grouping.
            </summary><value><c>true</c> if the window may be attached to another window; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CloseAllInContainerCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can close all windows in the current container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close all windows in the current container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CloseCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Close" /> the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Close" /> the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CloseOthersCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can close all other windows in the current container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close all other windows in the current container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerDockedSize"><summary>
            Gets or sets the <see cref="T:System.Windows.Size" /> of the docking window's container when it is in a docked state.
            </summary><value>The <see cref="T:System.Windows.Size" /> of the docking window's container when it is in a docked state.</value><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMaxSize"><summary>
            Gets or sets the maximum <see cref="T:System.Windows.Size" /> of the docking window's container.
            </summary><value>The maximum <see cref="T:System.Windows.Size" /> of the docking window's container.</value><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMinSize"><summary>
            Gets or sets the minimum <see cref="T:System.Windows.Size" /> of the docking window's container.
            </summary><value>The minimum <see cref="T:System.Windows.Size" /> of the docking window's container.</value><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Description"><summary>
            Gets or sets the description for the docking window, which may be used in <c>Ctrl+Tab</c> switching UI.
            </summary><value>The description for the docking window, which may be used in <c>Ctrl+Tab</c> switching UI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DestroyCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Destroy" /> the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Destroy" /> the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> in which the window is currently located.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> in which the window is currently located.</value><remarks>
            The primary dock host is the one directly within the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy.
            Floating dock hosts are top-level containers that are external to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> hierarchy's primary dock host.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> that is managing this docking window.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockSite" /> that is managing this docking window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.FloatCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float" /> the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Float" /> the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSource"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSource" /> specifying the <c>16x16</c> image for the docking window, used in switcher UI and also sometimes on tabs.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSource" /> specifying the <c>16x16</c> image for the docking window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsActive"><summary>
            Gets or sets whether the docking window is currently active, meaning the primary window that currently/last had focus.
            </summary><value><c>true</c> if the docking window is currently active; otherwise, <c>false</c>.
            </value><remarks>
            This property is set to <c>true</c> when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow" /> is this window.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsContainerForItem"><summary>
            Gets whether this window was auto-created as a container for an item, 
            which occurs when using the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> or <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> properties.
            </summary><value><c>true</c> if this window was auto-created as a container for an item; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsFloating"><summary>
            Gets or sets whether the docking window is floating, meaning it is currently open in a floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />, or is closed and was last open in a floating <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" />.
            </summary><value><c>true</c> if the docking window is floating; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsOpen"><summary>
            Gets or sets whether the docking window is currently open in the layout.
            </summary><value><c>true</c> if the docking window is currently open in the layout; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsSelected"><summary>
            Gets or sets whether the docking window is currently selected in its parent container.
            </summary><value><c>true</c> if the docking window is currently selected in its parent container; otherwise, <c>false</c>.
            </value><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />, <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" />, or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.LastActiveDateTime"><summary>
            Gets or sets the <see cref="T:System.DateTime" /> at which the window was last active, meaning the primary window that was focused.
            </summary><value>The <see cref="T:System.DateTime" /> at which the window was last active, meaning the primary window that was focused.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToMdiCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can change the window into a document within a MDI area.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can change the window into a document within a MDI area.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNewHorizontalContainerCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window to a new horizontal container within tabbed MDI.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window to a new horizontal container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNewVerticalContainerCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window to a new vertical container within tabbed MDI.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window to a new vertical container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToNextContainerCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the next container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the next container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToPreviousContainerCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the previous container within tabbed MDI.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the previous container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.MoveToPrimaryMdiHostCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the primary MDI host.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window to the primary MDI host.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.OpenCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Open" /> the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Open" /> the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ParentContainer"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase" /> that currently contains the window.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase" /> that currently contains the window.</value><remarks>
            The container is generally a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SerializationId"><summary>
            Gets or sets the unique ID to use when matching up windows with serialized layout data.
            </summary><value>The unique ID to use when matching up windows with serialized layout data.</value><remarks>
            When deserializing a saved layout, the layout information has to be matched up with related windows, which is done via this property.
            Each window needs to have a unique serialization ID, specified by this property.
            When this property is <see langword="null" />, the window's <c>Name</c> property will be used instead.
            While the <c>Name</c> property must conform to standard .NET identifier syntax, this property can use any characters in its value.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SetTabbedMdiLayoutKindCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKind" /> property to the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> value specified in the command parameter.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKind" /> property to the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> value specified in the command parameter.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SizeToContentModes"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SizeToContentModes" /> that indicates when to try to size-to-content.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SizeToContentModes" /> that specifies the modes.
            The default value is <c>None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiBounds"><summary>
            Gets or sets the bounds of this docking window when in standard MDI 'restored' state.
            </summary><value>The bounds of this docking window when in standard MDI 'restored' state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiTitleBarContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a standard MDI window's title bar for this window.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a standard MDI window's title bar for this window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiWindowState"><summary>
            Gets or sets the <see cref="T:System.Windows.WindowState" /> of this docking window when in standard MDI.
            </summary><value>The <see cref="T:System.Windows.WindowState" /> of this docking window when in standard MDI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the current state of the window.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the current state of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashColor"><summary>
            Gets or sets the flash color to use if tab flashing is enabled.
            </summary><value>
            The flash color to use if tab flashing is enabled.
            The default value is <c>#80FFA000</c>.
            </value><remarks>
            Tab flashing can be enabled via the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashMode" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashMode"><summary>
            Gets or sets the flash mode for the tab.
            </summary><value>
            The flash mode for the tab.
            </value><remarks>
            The tab flash color can be set via the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashColor" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKind"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> that indicates how the tab will be positioned (normal, pinned, or preview).
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind" /> that indicates how the tab will be positioned.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiTabContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for displaying contextual content in a tabbed MDI tab.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for displaying contextual content in a tabbed MDI tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabText"><summary>
            Gets or sets the optional text to only display on tabs.
            </summary><value>The optional text to only display on tabs.</value><remarks>If this text is not specified, the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Title" /> will display on tabs.</remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTextResolved"><summary>
            Gets the resolved optional text to only display on tabs.
            </summary><value>The resolved optional text to only display on tabs.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTintColor"><summary>
            Gets or sets the color used to tint the tab background and border brushes.
            </summary><value>The color used to tint the tab background and border brushes.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabToolTip"><summary>
            Gets or sets the tooltip content to use for tabs that represent the window.
            </summary><value>The tooltip content to use for tabs that represent the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Title"><summary>
            Gets or sets the title for the docking window, which appears in several places throughout the UI.
            </summary><value>The title for the docking window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UniqueId"><summary>
            Gets the <see cref="T:System.Guid" /> that uniquely identifies the control.
            </summary><value>The <see cref="T:System.Guid" /> that uniquely identifies the control.</value><remarks>
            A new <see cref="T:System.Guid" /> value is assigned to this property every time the application is run.
            Use the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SerializationId" /> property to designate an ID that uniquely identifies the window for layout deserialization purposes.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.WindowGroupName"><summary>
            Gets or sets an optional name that specifies a group of windows that have an affinity.
            </summary><value>The optional name that specifies a group of windows that have an affinity.</value><remarks>
            Say that there are three windows that should generally be attached together.
            All of them should be assigned the same group name (e.g. <c>Bottom</c>).
            When a window is first opened and no previous location is found for it, it will search for other windows
            that are already open in the same state and have the same group name.
            If any are found, it will default to attaching to the most recently activated one.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DefaultLocationRequested"><summary>
            Occurs when a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />'s default location is requested.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowDefaultLocationEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            The handler should examine the event arguments and set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" />
            and/or <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Side" /> properties as appropriate.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.PropertyChanged"><summary>
            Occurs when a property has been changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DefaultLocationRequestedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DefaultLocationRequested" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DefaultLocationRequested" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttach" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttach" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDock" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDock" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTab" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTab" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSites" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSites" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanSerializeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanSerialize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanSerialize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximizeResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximizeResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximizeResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimizeResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimizeResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimizeResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerDockedSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerDockedSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerDockedSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMaxSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMaxSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMaxSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMinSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMinSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ContainerMinSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DescriptionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Description" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Description" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.ImageSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsFloatingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsFloating" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsFloating" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.IsSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.LastActiveDateTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.LastActiveDateTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.LastActiveDateTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SerializationIdProperty"><summary>
            Identifies the <c>SerializationId</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>SerializationId</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.SizeToContentModesProperty"><summary>
            Identifies the <c>SizeToContentModes</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>SizeToContentModes</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiBoundsProperty"><summary>
            Identifies the <c>StandardMdiBounds</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>StandardMdiBounds</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiTitleBarContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiTitleBarContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiTitleBarContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StandardMdiWindowStateProperty"><summary>
            Identifies the <c>StandardMdiWindowState</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>StandardMdiWindowState</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabFlashMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiLayoutKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiTabContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiTabContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabbedMdiTabContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTextResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTextResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTextResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTintColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTintColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabTintColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TabToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.TitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Title" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.Title" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.UniqueIdProperty"><summary>
            Identifies the <c>UniqueId</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>UniqueId</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindow.WindowGroupNameProperty"><summary>
            Identifies the <c>WindowGroupName</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>WindowGroupName</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockSite"><summary>
            Represents a dock site, the root control for docking window host functionality.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.LinkDockSite(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Links this <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> to the specified <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> and vice versa, allowing docking windows to be seamlessly moved between the dock sites.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> to link.</param><remarks>
            This method will completely link this <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> to the specified <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            There is no need to call <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockSite.LinkDockSite(ActiproSoftware.Windows.Controls.Docking.DockSite)" /> on both <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />s.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.UnlinkDockSite(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Unlinks this <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> from the specified <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> and vice versa.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> to unlink.</param><remarks>
            This method will completely unlink this <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> from the specified <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            There is no need to call <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockSite.UnlinkDockSite(ActiproSoftware.Windows.Controls.Docking.DockSite)" /> on both <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />s.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnFloatingWindowOpening(ActiproSoftware.Windows.Controls.Docking.FloatingWindowOpeningEventArgs)"><summary>
            Occurs when a floating window is opening, allowing for customization before it is displayed.
            </summary><param name="e">The <c>FloatingWindowOpeningEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnMdiKindChanged(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> property is changed.
            </summary><param name="e">The <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnMenuOpening(ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs)"><summary>
            Occurs when a docking-related context menu is opening, allowing for customization before it is displayed.
            </summary><param name="e">The <c>DockingMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnNewWindowRequested(System.Windows.RoutedEventArgs)"><summary>
            Occurs when a new <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> is requested, generally via a user click on a new tab button.
            </summary><param name="e">The <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnPrimaryDocumentChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocument" /> property has changed.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowActivated(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been activated.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowAutoHidePopupClosed(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after an auto-hide popup has been closed that displayed a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" />.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowAutoHidePopupOpened(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after an auto-hide popup has been opened that displays a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" />.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowDeactivated(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been deactivated.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowDefaultLocationRequested(ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs)"><summary>
            Occurs when a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />'s default location is requested.
            </summary><param name="e">The <c>DockingWindowDefaultLocationEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowRegistered(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been registered.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsAutoHiding(ActiproSoftware.Windows.Controls.Docking.DockingWindowsAutoHidingEventArgs)"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are auto-hidden, allowing for side customization.
            </summary><param name="e">The <c>DockingWindowsAutoHidingEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsClosed(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls have been closed.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsClosing(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are closed, allowing for cancellation of the close.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsDockHostChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls' <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> properties have changed.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsDragged(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are dragged by the end user.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsDragging(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are dragged by the end user.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsDragOver(ActiproSoftware.Windows.Controls.Docking.DockingWindowsDragOverEventArgs)"><summary>
            Occurs when one or more docking windows are dragged over a new dock target, allowing for certain dock guides to be hidden.
            </summary><param name="e">The <c>DockingWindowsDragOverEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsOpened(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls have been opened.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsOpening(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls is opened.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowsStateChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs)"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls' states have changed.
            </summary><param name="e">The <c>DockingWindowsEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnWindowUnregistered(ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been unregistered.
            </summary><param name="e">The <c>DockingWindowEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.InitializeAutoHidePopupWindow(System.Windows.Window)"><summary>
            Initializes a <see cref="T:System.Windows.Window" /> that contains an auto-hide popup.
            </summary><param name="window">The <see cref="T:System.Windows.Window" /> to initialize.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.InitializeDockingAdornmentWindow(System.Windows.Window)"><summary>
            Initializes a <see cref="T:System.Windows.Window" /> that can host dock guide and dock preview adornments during a docking operation.
            </summary><param name="window">The <see cref="T:System.Windows.Window" /> to initialize.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.InitializeFloatingWindow(System.Windows.Window)"><summary>
            Initializes a <see cref="T:System.Windows.Window" /> that contains a floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />.
            </summary><param name="window">The <see cref="T:System.Windows.Window" /> to initialize.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ToHierarchyString"><summary>
            Creates a string that contains a textual representation of the dock site hierarchy, useful for debugging purposes.
            </summary><returns>The string that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.DockSiteRegistryConstructor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivateNextDocument"><summary>
            Activates the next document by selecting it and focusing its content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivatePreviousDocument"><summary>
            Activates the previous document by selecting it and focusing its content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivatePrimaryDocument"><summary>
            Activates the primary document by focusing its content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.CascadeDocuments"><summary>
            Cascades all open documents, if using tabbed or standard MDI.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.CloseAllDocuments"><summary>
            Closes all open documents.
            </summary><returns><c>true</c> if all open documents were closed; otherwise, <c>false</c>.
            </returns><remarks>
            Only documents that are closable are closed.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePrimaryDocument"><summary>
            Closes the primary document.
            </summary><returns><c>true</c> if the primary document was closed; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.TileDocumentsHorizontally"><summary>
            Tiles all open documents horizontally, if using tabbed or standard MDI.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.TileDocumentsVertically"><summary>
            Tiles all open documents vertically, if using tabbed or standard MDI.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ApplyContainerStyle(System.Object,ActiproSoftware.Windows.Controls.Docking.DockingWindow,System.Windows.Controls.StyleSelector,System.Windows.Style)"><summary>
            Applies the style of the specified container window.
            </summary><param name="item">The data item.</param><param name="container">The container window whose style should be set.</param><param name="styleSelector">The option style selector.</param><param name="style">The desired specific style.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ClearContainerForItemOverride(ActiproSoftware.Windows.Controls.Docking.DockingWindow,System.Object,ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind)"><summary>
            When overridden in a derived class, undoes the effects of the <see cref="M:ActiproSoftware.Windows.Controls.Docking.DockSite.PrepareContainerForItemOverride(ActiproSoftware.Windows.Controls.Docking.DockingWindow,System.Object,ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind)" /> method.
            </summary><param name="container">The container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />.</param><param name="item">The item.</param><param name="kind">The kind of the <paramref name="item" />.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ContainerFromDocumentItem(System.Object)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> corresponding to the given item contained in <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" />.
            </summary><param name="item">The <see cref="T:System.Object" /> item to find the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> for.</param><returns>
            A <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> that corresponds to the given item; otherwise, <see langword="null" /> indicates the item does not belong to the item collection.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ContainerFromItem(System.Object)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> corresponding to the given item contained in <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> or <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" />.
            </summary><param name="item">The <see cref="T:System.Object" /> item to find the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> for.</param><returns>
            A <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that corresponds to the given item; otherwise, <see langword="null" /> indicates the item does not belong to either item collection.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.ContainerFromToolItem(System.Object)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> corresponding to the given item contained in <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" />.
            </summary><param name="item">The <see cref="T:System.Object" /> item to find the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> for.</param><returns>
            A <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> that corresponds to the given item; otherwise, <see langword="null" /> indicates the item does not belong to the item collection.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.GetContainerForItemOverride(ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind)"><summary>
            Creates or identifies the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is used to display the given item.
            </summary><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is used to display the given item.</returns><param name="kind">The kind of the item.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.IsItemItsOwnContainerOverride(System.Object,ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind)"><summary>
            Determines if the specified item is (or is eligible to be) its own container.
            </summary><param name="item">The item to check.</param><param name="kind">The kind of the <paramref name="item" />.</param><returns><c>true</c> if the item is (or is eligible to be) its own container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnDocumentItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)"><summary>
            Called when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> property changes.
            </summary><param name="oldValue">Old value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> property.</param><param name="newValue">New value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnToolItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)"><summary>
            Called when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> property changes.
            </summary><param name="oldValue">Old value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> property.</param><param name="newValue">New value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.PrepareContainerForItemOverride(ActiproSoftware.Windows.Controls.Docking.DockingWindow,System.Object,ActiproSoftware.Windows.Controls.Docking.DockingWindowItemKind)"><summary>
            Prepares the specified <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to display the specified item.
            </summary><param name="container">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> used to display the specified item.</param><param name="item">The item.</param><param name="kind">The kind of the <paramref name="item" />.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy gains keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnInitialized(System.EventArgs)"><summary>
            Occurs when the control is initialized.
            </summary><param name="e"></param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Occurs when a property is changed.
            </summary><param name="e">A <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockSite.#ctor"><summary>
            Initializes an instance of the <c>DockSite</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanUpdateItemsSourceOnUnregister"><summary>
            Gets or sets whether to try and remove an item from its items source when the related container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> is unregistered.
            </summary><value><c>true</c> if the item should try to be removed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This feature is only active when using the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> or <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> properties, and
            the functionality only works if the items source implements <c>IList</c> and is not read-only.
            Otherwise, the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowUnregistered" /> event should be monitored and the items source updated manually.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> generated for each document item.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> that is applied to the container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> generated for each document item.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyleSelector"><summary>
            Gets or sets custom style-selection logic for a style that can be applied to each generated container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />.
            </summary><value>
            A <see cref="T:System.Windows.Controls.StyleSelector" /> object that contains logic that chooses the style to use as the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyle" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource"><summary>
            Gets or sets a collection used to generate document windows for use in the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value>
            A collection that is used to generate generate document windows for use in the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> used to display each document item.
            </summary><value>
            A <see cref="T:System.Windows.DataTemplate" /> that specifies the visualization of the data objects.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplateSelector"><summary>
            Gets or sets the custom logic for choosing a template used to display each document item.
            </summary><value>
            A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> generated for each tool item.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> that is applied to the container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> generated for each tool item.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyleSelector"><summary>
            Gets or sets custom style-selection logic for a style that can be applied to each generated container <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />.
            </summary><value>
            A <see cref="T:System.Windows.Controls.StyleSelector" /> object that contains logic that chooses the style to use as the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyle" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource"><summary>
            Gets or sets a collection used to generate tool windows for use in the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value>
            A collection that is used to generate generate tool windows for use in the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> used to display each tool item.
            </summary><value>
            A <see cref="T:System.Windows.DataTemplate" /> that specifies the visualization of the data objects.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplateSelector"><summary>
            Gets or sets the custom logic for choosing a template used to display each tool item.
            </summary><value>
            A custom <see cref="T:System.Windows.Controls.DataTemplateSelector" /> object that provides logic and returns a <see cref="T:System.Windows.DataTemplate" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.HostedFloatingWindowContainer"><summary>
            Gets or sets the <see cref="T:System.Windows.FrameworkElement" /> whose bounds should be used to restrict the movement of hosted floating windows.
            The <see cref="T:System.Windows.FrameworkElement" /> must be the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> or one of it's visual ancestors.
            </summary><value>
            The <see cref="T:System.Windows.FrameworkElement" /> whose bounds should be used to restrict the movement of hosted floating windows; 
            otherwise <see langword="null" /> which indicates to use the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> itself.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDelay"><summary>
            Gets or sets the duration in milliseconds of inactivity that must take place for a hosted floating window before it starts to fade out.
            </summary><value>
            The duration in milliseconds of inactivity that must take place for a hosted floating window before it starts to fade out.
            The default value is <c>20</c> seconds.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled" /> property must be set to <c>true</c> for this property to be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDuration"><summary>
            Gets or sets the duration in milliseconds over which an inactive hosted floating window will fade.
            </summary><value>
            The duration in milliseconds over which an inactive hosted floating window will fade.
            The default value is <c>20</c> seconds.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled" /> property must be set to <c>true</c> for this property to be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeOpacity"><summary>
            Gets or sets the target opacity to which inactive hosted floating windows to fade.
            </summary><value>
            The target opacity to which inactive hosted floating windows to fade.
            The default value is <c>0.25</c> (25% opacity).
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled" /> property must be set to <c>true</c> for this property to be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled"><summary>
            Gets or sets whether hosted floating windows will fade out following inactivity.
            </summary><value><c>true</c> if hosted floating windows will fade out following inactivity; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This option only applied when hosted floating windows are in use.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideBottomContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary bottom auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary bottom auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideLeftContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary left auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary left auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePerContainer"><summary>
            Gets or sets whether auto-hide state toggles affect all the windows in the parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary><value><c>true</c> if auto-hide state toggles affect all the windows in the parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseAnimationDuration"><summary>
            Gets or sets the duration in milliseconds of the animation that is applied to an auto-hide popup close.
            </summary><value>
            The duration in milliseconds of the animation that is applied to an auto-hide popup close.
            The default value is <c>150ms</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseDelay"><summary>
            Gets or sets the duration in milliseconds of the delay between when the pointer leaves an auto-hide popup and when the popup closes
            if the pointer has not moved back over the popup.
            </summary><value>
            The duration in milliseconds of the delay between when the pointer leaves an auto-hide popup and when the popup closes
            if the pointer has not moved back over the popup.
            The default value is <c>500ms</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupClosesOnLostFocus"><summary>
            Gets or sets whether the auto-hide popup closes when keyboard focus is moved outside of the popup.
            </summary><value><c>true</c> if the auto-hide popup closes when keyboard focus is moved outside of the popup; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This property can be temporarily set to <c>false</c> while a dialog window is displayed from a tool window that is currently within an auto-hide popup.
            This prevents the popup from closing while the dialog is displayed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenAnimationDuration"><summary>
            Gets or sets the duration in milliseconds of the animation that is applied to an auto-hide popup open.
            </summary><value>
            The duration in milliseconds of the animation that is applied to an auto-hide popup open.
            The default value is <c>150ms</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenDelay"><summary>
            Gets or sets the duration in milliseconds of the delay between when the pointer moves over an auto-hide tab item
            and the auto-hide popup opens to display the tool window represented by the tab item.
            </summary><value>
            The duration in milliseconds of the delay between when the pointer moves over an auto-hide tab item
            and the auto-hide popup opens to display the tool window represented by the tab item.
            The default value is <c>200ms</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpensOnMouseHover"><summary>
            Gets or sets whether the auto-hide popup displays when the mouse hovers over an auto-hide tab item.
            </summary><value><c>true</c> if the auto-hide popup displays when the mouse hovers over an auto-hide tab item; otherwise, <c>false</c>.
            The default value is <c>false</c> for most themes, but may be <c>true</c> for some themes.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideRightContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary right auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary right auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for rendering the auto-hide tab items.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for rendering the auto-hide tab items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the auto-hide tab items.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the auto-hide tab items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTopContainers"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary top auto-hide tabstrip.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> items that appear in the primary top auto-hide tabstrip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAutoHide"><summary>
            Gets or sets the global setting for whether tool windows may be placed in auto-hide mode.
            </summary><value><c>true</c> if tool windows may be placed in auto-hide mode; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHide" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivateNextDocumentCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can activate the next document.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can activate the next document.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivatePreviousDocumentCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can activate the previous document.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can activate the previous document.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActivatePrimaryDocumentCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can activate the primary document.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can activate the primary document.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently active.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently active.</value><remarks>
            Only one docking window can be active at any given time.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreDocumentWindowsDestroyedOnClose"><summary>
            Gets or sets whether document windows are automatically destroyed (removed from the <c>DockSite</c>) when closed.
            </summary><value><c>true</c> if document windows are automatically destroyed (removed from the <c>DockSite</c>) when closed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreNewTabsInsertedBeforeExistingTabs"><summary>
            Gets or sets whether new tabs are inserted before existing tabs when they are added, such as when dragging and attaching a tool window to an existing tool window container.
            </summary><value><c>true</c> if new tabs are inserted before existing tabs when they are added; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsClose"><summary>
            Gets or sets the global setting for whether document windows can be closed.
            </summary><value><c>true</c> if document windows can be closed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects document windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose" /> property is set to <see langword="null" />.
            Any other setting on the document window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsDragToLinkedDockSites"><summary>
            Gets or sets the global setting for whether document windows may be dragged to a linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value><c>true</c> if document windows may be dragged to a linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects document windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSites" /> property is set to <see langword="null" />.
            Any other setting on the document window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsFloat"><summary>
            Gets or sets the global setting for whether document windows may be contained in a floating window.
            </summary><value><c>true</c> if document windows may be contained in a floating window; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This setting only affects document windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloat" /> property is set to <see langword="null" />.
            Any other setting on the document window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanFloatingDockHostsHideOnDockSiteUnload"><summary>
            Gets or sets whether <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingDockHosts" /> should hide when the <c>DockSite</c> is unloaded, such as in nested <c>DockSite</c> scenarios when the parent tab is deselected.
            </summary><value><c>true</c> if <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingDockHosts" /> should hide when the <c>DockSite</c> is unloaded; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAttach"><summary>
            Gets or sets the global setting for whether tool windows may be attached to another tool window, creating a tabbed grouping.
            </summary><value><c>true</c> if tool windows may be attached to another tool window; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttach" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsBecomeDocuments"><summary>
            Gets or sets the global setting for whether tool windows may be placed in a document state.
            </summary><value><c>true</c> if tool windows may be placed in a document state; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanBecomeDocument" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsClose"><summary>
            Gets or sets the global setting for whether tool windows can be closed.
            </summary><value><c>true</c> if tool windows can be closed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsCloseOnMiddleClick"><summary>
            Gets or sets a value indicating whether tool windows can be closed by clicking the tab with the middle mouse button.
            </summary><value><c>true</c> if tool windows can be closed by clicking the tab with the middle mouse button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDock"><summary>
            Gets or sets the global setting for whether tool windows can be docked.
            </summary><value><c>true</c> if tool windows can be docked; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDock" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToFloatingDockHostsWithWorkspaces"><summary>
            Gets or sets the whether tool windows may be dragged to floating dock hosts that contain a workspace.
            </summary><value><c>true</c> if tool windows may be dragged to floating dock hosts that contain a workspace; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When <c>false</c>, tool windows can still be dragged and docked against floating dock hosts that only contain tool windows.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToLinkedDockSites"><summary>
            Gets or sets the global setting for whether tool windows may be dragged to a linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value><c>true</c> if tool windows may be dragged to a linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSites" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsFloat"><summary>
            Gets or sets the global setting for whether tool windows may be floated into separate top-level containers.
            </summary><value><c>true</c> if tool windows may be floated into separate top-level containers; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloat" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowTabsDrag"><summary>
            Gets or sets the global setting for whether tool window tabs may be dragged to another location.
            </summary><value><c>true</c> if tool window tabs may be dragged to another location; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTab" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CascadeDocumentsCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can cascade the open documents.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can cascade the open documents.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Child"><summary>
            Gets or sets the <see cref="T:System.Windows.FrameworkElement" /> that is the child content of this dock site.
            </summary><value>
            The <see cref="T:System.Windows.FrameworkElement" /> that is the child content of this dock site.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CloseAllDocumentsCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can close all open documents.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close all open documents.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePerContainer"><summary>
            Gets or sets whether close operations affect all the windows in the parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary><value><c>true</c> if close operations affect all the windows in the parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePrimaryDocumentCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can close the primary document.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close the primary document.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMaximizeButtons"><summary>
            Gets or sets whether floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar maximize buttons.
            </summary><value><c>true</c> if floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar maximize buttons; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This property only affects non-hosted floating windows.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMinimizeButtons"><summary>
            Gets or sets whether floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar minimize buttons.
            </summary><value><c>true</c> if floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar minimize buttons; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This property only affects non-hosted floating windows.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowIcon"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.ImageSource" /> for floating window icons, which should be set if document windows are allowed to float.
            </summary><value>
            The <see cref="T:System.Windows.Media.ImageSource" /> for floating window icons.
            </value><remarks>
            The value is generally the same as your application icon.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowShowInTaskBarMode"><summary>
            Gets or sets a mode that determines when to show floating windows in the taskbar.
            </summary><value>
            A mode that determines when to show floating windows in the taskbar.
            The default value is <c>FloatingWindowShowInTaskBarMode.Default</c>.
            </value><remarks>
            This feature only affects non-hosted floating windows.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowSnapToScreenThreshold"><summary>
            Gets or sets the minimum length of a floating window that must be visible over a screen's edge to avoid snap-to-screen.
            </summary><value>
            The minimum length of a floating window that must be visible over a screen's edge to avoid snap-to-screen.
            The default value is <c>70.0</c>.
            </value><remarks>
            This feature is only used when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsFloatingWindowSnapToScreenEnabled" /> property is <c>true</c>.
            If a floating window is completely beyond the screen edge, it will be fully snapped back onto the screen.
            If a floating window is only partially beyond the screen edge, but the visible portion is less than this property's value, it will be snapped partially back onto the screen.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowTitle"><summary>
            Gets or sets the title text for floating windows, which should be set if document windows are allowed to float..
            </summary><value>
            The title text for floating windows.
            </value><remarks>
            The value is generally the same as your application name.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsDockGuideAnimationEnabled"><summary>
            Gets or sets whether dock guide animation is enabled.
            </summary><value><c>true</c> if dock guide animation is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsFloatingWindowSnapToScreenEnabled"><summary>
            Gets or sets whether floating windows are snapped onto the closest screen when displayed via a method other than being dragged.
            </summary><value><c>true</c> if floating windows are snapped onto the closest screen when displayed via a method other than being dragged; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This feature ensures that floating windows are fully visible on-screen when being programmatically displayed, such as when a layout is loaded.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsLiveSplittingEnabled"><summary>
            Gets or sets whether live splitting of docking windows is enabled.
            </summary><value><c>true</c> if live splitting of docking windows is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsTabLayoutAnimationEnabled"><summary>
            Gets or sets whether animation effects are applied during tab layout, such as when tabs are added or removed.
            </summary><value><c>true</c> if animation effects are applied during tab layout, such as when tabs are added or removed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismGapDistance"><summary>
            Gets or sets the distance between windows that are snapped together via magnetism.
            </summary><value>The distance between windows that are snapped together via magnetism.  The default value is <c>1</c>.</value><remarks>
            If this value is greater than <c>0</c>, there will be a gap between windows that are snapped together 
            when magnetism is enabled by the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismSnapDistance" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismSnapDistance"><summary>
            Gets or sets the distance at which magnetism begins to snap windows being dragged.
            </summary><value>The distance at which magnetism begins to snap windows being dragged.  The default value is <c>5</c>.</value><remarks>
            If this value is greater than <c>0</c>, magnetism is enabled.  Set it to <c>0</c> to disable magnetism.
            Magnetism tries to snap corners of a window being dragged to other window corners around it.
            Increase this property's value to increase the range over which the magnetism will work.
            Magnetism also takes effect when resizing via window borders.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind"><summary>
            Gets or sets the kind of MDI currently in use.
            </summary><value>A <c>MdiKind</c> indicating the kind of MDI currently in use.  The default value is <c>None</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocument"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that currently is the primary document in the dock site.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that currently is the primary document in the dock site.</value><remarks>
            The primary document is the same as <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow" /> if the active window is a document.
            When the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow" /> is not a document, then the primary document is the open document that was last activated.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.SetMdiKindCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can set the MDI kind to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> enumeration value specified in the command parameter.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can set the MDI kind to the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> enumeration value specified in the command parameter.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.SplitterSize"><summary>
            Gets or sets the size of splitters.
            </summary><value>
            The size of splitters.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Switcher"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase" /> that will be used to provide <c>Ctrl+Tab</c> window switching capabilities.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase" /> that will be used to provide <c>Ctrl+Tab</c> window switching capabilities.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.TileDocumentsHorizontallyCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can tile the open documents horizontally.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can tile the open documents horizontally.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.TileDocumentsVerticallyCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can tile the open documents vertically.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can tile the open documents vertically.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveCloseButtons"><summary>
            Gets or sets whether <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar close buttons.
            </summary><value><c>true</c> if <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar close buttons; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveOptionsButtons"><summary>
            Gets or sets whether <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar options buttons.
            </summary><value><c>true</c> if <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar options buttons; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTabImages"><summary>
            Gets or sets the global setting for whether tool windows have images on tabs.
            </summary><value><c>true</c> if tool windows have images on tabs; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This setting does not affect tabbed MDI, since <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost" /> has its own <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabImages" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBarIcons"><summary>
            Gets or sets the global setting for whether tool window title bars display the icon of the selected tool window.
            </summary><value><c>true</c> if tool window title bars display the icon of the selected tool window; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBars"><summary>
            Gets or sets the global setting for whether tool windows display a title bar when not in MDI.
            </summary><value><c>true</c> if tool windows display a title bar when not in MDI; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects tool windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBar" /> property is set to <see langword="null" />.
            Any other setting on the tool window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveToggleAutoHideButtons"><summary>
            Gets or sets whether <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar toggle auto-hide buttons.
            </summary><value><c>true</c> if <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> controls can have title bar toggle auto-hide buttons; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsSingleTabLayoutBehavior"><summary>
            Gets or sets the global setting for the behavior used when a single tool window is in a container.
            </summary><value>The behavior used when a single tool window is in a container.
            The default value is <c>SingleTabLayoutBehavior.Hide</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabOverflowBehavior"><summary>
            Gets or sets the global setting for the overflow behavior of the tool window tabs.
            </summary><value>
            The overflow behavior of the tool window tabs.
            The default value is <c>TabOverflowBehavior.Shrink</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabStripPlacement"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tool window tabs are located.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tool window tabs are located.
            The default value is <c>Bottom</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTitleBarContextContentAlignment"><summary>
            Gets or sets the alignment of tool window container title bar context content.
            </summary><value>
            The alignment of tool window container title bar context content.
            The default value is <c>Far</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowTabItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseDragFloatPreviews"><summary>
            Gets or sets whether to use float previews when dragging windows instead of instantly creating floating windows.
            </summary><value><c>true</c> if float previews should be used when dragging windows instead of instantly creating floating windows; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This property should be set to <c>true</c> when docking window content contains a large number of elements that may not measure/arrange quickly.
            When this property is <c>true</c>, fewer layout cycles occur since a float preview is used to show where the floating window will be
            created instead of instantly moving the dragged windows into a floating window.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedFloatingWindows"><summary>
            Gets or sets whether floating windows should be hosted within the bounds of the dock site.
            </summary><value><c>true</c> if floating windows should be hosted within the bounds of the dock site; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            Due to security restrictions with the <c>Window</c> class in XBAPs, when used in an XBAP,
            a value of <c>true</c> will be forced.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedPopups"><summary>
            Gets or sets whether popups should be hosted within the bounds of the dock site.
            </summary><value><c>true</c> if popups should be hosted within the bounds of the dock site; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This property should be <c>false</c> only in Windows applications where you expect to host interop (Windows Forms, DirectX, etc.) controls.
            If you do not plan on hosting interop controls, leave it <c>true</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Documents"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are currently open in the MDI area.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are currently open in the MDI area.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentWindows"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindowCollection" /> of document windows that are currently registered with the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindowCollection" /> of document windows that are currently registered with the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingDockHosts"><summary>
            Gets the collection of floating dock hosts, which are those that are top-level and external to the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> hierarchy's primary dock host.
            </summary><value>The collection of floating dock hosts.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.HasDocuments"><summary>
            Gets whether the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> currently has any open documents.
            </summary><returns><c>true</c> if the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> currently has any open documents; otherwise, <c>false</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.LinkedDockSites"><summary>
            Gets the linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />s, to which registered docking windows can be docked into.
            </summary><value>The linked <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />s, to which registered docking windows can be docked into.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDockHost"><summary>
            Gets the primary dock host, which is the one that is implicitly created within the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />'s template.
            </summary><value>The primary dock host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindows"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowCollection" /> of tool windows that are currently registered with the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowCollection" /> of tool windows that are currently registered with the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.</value></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowOpening"><summary>
            Occurs when a floating window is opening, allowing for customization before it is displayed.
            </summary><eventdata>
            The event handler receives an argument of type <c>FloatingWindowOpeningEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKindChanged"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> property is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>RoutedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MenuOpening"><summary>
            Occurs when a docking-related context menu is opening, allowing for customization before it is displayed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingMenuEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.NewWindowRequested"><summary>
            Occurs when a new <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> is requested, generally via a user click on a new tab button.
            </summary><eventdata>
            The event handler receives an argument of type <c>RoutedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocumentChanged"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocument" /> property has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowActivated"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been activated.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupClosed"><summary>
            Occurs after an auto-hide popup has been closed that displayed a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupOpened"><summary>
            Occurs after an auto-hide popup has been opened that displays a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDeactivated"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been deactivated.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDefaultLocationRequested"><summary>
            Occurs when a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />'s default location is requested.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowDefaultLocationEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            The handler should examine the event arguments and set the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Target" />
            and/or <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowDefaultLocationEventArgs.Side" /> properties as appropriate.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowRegistered"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been registered.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsAutoHiding"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are auto-hidden, allowing for side customization.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsAutoHidingEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosed"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls have been closed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosing"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are closed, allowing for cancellation of the close.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDockHostChanged"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls' <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DockHost" /> properties have changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragged"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are dragged by the end user.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragging"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls are dragged by the end user.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragOver"><summary>
            Occurs when one or more docking windows are dragged over a new dock target, allowing for certain dock guides to be hidden.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsDragOverEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpened"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls have been opened.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpening"><summary>
            Occurs before one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls is opened.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsStateChanged"><summary>
            Occurs after one or more <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls' states have changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowsEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowUnregistered"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> has been unregistered.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingWindowEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanUpdateItemsSourceOnUnregisterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanUpdateItemsSourceOnUnregister" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanUpdateItemsSourceOnUnregister" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyleSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyleSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemContainerStyleSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemsSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.DocumentItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyleSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyleSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemContainerStyleSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemsSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.HostedFloatingWindowContainerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.HostedFloatingWindowContainer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.HostedFloatingWindowContainer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDelayProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDelay" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDelay" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeOpacityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeOpacity" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.InactiveFloatingWindowFadeOpacity" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsInactiveFloatingWindowFadeEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePerContainerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePerContainer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePerContainer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseAnimationDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseAnimationDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseAnimationDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseDelayProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseDelay" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupCloseDelay" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupClosesOnLostFocusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupClosesOnLostFocus" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupClosesOnLostFocus" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenAnimationDurationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenAnimationDuration" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenAnimationDuration" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenDelayProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenDelay" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpenDelay" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpensOnMouseHoverProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpensOnMouseHover" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHidePopupOpensOnMouseHover" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AutoHideTabItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAutoHideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAutoHide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAutoHide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ActiveWindow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AreDocumentWindowsDestroyedOnCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreDocumentWindowsDestroyedOnClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreDocumentWindowsDestroyedOnClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.AreNewTabsInsertedBeforeExistingTabsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreNewTabsInsertedBeforeExistingTabs" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.AreNewTabsInsertedBeforeExistingTabs" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsDragToLinkedDockSitesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsDragToLinkedDockSites" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsDragToLinkedDockSites" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsFloatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsFloat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanDocumentWindowsFloat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanFloatingDockHostsHideOnDockSiteUnloadProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanFloatingDockHostsHideOnDockSiteUnload" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanFloatingDockHostsHideOnDockSiteUnload" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAttachProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAttach" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsAttach" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsBecomeDocumentsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsBecomeDocuments" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsBecomeDocuments" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsCloseOnMiddleClickProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsCloseOnMiddleClick" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsCloseOnMiddleClick" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDockProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDock" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDock" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToFloatingDockHostsWithWorkspacesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToFloatingDockHostsWithWorkspaces" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToFloatingDockHostsWithWorkspaces" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToLinkedDockSitesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToLinkedDockSites" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsDragToLinkedDockSites" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsFloatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsFloat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowsFloat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowTabsDragProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowTabsDrag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.CanToolWindowTabsDrag" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ChildProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Child" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Child" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePerContainerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePerContainer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ClosePerContainer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMaximizeButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMaximizeButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMaximizeButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMinimizeButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMinimizeButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingToolWindowContainersHaveMinimizeButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowIconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowIcon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowIcon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowShowInTaskBarModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowShowInTaskBarMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowShowInTaskBarMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowSnapToScreenThresholdProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowSnapToScreenThreshold" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowSnapToScreenThreshold" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowTitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowTitle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowTitle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.IsDockGuideAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsDockGuideAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsDockGuideAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.IsFloatingWindowSnapToScreenEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsFloatingWindowSnapToScreenEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsFloatingWindowSnapToScreenEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.IsLiveSplittingEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsLiveSplittingEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsLiveSplittingEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.IsTabLayoutAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsTabLayoutAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.IsTabLayoutAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismGapDistanceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismGapDistance" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismGapDistance" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismSnapDistanceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismSnapDistance" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MagnetismSnapDistance" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocumentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocument" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocument" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.SplitterSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.SplitterSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.SplitterSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.SwitcherProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Switcher" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.Switcher" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveCloseButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveCloseButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveCloseButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveOptionsButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveOptionsButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveOptionsButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTabImagesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTabImages" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTabImages" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBarIconsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBarIcons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBarIcons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBarsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBars" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveTitleBars" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveToggleAutoHideButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveToggleAutoHideButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsHaveToggleAutoHideButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsSingleTabLayoutBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsSingleTabLayoutBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsSingleTabLayoutBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabOverflowBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabOverflowBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabOverflowBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabStripPlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabStripPlacement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTabStripPlacement" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowsTitleBarContextContentAlignmentProperty"><summary>
            Identifies the <c>ToolWindowsTitleBarContextContentAlignment</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ToolWindowsTitleBarContextContentAlignment</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowTabItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowTabItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.ToolWindowTabItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.UseDragFloatPreviewsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseDragFloatPreviews" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseDragFloatPreviews" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedFloatingWindowsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedFloatingWindows" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedFloatingWindows" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedPopupsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedPopups" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockSite.UseHostedPopups" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowOpeningEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowOpening" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.FloatingWindowOpening" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKindChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKindChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MdiKindChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.MenuOpeningEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MenuOpening" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.MenuOpening" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.NewWindowRequestedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.NewWindowRequested" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.NewWindowRequested" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocumentChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocumentChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.PrimaryDocumentChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowActivatedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowActivated" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowActivated" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupClosedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupClosed" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupClosed" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupOpenedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupOpened" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowAutoHidePopupOpened" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDeactivatedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDeactivated" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDeactivated" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDefaultLocationRequestedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDefaultLocationRequested" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowDefaultLocationRequested" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowRegisteredEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowRegistered" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowRegistered" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsAutoHidingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsAutoHiding" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsAutoHiding" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosed" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosed" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosing" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsClosing" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDockHostChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDockHostChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDockHostChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDraggedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDraggingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragging" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragging" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragOverEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragOver" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsDragOver" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpenedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpened" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpened" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpeningEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpening" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsOpening" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsStateChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsStateChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowsStateChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowUnregisteredEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowUnregistered" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockSite.WindowUnregistered" /> routed event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs"><summary>
            Provides event arguments for customizing a docking-related context or drop-down menu.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockingMenuKind)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs" /> class.
            </summary><param name="kind">A <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind" /> indicating the menu kind.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs.Menu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.
            </summary><value>The <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs.Kind"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind" /> indicating the menu kind.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind" /> indicating the menu kind.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind"><summary>
            Specifies the kind of context or drop-down menu used by the docking elements.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.Unknown"><summary>
            The menu kind is not known.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.AutoHideContextMenu"><summary>
            Context menu for an auto-hide well.
            If the menu is displayed for a particular tab, the related docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.StandardMdiWindowControlContextMenu"><summary>
            Context menu for a standard MDI window control.
            The related docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.TabbedMdiContainerOverflowMenu"><summary>
            Overflow menu for a tabbed MDI container.
            The container's currently-selected docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.TabbedMdiContainerTabContextMenu"><summary>
            Context menu for a tabbed MDI container tab.
            The related docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.ToolWindowContainerOverflowMenu"><summary>
            Overflow menu for a tool window container.
            The container's currently-selected docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.ToolWindowContainerTabContextMenu"><summary>
            Context menu for a tool window container tab.
            The related docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.ToolWindowContainerTitleBarContextMenu"><summary>
            Context menu for a tool window container title bar.
            The container's currently-selected docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.ToolWindowContainerTitleBarOptionsMenu"><summary>
            Options menu, displayed when clicking an options button in a tool window container title bar.
            The container's currently-selected docking window is passed in the event arguments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingMenuKind.WindowControlContextMenu"><summary>
            Context menu for a window control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />-related events.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowEventArgs.Window"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is the focus of this event.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is the focus of this event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />-related events that deal with potentially muliple windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.#ctor(System.Collections.Generic.IEnumerable{ActiproSoftware.Windows.Controls.Docking.DockingWindow})"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs" /> class.
            </summary><param name="windows">The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are the focus of this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs" /> class.
            </summary><param name="dockHost">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> containing the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are the focus of this event.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DockingWindowsEventArgs.Windows"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are the focus of this event.
            </summary><value>The collection of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> controls that are the focus of this event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState"><summary>
            Indicates the state for a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindowState.Docked"><summary>
            The window is docked in a container outside of the MDI (multiple document interface) area.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindowState.Document"><summary>
            The window is a document within the MDI (multiple document interface) area.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DockingWindowState.AutoHide"><summary>
            The window is auto-hidden in a container along the side of a dock host.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget"><summary>
            Provides the base requirements for an object that is a possible target for a docking operation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.IDockTarget.GetState(System.Nullable{ActiproSoftware.Windows.Controls.Side})"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the state of the docking location around the target.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the state of the docking location around the target.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockHost"><summary>
            Gets the owner <see cref="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockHost" />.
            </summary><value>The owner <see cref="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockHost" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockSite" /> that is managing this object.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.IDockTarget.DockSite" /> that is managing this object.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ContextContentAlignment"><summary>
            Indicates the alignment around the primary content (e.g. title) that the contextual content appears.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ContextContentAlignment.Near"><summary>
            The context content will appear on the near side (left side of titles in title bars).
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ContextContentAlignment.Far"><summary>
            The context content will appear on the far side (right side of titles in title bars, near other buttons).
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.SingleTabLayoutBehavior"><summary>
            Indicates the behavior of single tabs in their associated containers.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SingleTabLayoutBehavior.Hide"><summary>
            Indicates that the tab panel will be hidden when there is a single tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SingleTabLayoutBehavior.Show"><summary>
            Indicates that the single tab will be displayed normally.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher"><summary>
            Implements a <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase" /> that is similar to the switcher found in Visual Studio.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.OnClosed"><summary>
            Invoked when the switcher is closed.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.OnOpened"><summary>
            Invoked when the switcher is opened.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.OnSelectedWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" /> property is changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.#ctor"><summary>
            Initializes an instance of the <c>StandardSwitcher</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreDocumentsVisible"><summary>
            Gets or sets a value indicating whether the documents are visible in the switcher.
            </summary><value><c>true</c> if the documents are visible in the switcher; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreToolWindowsVisible"><summary>
            Gets or sets a value indicating whether the tool windows are visible in the switcher.
            </summary><value><c>true</c> if the tool windows are visible in the switcher; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.DropShadowZOffset"><summary>
            Gets or sets the z-offset of the drop shadow.
            </summary><value>
            The z-offset of the drop shadow.
            The default value is <c>6</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.FooterTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the footer area of the switcher, whose content is the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the footer area of the switcher.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.HeaderTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the header area of the switcher, whose content is the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the header area of the switcher.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for rendering items.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for rendering items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for rendering items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for rendering items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxDocumentColumnCount"><summary>
            Gets or sets the maximum number of document columns to display.
            </summary><value>
            The maximum number of document columns to display.
            The default value is <c>3</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxRowCount"><summary>
            Gets or sets the maximum number of item rows that can be displayed.
            </summary><value>
            The maximum number of item rows that can be displayed.
            The default value is <c>15</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for a scroll button.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for a scroll button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollDownButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the scroll down button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the scroll down button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollUpButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the scroll up button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the scroll up button content.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreDocumentsVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreDocumentsVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreDocumentsVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreToolWindowsVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreToolWindowsVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.AreToolWindowsVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.DropShadowZOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.DropShadowZOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.DropShadowZOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.FooterTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.FooterTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.FooterTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.HeaderTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.HeaderTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.HeaderTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxDocumentColumnCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxDocumentColumnCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxDocumentColumnCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxRowCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxRowCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.MaxRowCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollDownButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollDownButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollDownButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollUpButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollUpButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher.ScrollUpButtonContentTemplate" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.SimpleSwitcher"><summary>
            Implements a <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase" /> that has no user interface and simply processes keystrokes.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SimpleSwitcher.OnSelectedWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" /> property is changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SimpleSwitcher.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.SimpleSwitcher" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow"><summary>
            Represents a document window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.Attach(ActiproSoftware.Windows.Controls.Docking.IDockTarget)"><summary>
            Attaches the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> to the specified target, generally making a tabbed group.
            </summary><param name="target">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> against which to attach.</param><remarks>
            The <paramref name="target" /> must be another <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.Dock(ActiproSoftware.Windows.Controls.Docking.IDockTarget,ActiproSoftware.Windows.Controls.Side)"><summary>
            Docks the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> to the side of a specified target.
            </summary><param name="target">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> that is the target of the dock.</param><param name="side">The target's <see cref="T:ActiproSoftware.Windows.Controls.Side" /> against which to dock.</param><remarks>
            The <paramref name="target" /> must be another <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.Attach(ActiproSoftware.Windows.Controls.Docking.IDockTarget)" /> method to dock into a particular target.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.Float(System.Nullable{System.Windows.Point},System.Nullable{System.Windows.Size})"><summary>
            Floats the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> to the specified optional location and size.
            </summary><param name="location">An optional <see cref="T:System.Windows.Point" /> specifying the target location of the floating dock host.</param><param name="size">An optional <see cref="T:System.Windows.Size" /> specifying the target size of the floating dock host.</param><remarks>
            When <paramref name="location" /> is not specified, it will float to a default location.
            When <paramref name="size" /> is not specified, it will float with its current size.
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> in a new MDI host within a floating dock host.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.OnStateChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowState,ActiproSoftware.Windows.Controls.Docking.DockingWindowState)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanAttachResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanCloseResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanDockResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanDragTabResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanDragToLinkedDockSitesResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.UpdateCanFloatResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class.
            When creating instances of <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> programmatically, use a constructor that accepts
            a <c>DockSite</c> instead.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.#ctor(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> with which to register this window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.#ctor(ActiproSoftware.Windows.Controls.Docking.DockSite,System.String,System.String,System.Windows.Media.ImageSource,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> with which to register this window.</param><param name="serializationId">The serialization ID of the window, used during layout serialization.</param><param name="title">The title of the window.</param><param name="imageSource">The image source for the window's icon.</param><param name="content">The content of the window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class.
            </summary><param name="isContainerForItem">Whether the window is a container for an item.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.FileName"><summary>
            Gets or sets the full path to the document.
            </summary><value>The full path to the document.</value><remarks>
            This property is displayed on switchers.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.IsReadOnly"><summary>
            Gets or sets whether the document window is currently in a read-only state.
            </summary><value><c>true</c> if the document window is currently in a read-only state; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This flag is purely a visual cue to the end user that the contents of the document window are read-only.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.FileNameProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.FileName" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.FileName" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DocumentWindow.IsReadOnly" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.InteropFocusTracking"><summary>
            Provides an attached behavior for ensuring that a <see cref="T:System.Windows.Interop.HwndHost" /> (such as a <c>WindowsFormsHost</c> or <c>WebBrowser</c>) properly registers activation in containing docking windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.InteropFocusTracking.GetIsEnabled(System.Windows.Interop.HwndHost)"><summary>
            Gets the value of the <c>IsEnabled</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.InteropFocusTracking.SetIsEnabled(System.Windows.Interop.HwndHost,System.Boolean)"><summary>
            Sets the value of the <c>IsEnabled</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="F:ActiproSoftware.Windows.Controls.Docking.InteropFocusTracking.IsEnabledProperty"><summary>
            Identifies the <c>IsEnabled</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsEnabled</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.MdiKind"><summary>
            Specifies the kind of MDI (multiple-document interface).
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.MdiKind.None"><summary>
            No MDI.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.MdiKind.Tabbed"><summary>
            Tabbed MDI.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.MdiKind.Standard"><summary>
            Standard (windowed) MDI.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.SizeToContentModes"><summary>
            Specifies the modes when size-to-content should be applied.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SizeToContentModes.None"><summary>
            No size-to-content modes.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SizeToContentModes.StandardMdi"><summary>
            Size-to-content when entering standard MDI.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SizeToContentModes.Floating"><summary>
            Size-to-content when entering a floating window.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer"><summary>
            Represents a container that has multiple split panes of content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.ResizeSlots(System.Double[])"><summary>
            Resizes the slots based on the specified ratios, if any.
            </summary><param name="desiredRatios">This list of zero or more desired ratios.</param><remarks>
            If <paramref name="desiredRatios" /> contains <c>0</c>-<c>1</c> items, then the slots will
            be resized equally. Otherwise, the specified ratio will be applied to the associated slot
            (i.e. the slot that shared the same index). If there are more slots than there are
            desired ratios, then the last ratio will be repeated for the remaining slots.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.ReverseSlots"><summary>
            Reverses the slots.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.SplitContainer.#ctor"><summary>
            Initializes an instance of the <c>SplitContainer</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Children"><summary>
            Gets the collection of child <see cref="T:System.Windows.FrameworkElement" /> objects.
            </summary><value>The collection of child <see cref="T:System.Windows.FrameworkElement" /> objects.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockHost" /> that contains this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockHost" /> that contains this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockSite" /> that is managing this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.DockSite" /> that is managing this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Orientation" /> of the child element layout.
            The default value is <c>Horizontal</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.SplitContainer.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.SplitContainer.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost"><summary>
            Represents a container that hosts docking windows in a standard, or windowed, MDI (multiple-document interface) mode.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.ArrangeMinimizedWindows"><summary>
            Re-arranges the minimized windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.Cascade"><summary>
            Cascades the open documents.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.ClosePrimaryWindow"><summary>
            Closes the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />, if any.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.GetDocuments"><summary>
            Returns the list of docking windows within the MDI.
            </summary><returns>The list of docking windows within the MDI.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.MaximizePrimaryWindow"><summary>
            Maximizes the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />, if any.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.MinimizePrimaryWindow"><summary>
            Minimizes the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />, if any.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.OnPrimaryWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.RestorePrimaryWindow"><summary>
            Restores the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />, if any.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.TileHorizontally"><summary>
            Tiles the open documents horizontally.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.TileVertically"><summary>
            Tiles the open documents vertically.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.#ctor"><summary>
            Initializes an instance of the <c>StandardMdiHost</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreMaximizedWindowFramesVisible"><summary>
            Gets or sets whether the frames should be displayed when the windows are maximized.
            </summary><value><c>true</c> if the frames should be displayed when the windows are maximized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreWindowsMaximized"><summary>
            Gets or sets whether windows in the host are currently maximized.
            </summary><value><c>true</c> if windows in the host are currently maximized; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.CanWindowsMaximize"><summary>
            Gets or sets whether the windows in this host can be maximized.
            </summary><value><c>true</c> if the windows in this host can be maximized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects docking windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMaximize" /> property is set to <see langword="null" />.
            Any other setting on the docking window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.CanWindowsMinimize"><summary>
            Gets or sets whether the windows in this host can be minimized.
            </summary><value><c>true</c> if the windows in this host can be minimized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects docking windows whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanStandardMdiMinimize" /> property is set to <see langword="null" />.
            Any other setting on the docking window instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.ClosePrimaryWindowCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can close the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsAutoCascadeEnabled"><summary>
            Gets or sets a value indicating whether the windows should be automatically cascaded on the initial load.
            </summary><value><c>true</c> if the windows should be automatically cascaded on the initial load; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsExternalMaximizedUIRequired"><summary>
            Gets whether external maximized window UI (generally minimize, restore, and close buttons) should be visible.
            </summary><value><c>true</c> if external maximized window UI should be visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This property can be bound to the visibility of an external UI panel.
            It is only <c>true</c> when a document is maximized and <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreMaximizedWindowFramesVisible" /> is <c>false</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsScrollingEnabled"><summary>
            Gets or sets a value indicating whether scrolling is supported by the standard MDI host.
            </summary><value><c>true</c> if scrolling is supported by the standard MDI host; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.LogicalChildren"><summary>
            Gets an enumerator for logical child elements of this element.
            </summary><value>An enumerator for logical child elements of this element.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.MaximizePrimaryWindowCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can maximize the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can maximize the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.MinimizePrimaryWindowCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can minimize the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can minimize the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.RestorePrimaryWindowCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can restore the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can restore the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.Windows"><summary>
            Gets the collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><value>The collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreMaximizedWindowFramesVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreMaximizedWindowFramesVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreMaximizedWindowFramesVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreWindowsMaximizedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreWindowsMaximized" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.AreWindowsMaximized" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.CanWindowsMaximizeProperty"><summary>
            Identifies the <c>CanWindowsMaximize</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CanWindowsMaximize</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.CanWindowsMinimizeProperty"><summary>
            Identifies the <c>CanWindowsMinimize</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>CanWindowsMinimize</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsAutoCascadeEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsAutoCascadeEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsAutoCascadeEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsExternalMaximizedUIRequiredProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsExternalMaximizedUIRequired" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsExternalMaximizedUIRequired" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsScrollingEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsScrollingEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost.IsScrollingEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer"><summary>
            Represents a container of one or more documents in tabbed MDI.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnDockSiteChanged(ActiproSoftware.Windows.Controls.Docking.DockSite,ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Occurs when the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> property is changed.
            </summary><param name="oldDockSite">The old value.</param><param name="newDockSite">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnSelectedWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> property is changed.
            </summary><param name="oldSelectedWindow">The old selected window.</param><param name="newSelectedWindow">The new selected window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnTabControlMenuOpening(ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs)"><summary>
            Occurs when a menu on the tab control is opening.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnWindowsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.Windows" /> collection is changed.
            </summary><param name="e">A <c>NotifyCollectionChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.UpdateDockingWindowStates"><summary>
            Updates the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> associated with all child docking windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.#ctor"><summary>
            Initializes an instance of the <c>TabbedMdiContainer</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasNewTabButton"><summary>
            Gets or sets whether a new tab button is available.
            </summary><value><c>true</c> if a new tab button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabCloseButtons"><summary>
            Gets or sets whether close buttons should appear on document tabs.
            </summary><value><c>true</c> if close buttons should appear on document tabs; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPinButtons"><summary>
            Gets or sets whether pin buttons should appear on document tabs (normal layout kind).
            </summary><value><c>true</c> if pin buttons should appear on document tabs (normal layout kind); otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPromoteButtons"><summary>
            Gets or sets whether promote buttons should appear on document tabs (preview layout kind).
            </summary><value><c>true</c> if promote buttons should appear on document tabs (preview layout kind); otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.Windows"><summary>
            Gets the collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><value>The collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasNewTabButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasNewTabButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasNewTabButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabCloseButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabCloseButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabCloseButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPinButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPinButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPinButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPromoteButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPromoteButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer.HasTabPromoteButtons" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost"><summary>
            Represents a container that hosts docking windows in a tabbed MDI (multiple-document interface) mode.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.Cascade"><summary>
            Cascades the open documents.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.GetDocuments"><summary>
            Returns the list of docking windows within the MDI.
            </summary><returns>The list of docking windows within the MDI.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.OnDockHostChanged(ActiproSoftware.Windows.Controls.Docking.DockHost,ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Occurs when the value of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TileHorizontally"><summary>
            Tiles the open documents horizontally.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TileHorizontally(System.Int32)"><summary>
            Tiles the open documents horizontally.
            </summary><param name="maxColumnCount">The maximum column count</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TileVertically"><summary>
            Tiles the open documents vertically.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TileVertically(System.Int32)"><summary>
            Tiles the open documents horizontally.
            </summary><param name="maxRowCount">The maximum row count</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.#ctor"><summary>
            Initializes an instance of the <c>TabbedMdiHost</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsAttach"><summary>
            Gets or sets the global setting for whether documents may be attached to another document, creating a tabbed grouping.
            </summary><value><c>true</c> if documents may be attached to another document; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects documents whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttach" /> property is set to <see langword="null" />.
            Any other setting on the document instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsCloseOnMiddleClick"><summary>
            Gets or sets a value indicating whether documents can be closed by clicking the tab with the middle mouse button.
            </summary><value><c>true</c> if documents can be closed by clicking the tab with the middle mouse button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsDock"><summary>
            Gets or sets the global setting for whether documents can be docked to a new container.
            </summary><value><c>true</c> if documents can be docked to a new container; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects documents whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDock" /> property is set to <see langword="null" />.
            Any other setting on the document instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentTabsDrag"><summary>
            Gets or sets the global setting for whether document tabs may be dragged to another location.
            </summary><value><c>true</c> if document tabs may be dragged to another location; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            This setting only affects documents whose <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTab" /> property is set to <see langword="null" />.
            Any other setting on the document instance overrides this global setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.Child"><summary>
            Gets the <see cref="T:System.Windows.FrameworkElement" /> child of the host, which can be a <see cref="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer" /> or <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            </summary><value>
            The <see cref="T:System.Windows.FrameworkElement" /> child of the host.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.ContainersHaveNewTabButtons"><summary>
            Gets or sets whether containers have new tab buttons.
            </summary><value><c>true</c> if containers have new tab buttons; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContent"><summary>
            Gets or sets the content to display when there are no documents visible in the host.
            </summary><value>
            The content to display when there are no documents visible in the host.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to display when there are no documents visible in the host.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to display when there are no documents visible in the host.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabCloseButtons"><summary>
            Gets or sets whether close buttons should appear on document tabs.
            </summary><value><c>true</c> if close buttons should appear on document tabs; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabImages"><summary>
            Gets or sets whether document tabs display an embedded image when one is available.
            </summary><value><c>true</c> if document tabs display an embedded image when one is available; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPinButtons"><summary>
            Gets or sets whether pin buttons should appear on document tabs (normal layout kind).
            </summary><value><c>true</c> if pin buttons should appear on document tabs (normal layout kind); otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPromoteButtons"><summary>
            Gets or sets whether promote buttons should appear on document tabs (preview layout kind).
            </summary><value><c>true</c> if promote buttons should appear on document tabs (preview layout kind); otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabControlStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the contained tab controls in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the contained tab controls in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabOverflowBehavior"><summary>
            Gets or sets the overflow behavior of the document tabs.
            </summary><value>
            The overflow behavior of the document tabs.
            The default value is <c>Menu</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabStripPlacement"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tabs are located.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tabs are located.
            The default value is <c>Top</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsAttachProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsAttach" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsAttach" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsCloseOnMiddleClickProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsCloseOnMiddleClick" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsCloseOnMiddleClick" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsDockProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsDock" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentsDock" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentTabsDragProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentTabsDrag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.CanDocumentTabsDrag" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.ChildProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.Child" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.Child" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.ContainersHaveNewTabButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.ContainersHaveNewTabButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.ContainersHaveNewTabButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.EmptyContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabCloseButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabCloseButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabCloseButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabImagesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabImages" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabImages" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPinButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPinButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPinButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPromoteButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPromoteButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.HasTabPromoteButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabControlStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabControlStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabControlStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabOverflowBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabOverflowBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabOverflowBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabStripPlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabStripPlacement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost.TabStripPlacement" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabFlashMode"><summary>
            Specifies the flash mode to apply to a tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabFlashMode.None"><summary>
            No flashing.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabFlashMode.Blink"><summary>
            An all-on or all-off flash mode.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabFlashMode.Smooth"><summary>
            A smooth transition flash mode.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind"><summary>
            Specifies the kind of highlight to apply to a tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.None"><summary>
            No highlight, for a normal or pinned tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.Preview"><summary>
            No highlight, for a preview tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.PointerOver"><summary>
            Pointer over, for a normal or pinned tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.PreviewPointerOver"><summary>
            Pointer over, for a preview tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.ActiveSelected"><summary>
            Active selected, for a normal or pinned tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.PreviewActiveSelected"><summary>
            Active selected, for a preview tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabHighlightKind.InactiveSelected"><summary>
            Inactive selected.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind"><summary>
            Specifies the kind of tab, which affects its layout.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind.Normal"><summary>
            Indicates a normal tab.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind.Pinned"><summary>
            Indicates a tab that is pinned to the front of the tab strip.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabLayoutKind.Preview"><summary>
            Indicates a tab that is intended to be temporary and appears at the very end of the tab strip.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior"><summary>
            Indicates the overflow behavior of tabs.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.None"><summary>
            Indicates no overflow behavior will be used.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.Menu"><summary>
            Indicates an overflow menu will be displayed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.Shrink"><summary>
            Indicates the tabs will be stretched down to fit in the available space.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.ShrinkWithMenu"><summary>
            Indicates the tabs will be stretched down to fit in the available space and an overflow menu will be displayed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.Scroll"><summary>
            Indicates the tabs will support scrolling.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.TabOverflowBehavior.ScrollWithMenu"><summary>
            Indicates the tabs will support scrolling and an overflow menu will be displayed.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow"><summary>
            Represents a tool window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Attach(ActiproSoftware.Windows.Controls.Docking.IDockTarget)"><summary>
            Attaches the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> to the specified target, generally making a tabbed group.
            </summary><param name="target">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> against which to attach.</param><remarks>
            The <paramref name="target" /> can be another docking window, <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />, or <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Dock(ActiproSoftware.Windows.Controls.Docking.IDockTarget,ActiproSoftware.Windows.Controls.Side)" /> method to dock to the side of the target instead.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHide"><summary>
            Auto-hides the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> to the closest outer-edge of the ancestor <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />.
            </summary><remarks>
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> in an <c>AutoHide</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHide(ActiproSoftware.Windows.Controls.Side)" /> method overload to auto-hide to a specific side.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHide(ActiproSoftware.Windows.Controls.Side)"><summary>
            Auto-hides the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> to the specified outer-edge of the ancestor <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />.
            </summary><param name="side">A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which to auto-hide.</param><remarks>
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> in an <c>AutoHide</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHide" /> method overload to auto-hide to the control's default side.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Dock"><summary>
            Docks the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> back to its default docked location.
            </summary><remarks>
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> in a <c>Docked</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            If the tool window isn't currently open or isn't in a <c>Docked</c> state, it will attempt to restore to the previous docked location.
            If one isn't available, a default docked location will be selected based on <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.WindowGroupName" />,
            <see cref="E:ActiproSoftware.Windows.Controls.Docking.DockingWindow.DefaultLocationRequested" />, and <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DefaultDockSide" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Dock(ActiproSoftware.Windows.Controls.Docking.IDockTarget,ActiproSoftware.Windows.Controls.Side)"><summary>
            Docks the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> to the side of a specified target.
            </summary><param name="target">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.IDockTarget" /> that is the target of the dock.</param><param name="side">The target's <see cref="T:ActiproSoftware.Windows.Controls.Side" /> against which to dock.</param><remarks>
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Dock" /> method overload to dock back to its previous docked location.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Attach(ActiproSoftware.Windows.Controls.Docking.IDockTarget)" /> method to dock into a particular target.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.Float(System.Nullable{System.Windows.Point},System.Nullable{System.Windows.Size})"><summary>
            Floats the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> to the specified optional location and size.
            </summary><param name="location">An optional <see cref="T:System.Windows.Point" /> specifying the target location of the floating dock host.</param><param name="size">An optional <see cref="T:System.Windows.Size" /> specifying the target size of the floating dock host.</param><remarks>
            When <paramref name="location" /> is not specified, it will float to a default location.
            When <paramref name="size" /> is not specified, it will float with its current size.
            Using this method places the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> in a <c>Docked</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> within a floating dock host.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.GetCurrentSide"><summary>
            Returns a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating where the tool window is located, if it is currently open.
            </summary><returns>A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating where the tool window is located, if it is currently open.</returns><remarks>
            If the tool window is open in a <c>Document</c> state, <see langword="null" /> is returned.
            If the tool window is open in an <c>AutoHide</c> state, the auto-hide dock <see cref="T:ActiproSoftware.Windows.Controls.Side" /> is returned.
            If the tool window is open in a <c>Docked</c> state and the containing dock host has a workspace (no tool window inner-fill), 
            a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the location of the tool window relative to the workspace is returned.
            If the tool window is open in a <c>Docked</c> state and the containing dock host does not has a workspace (tool window inner-fill is active), 
            a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the location of the tool window's midpoint relative to the dock host's bounds is returned.
            Otherwise, if the tool window is closed, <see langword="null" /> is returned.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.OnDockSiteChanged(ActiproSoftware.Windows.Controls.Docking.DockSite,ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Occurs when the value of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.OnStateChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindowState,ActiproSoftware.Windows.Controls.Docking.DockingWindowState)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanAttachResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanAttachResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanBecomeDocumentResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanBecomeDocumentResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanCloseResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanCloseResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanDockResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDockResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanDragTabResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragTabResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanDragToLinkedDockSitesResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanDragToLinkedDockSitesResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCanFloatResolved"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanFloatResolved" /> value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.UpdateCommands"><summary>
            Updates the enabled states of the commands.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class.
            When creating instances of <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> programmatically, use a constructor that accepts
            a <c>DockSite</c> instead.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.#ctor(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> with which to register this window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.#ctor(ActiproSoftware.Windows.Controls.Docking.DockSite,System.String,System.String,System.Windows.Media.ImageSource,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class.
            </summary><param name="dockSite">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> with which to register this window.</param><param name="serializationId">The serialization ID of the window, used during layout serialization.</param><param name="title">The title of the window.</param><param name="imageSource">The image source for the window's icon.</param><param name="content">The content of the window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindow.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class.
            </summary><param name="isContainerForItem">Whether the window is a container for an item.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHideCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window into an auto-hide state.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window into an auto-hide state.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHideTabContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in an auto-hide tab for this window.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in an auto-hide tab for this window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHide"><summary>
            Gets or sets whether the tool window may be placed in auto-hide mode.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the tool window may be placed in auto-hide mode.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHideResolved"><summary>
            Gets a resolved value indicating whether the tool window may be placed in auto-hide mode.
            </summary><value><c>true</c> if the tool window may be placed in auto-hide mode; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanBecomeDocument"><summary>
            Gets or sets whether the tool window may be placed in a document state.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the tool window may be placed in a document state.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ContainerAutoHideSize"><summary>
            Gets or sets the <see cref="T:System.Windows.Size" /> of the tool window's container when it is in an auto-hide state.
            </summary><value>The <see cref="T:System.Windows.Size" /> of the tool window's container when it is in an auto-hide state.</value><remarks>
            The container is a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DefaultDockSide"><summary>
            Gets or sets the default <see cref="T:ActiproSoftware.Windows.Controls.Side" /> that the tool window will dock towards when no prior location is known.
            </summary><value>
            The default <see cref="T:ActiproSoftware.Windows.Controls.Side" /> that the tool window will dock towards when no prior location is known.
            The default value is <c>Right</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DockCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can move the window into a docked state.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can move the window into a docked state.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButton"><summary>
            Gets or sets whether the tool window displays an options button in its <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> title bar.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the tool window displays an options button in its <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> title bar.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> setting.
            If this value resolves to <c>true</c> then the window will display a drop-down menu button.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButtonResolved"><summary>
            Gets a resolved value indicating whether the tool window displays an options button in its <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> title bar.
            </summary><value><c>true</c> if the tool window displays an options button in its <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> title bar; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBar"><summary>
            Gets or sets whether the tool window displays a title bar in its parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the tool window displays a title bar in its parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBarResolved"><summary>
            Gets a resolved value indicating whether the tool window displays a title bar in its parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary><value><c>true</c> if the tool window displays a title bar in its parent <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.IsAutoHidePopupOpen"><summary>
            Gets whether the tool window is currently visible within an auto-hide popup.
            </summary><value><c>true</c> if the tool window is currently visible within an auto-hide popup; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This property is only <c>true</c> when the tool window is an auto-hide <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" /> and it is 
            the <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockHost.AutoHidePopupToolWindow" /> in the containing dock host.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTabContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a tool window container's tab for this tool window.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a tool window container's tab for this tool window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTitleBarContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a tool window container's title bar when this tool window is active.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> containing contextual content that should be rendered in a tool window container's title bar when this tool window is active.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHideTabContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHideTabContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.AutoHideTabContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHideResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHideResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanAutoHideResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanBecomeDocumentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanBecomeDocument" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.CanBecomeDocument" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ContainerAutoHideSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ContainerAutoHideSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ContainerAutoHideSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DefaultDockSideProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DefaultDockSide" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.DefaultDockSide" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButtonResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButtonResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasOptionsButtonResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBarProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBar" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBar" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBarResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBarResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.HasTitleBarResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.IsAutoHidePopupOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.IsAutoHidePopupOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.IsAutoHidePopupOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTabContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTabContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTabContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTitleBarContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTitleBarContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindow.ToolWindowContainerTitleBarContextContentTemplate" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer"><summary>
            Represents a container of one or more tool windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.AutoHide"><summary>
            Auto-hides the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls to the outer-edge of the ancestor <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />.
            </summary><remarks>
            Using this method places the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls in an <c>AutoHide</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.AutoHide(ActiproSoftware.Windows.Controls.Side)" /> method overload to auto-hide to a specific side.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.AutoHide(ActiproSoftware.Windows.Controls.Side)"><summary>
            Auto-hides the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls to the specified outer-edge of the ancestor <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />.
            </summary><param name="side">A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which to auto-hide.</param><remarks>
            Using this method places the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls in an <c>AutoHide</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            Use the <see cref="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.AutoHide" /> method overload to auto-hide to the control's default side.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.Close"><summary>
            Closes the tool windows in the container, removing them from the layout.
            </summary><returns><c>true</c> if all tool windows were closed successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.Dock"><summary>
            Docks the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls back to their default docked location.
            </summary><remarks>
            Using this method places the contained <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> controls in a <c>Docked</c><see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.State" />.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OnDockSiteChanged(ActiproSoftware.Windows.Controls.Docking.DockSite,ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Occurs when the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> property is changed.
            </summary><param name="oldDockSite">The old value.</param><param name="newDockSite">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OnTabControlMenuOpening(ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs)"><summary>
            Occurs when a menu on the tab control is opening.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OpenOptionsMenu"><summary>
            Options the options menu for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OpenOptionsMenu(System.Windows.FrameworkElement)"><summary>
            Options the options menu for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> under the specified placement target element.
            </summary><param name="placementTarget">The optional <see cref="T:System.Windows.FrameworkElement" /> under which to open the menu.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UpdateCommands"><summary>
            Updates the enabled states of the commands.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UpdateDockingWindowStates"><summary>
            Updates the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> associated with all child docking windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UpdateIsTabStripVisible"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisible" /> property.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UpdateTitleBarButtonVisibility"><summary>
            Updates the title bar button visibility.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UpdateVisualState(System.Boolean)"><summary>
            Updates the visual state.
            </summary><param name="useTransitions">Whether to use transitions.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.ValidateChildType(ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Validates that the specified child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> type is valid for this container.
            </summary><param name="window">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.#ctor"><summary>
            Initializes an instance of the <c>ToolWindowContainer</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.AutoHideCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can auto-hide the windows in the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can auto-hide the windows in the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.CloseButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the close button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the close button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.CloseCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can close the windows in the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close the windows in the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.DockCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can dock the windows in the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can dock the windows in the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.EmbeddedButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for embedded buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasCloseButton"><summary>
            Gets or sets whether the container has a title bar close button if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> is closable.
            </summary><value><c>true</c> if the container has a title bar close button if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> is closable; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarIcon"><summary>
            Gets or sets whether the container is capable of displaying the selected window's icon in the title bar.
            </summary><value><c>true</c> if the window is capable of displaying the selected window's icon in the title bar; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasToggleAutoHideButton"><summary>
            Gets or sets whether the container has a title bar toggle auto-hide button if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> can auto-hide.
            </summary><value><c>true</c> if the container has a title bar toggle auto-hide button if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> can auto-hide; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsCloseButtonVisible"><summary>
            Gets whether the container's close button is visible.
            </summary><value><c>true</c> if the container's close button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMaximizeButtonVisible"><summary>
            Gets whether the container's maximize button is visible.
            </summary><value><c>true</c> if the container's maximize button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMinimizeButtonVisible"><summary>
            Gets whether the container's minimize button is visible.
            </summary><value><c>true</c> if the container's minimize button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsOptionsButtonVisible"><summary>
            Gets whether the container's options button is visible.
            </summary><value><c>true</c> if the container's options button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsRestoreButtonVisible"><summary>
            Gets whether the container's restore button is visible.
            </summary><value><c>true</c> if the container's restore button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsToggleAutoHideButtonVisible"><summary>
            Gets whether the container's toggle auto-hide button is visible.
            </summary><value><c>true</c> if the container's toggle auto-hide button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MaximizeButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the maximize button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the maximize button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MaximizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can maximize the window that hosts the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can maximize the window that hosts the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MenuButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the drop-down menu button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the drop-down menu button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MinimizeButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the minimize button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the minimize button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MinimizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can minimize the window that hosts the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can minimize the window that hosts the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.OpenOptionsMenuCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can open the options menu.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can open the options menu.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.PinButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the pin button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the pin button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.RestoreButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the restore button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the restore button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.RestoreCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can restore the window that hosts the container.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can restore the window that hosts the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.SelectedToolWindow"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> that is currently selected in the container.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> that is currently selected in the container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.SingleTabLayoutBehavior"><summary>
            Gets or sets the behavior used when a single <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> is in the container.
            </summary><value>The behavior used when a single <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> is in the container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleBarContextContentAlignment"><summary>
            Gets or sets the alignment of title bar context content.
            </summary><value>
            The alignment of title bar context content.
            The default value is <c>Far</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontFamily"><summary>
            Gets or sets the title's font family.
            </summary><value>
            The title's font family.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontSize"><summary>
            Gets or sets the title's font size.
            </summary><value>
            The title's font size.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontWeight"><summary>
            Gets or sets the title's font weight.
            </summary><value>
            The title's font weight.
            The default value is <c>Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.ToggleAutoHideCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can toggle the container between an auto-hide and docked state.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can toggle the container between an auto-hide and docked state.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UnpinButtonContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the unpin button content.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the unpin button content.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.Windows"><summary>
            Gets the collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><value>The collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarGripper"><summary>
            Gets or sets whether the titlebar has a gripper.
            </summary><value><c>true</c> if the titlebar has a gripper; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.CloseButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.CloseButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.CloseButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.EmbeddedButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.EmbeddedButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.EmbeddedButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasCloseButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasCloseButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasCloseButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarIconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarIcon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarIcon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasToggleAutoHideButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasToggleAutoHideButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasToggleAutoHideButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsCloseButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsCloseButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsCloseButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMaximizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMaximizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMaximizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMinimizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMinimizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsMinimizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsOptionsButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsOptionsButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsOptionsButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsRestoreButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsRestoreButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsRestoreButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsToggleAutoHideButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsToggleAutoHideButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.IsToggleAutoHideButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MaximizeButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MaximizeButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MaximizeButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MenuButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MenuButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MenuButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MinimizeButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MinimizeButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.MinimizeButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.PinButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.PinButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.PinButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.RestoreButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.RestoreButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.RestoreButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.SingleTabLayoutBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.SingleTabLayoutBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.SingleTabLayoutBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleBarContextContentAlignmentProperty"><summary>
            Identifies the <c>TitleBarContextContentAlignment</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>TitleBarContextContentAlignment</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontFamilyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontFamily" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontFamily" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontWeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontWeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.TitleFontWeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UnpinButtonContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UnpinButtonContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.UnpinButtonContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarGripperProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarGripper" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer.HasTitleBarGripper" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.WindowControl"><summary>
            Represents a <see cref="T:System.Windows.Controls.ContentControl" /> that renders like a normal native <c>Window</c> but can be used in other non-top-level contexts.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnActivated(System.Windows.RoutedEventArgs)"><summary>
            Called when the window gains focus within.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnClosed(System.Windows.RoutedEventArgs)"><summary>
            Called when the window is about to close.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnClosing(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Called directly after <see cref="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Close" /> is called, and can be handled to cancel window closure.
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnDeactivated(System.Windows.RoutedEventArgs)"><summary>
            Called when the window loses focus within.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnDragMoved(System.Windows.RoutedEventArgs)"><summary>
            Called after the window has been moved from a drag.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnDragMoving(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Called before the window is moved from a drag, and can be handled to cancel the drag.
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnDragResized(System.Windows.RoutedEventArgs)"><summary>
            Called after the window has been resized from a drag.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnDragResizing(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Called before the window is resized from a drag, and can be handled to cancel the resize.
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnLocationChanged(System.Windows.RoutedEventArgs)"><summary>
            Called when the window is moved.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnOpened(System.Windows.RoutedEventArgs)"><summary>
            Called when the window is opened.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnStateChanged(System.Windows.RoutedEventArgs)"><summary>
            Called after the window's <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> property has changed.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnTitleBarDoubleTapped(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Called when the title-bar is double-tapped, and can be handled to cancel the default action.
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnTitleBarMenuOpening(ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs)"><summary>
            Called when the title-bar should display a context menu.
            </summary><param name="e">A <c>DockingMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy gains keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy loses keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Activate"><summary>
            Attempts to bring the window to the foreground and activates it.
            </summary><returns><c>true</c> if the window was successfully activated; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Close"><summary>
            Closes the window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMove(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Allows a window to be dragged by a pointer with its primary button down over an exposed area of the window's client rectangle.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" /> that can wrap a platform-specific input event args instance.</param><remarks>
            The primary button of the pointer in the event arguments must be pressed down when calling this method.
            The pointer will be captured.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.GetAdjustedBounds(System.Windows.Rect,ActiproSoftware.Windows.Controls.ResizeOperation)"><summary>
            Returns an adjusted version of the specified bounds, which can provide support for features such as magnetism.
            </summary><param name="bounds">The bounds to examine.</param><param name="resizeOperation">The active resize operation.</param><returns>The adjusted bounds.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.HitTestResizeOperation(System.Windows.Point)"><summary>
            Hit tests the specified <see cref="T:System.Windows.Point" /> to see if it might cause a resize operation.
            </summary><param name="point">The <see cref="T:System.Windows.Point" />, in control coordinates, to hit test.</param><returns>
            The resize operation that can be caused by dragging at the <see cref="T:System.Windows.Point" />.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Show"><summary>
            Shows the window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.ToggleWindowState"><summary>
            Toggles the window's state based on its current state.
            </summary><remarks>
            This method is generally called when the title bar is double-tapped.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.#ctor"><summary>
            Initializes an instance of the <c>WindowControl</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CanClose"><summary>
            Gets or sets whether the window can close.
            </summary><value><c>true</c> if the window can close; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CloseCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can close the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can close the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent"><summary>
            Gets or sets the context content that is displayed on the title bar next to the title.
            </summary><value>
            The context content that is displayed on the title bar next to the title.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" />.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" />.
            </summary><value>
            The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadius"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadius" /> of the window.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadius" /> of the window.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowColor"><summary>
            Gets or sets the base <see cref="T:System.Windows.Media.Color" /> to use for drawing the drop-shadow.
            </summary><value>
            The base <see cref="T:System.Windows.Media.Color" /> to use for drawing the drop-shadow.
            The default value is <c>#10000000</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowZOffset"><summary>
            Gets or sets the z-offset of the drop shadow.
            </summary><value>
            The z-offset of the drop shadow.
            The default value is <c>16</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasCloseButton"><summary>
            Gets or sets whether the window is capable of displaying a close button.
            </summary><value><c>true</c> if the window is capable of displaying a close button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasDropShadow"><summary>
            Gets or sets whether the window has a drop shadow.
            </summary><value><c>true</c> if the window has a drop shadow; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasIcon"><summary>
            Gets or sets whether the window is capable of displaying an icon.
            </summary><value><c>true</c> if the window is capable of displaying an icon; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMaximizeButton"><summary>
            Gets or sets whether the window is capable of displaying a maximize button.
            </summary><value><c>true</c> if the window is capable of displaying a maximize button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMinimizeButton"><summary>
            Gets or sets whether the window is capable of displaying a minimize button.
            </summary><value><c>true</c> if the window is capable of displaying a minimize button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasRestoreButton"><summary>
            Gets or sets whether the window is capable of displaying a restore button.
            </summary><value><c>true</c> if the window is capable of displaying a restore button; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasTitleBar"><summary>
            Gets or sets whether the window is capable of displaying a title bar.
            </summary><value><c>true</c> if the window is capable of displaying a title bar; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Icon"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.ImageSource" /> displayed as the window icon.
            </summary><value>
            The <see cref="T:System.Windows.Media.ImageSource" /> displayed as the window icon.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsActive"><summary>
            Gets whether the window is currently active.
            </summary><value><c>true</c> if the window is currently active; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsCloseButtonVisible"><summary>
            Gets whether the window's close button is visible.
            </summary><value><c>true</c> if the window's close button is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizeButtonVisible"><summary>
            Gets whether the window's maximize button is visible.
            </summary><value><c>true</c> if the window's maximize button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizedFrameVisible"><summary>
            Gets or sets whether the frame should be displayed when the window is maximized.
            </summary><value><c>true</c> if the frame should be displayed when the window is maximized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMinimizeButtonVisible"><summary>
            Gets whether the window's minimize button is visible.
            </summary><value><c>true</c> if the window's minimize button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMoving"><summary>
            Gets whether the window is currently being dragged to move its location.
            </summary><value><c>true</c> if the window is currently being dragged to move its location; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnly"><summary>
            Gets or sets whether the windows's contents are read-only.
            </summary><value><c>true</c> if the windows's contents are read-only; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsResizing"><summary>
            Gets whether the window is currently being dragged to alter its size.
            </summary><value><c>true</c> if the window is currently being dragged to alter its size; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsRestoreButtonVisible"><summary>
            Gets whether the window's restore button is visible.
            </summary><value><c>true</c> if the window's restore button is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsTitleBarTextShadowEnabled"><summary>
            Gets or sets whether the title bar text should draw using a shadow.
            </summary><value><c>true</c> if the title bar text should draw using a shadow; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Left"><summary>
            Gets or sets the position of the window's left edge, in relation to its container.
            </summary><value>The position of the window's left edge, in relation to its container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.MaximizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can maximize the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can maximize the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.MinimizeCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can minimize the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can minimize the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ReadOnlyContextContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to assign to <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplate" /> when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnly" /> property is <c>true</c>.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to assign to <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplate" /> when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnly" /> property is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeMode"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeMode" /> indicating how the window is able to resize.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeMode" /> indicating how the window is able to resize.
            The default value is <c>CanResize</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.RestoreCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can restore the window.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can restore the window.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.RestoredBounds"><summary>
            Gets or sets the bounds of this window when in a 'restored' state.
            </summary><value>The bounds of this window when in a 'restored' state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Title"><summary>
            Gets or sets the title of the window.
            </summary><value>The title of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarFontWeight"><summary>
            Gets or sets the <see cref="T:System.Windows.FontWeight" /> of the title.
            </summary><value>
            The <see cref="T:System.Windows.FontWeight" /> of the title.
            The default value is <c>Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Top"><summary>
            Gets or sets the position of the window's top edge, in relation to its container.
            </summary><value>The position of the window's top edge, in relation to its container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> indicating the current state of the window.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> indicating the current state of the window.
            The default value is <c>Normal</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Activated"><summary>
            Occurs when the window gains focus within.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closed"><summary>
            Occurs when the window is about to close.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closing"><summary>
            Occurs directly after <see cref="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Close" /> is called, and can be handled to cancel window closure.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Deactivated"><summary>
            Occurs when the window loses focus within.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoved"><summary>
            Occurs after the window has been moved from a drag.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoving"><summary>
            Occurs before the window is moved from a drag, and can be handled to cancel the drag.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResized"><summary>
            Occurs after the window has been resized from a drag.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResizing"><summary>
            Occurs before the window is resized from a drag, and can be handled to cancel the resize.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.LocationChanged"><summary>
            Occurs when the window is moved.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Opened"><summary>
            Occurs when the window is opened.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.StateChanged"><summary>
            Occurs after the window's <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> property has changed.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarDoubleTapped"><summary>
            Occurs when the title-bar is double-tapped, and can be handled to cancel the default action.
            </summary></member><member name="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarMenuOpening"><summary>
            Occurs when the title-bar should display a context menu.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.CanCloseProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CanClose" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CanClose" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ContextContentTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowZOffsetProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowZOffset" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.DropShadowZOffset" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasCloseButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasCloseButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasCloseButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasDropShadowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasDropShadow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasDropShadow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasIconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasIcon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasIcon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMaximizeButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMaximizeButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMaximizeButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMinimizeButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMinimizeButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasMinimizeButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasRestoreButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasRestoreButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasRestoreButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasTitleBarProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasTitleBar" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.HasTitleBar" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IconProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Icon" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Icon" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsCloseButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsCloseButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsCloseButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizedFrameVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizedFrameVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMaximizedFrameVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMinimizeButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMinimizeButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMinimizeButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMovingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMoving" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsMoving" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsResizingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsResizing" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsResizing" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsRestoreButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsRestoreButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsRestoreButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsTitleBarTextShadowEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsTitleBarTextShadowEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.IsTitleBarTextShadowEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.LeftProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Left" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Left" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ReadOnlyContextContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ReadOnlyContextContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ReadOnlyContextContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.ResizeMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.RestoredBoundsProperty"><summary>
            Identifies the <c>RestoredBounds</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>RestoredBounds</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Title" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Title" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarFontWeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarFontWeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarFontWeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.TopProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Top" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.Top" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowStateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.WindowControl.WindowState" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ActivatedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Activated" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Activated" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ClosedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closed" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closed" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.ClosingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closing" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Closing" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DeactivatedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Deactivated" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Deactivated" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMovedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoved" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoved" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMovingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoving" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragMoving" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResizedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResized" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResized" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResizingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResizing" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.DragResizing" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.LocationChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.LocationChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.LocationChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.OpenedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Opened" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.Opened" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.StateChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.StateChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.StateChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarDoubleTappedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarDoubleTapped" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarDoubleTapped" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarMenuOpeningEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarMenuOpening" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.WindowControl.TitleBarMenuOpening" /> routed event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Workspace"><summary>
            Represents a control that can contain a MDI host, and around which tool windows are docked.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Workspace.OnContentChanged(System.Object,System.Object)"><summary>
            Occurs when the content changes.
            </summary><param name="oldContent">The old content.</param><param name="newContent">The new content.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Workspace.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Workspace.#ctor"><summary>
            Initializes an instance of the <c>Workspace</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockHost" /> that contains this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockHost" /> that contains this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockSite" /> that is managing this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Workspace.DockSite" /> that is managing this control.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializationBehavior"><summary>
            Specifies the various behaviors available when deserializing a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializationBehavior.Discard"><summary>
            Indicates that the layout data will be discarded if the associated <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> does not exist.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializationBehavior.AutoCreate"><summary>
            Indicates that the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> will be auto-created, if possible, before restoring the layout data.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializationBehavior.LazyLoad"><summary>
            Indicates that the layout data will be stored by the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> and will be restored when the associated <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> is registered.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs"><summary>
            Provides event arguments that are used for <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> deserializing event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.#ctor(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow)"><summary>
            Initializes a new instance of the <c>ItemSerializationEventArgs</c> class. 
            </summary><param name="window">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Node" />.</param><param name="node">The serializable <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Window" />.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Handled"><summary>
            Gets or sets a value that indicates whether the default processing should be cancelled.
            </summary><value><c>true</c> if the event has been handled; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Node"><summary>
            Gets the serializable <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Window" />.
            </summary><value>The serializable <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow" /> that is used to represent the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Window" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Window"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Node" />.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is represented by the serializable <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs.Node" />.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowState"><summary>
            Indicates the state for a <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowState.Docked"><summary>
            The window is docked in a container outside of the MDI (multiple document interface) area.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowState.Document"><summary>
            The window is a document within the MDI (multiple document interface) area.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowState.AutoHide"><summary>
            The window is auto-hidden in a container along the side of a dock host.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowState.Floating"><summary>
            Deprecated, for compatibility with old versions only.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteSerializationBehavior"><summary>
            Specifies the various behaviors available when deserializing a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteSerializationBehavior.ToolWindowsOnly"><summary>
            Indicates that only the layout of the tool windows will be serialized.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteSerializationBehavior.All"><summary>
            Indicates that the entire layout will be serialized.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer"><summary>
            Provides <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> layout serialization and deserialization functionality.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.RaiseDockingWindowDeserializing(ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.DockingWindowDeserializing" /> event with the specified arguments.
            </summary><param name="eventArgs">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializingEventArgs" /> instance containing the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.ApplyTo(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Applies the information contained within this serializer to the specified object.
            </summary><param name="obj">The object to update with deserialized information.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.CreateRootNodeFor(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Creates a root node for the specified object.
            </summary><param name="obj">The object for which to create a root node.</param><returns>
            The root node that was created.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.GetXmlSerializer"><summary>
            Returns the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to use for serialization and deserialization.
            </summary><returns>The <see cref="T:System.Xml.Serialization.XmlSerializer" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.#ctor"><summary>
            Initializes an instance of the <c>DockSiteLayoutSerializer</c> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.#ctor(ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout)"><summary>
            Initializes an instance of the <c>DockSiteLayoutSerializer</c> class.
            </summary><param name="layout">The root <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout" /> node.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.CanKeepExistingDocumentWindowsOpen"><summary>
            Gets or sets whether existing open document windows are kept open during a layout serialization that affects the MDI area, even when they aren't listed in the loaded layout data.
            </summary><value><c>true</c> if existing open document windows are kept open during a layout serialization that affects the MDI area, even when they aren't listed in the loaded layout data; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.CanSerializeUnusedLazyLoadData"><summary>
            Gets or sets whether unused lazy load data can be serialized.
            </summary><value><c>true</c> if unused lazy load data can be serialized; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When a layout is deserialized and <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.ToolWindowDeserializationBehavior" /> or <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.DocumentWindowDeserializationBehavior" />
            are <see cref="F:ActiproSoftware.Windows.Controls.Docking.Serialization.DockingWindowDeserializationBehavior.LazyLoad" />, lazy load data is stored for the windows if windows in the
            layout are not yet registered with the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" />.
            If they later become registered, their lazy load data allows them to be restored to their previous location in the layout.
            If a layout is serialized without one of these windows being registered, normally it will discard the lazy load data
            so that it does not accumulate over time.
            Change this property to <c>true</c> to allow that lazy load data to be retained during serialization.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.DocumentWindowDeserializationBehavior"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> deserialization behavior.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> deserialization behavior.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.SerializationBehavior"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> serialization behavior.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> serialization behavior.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.ToolWindowDeserializationBehavior"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> deserialization behavior.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> deserialization behavior.</value></member><member name="E:ActiproSoftware.Windows.Controls.Docking.Serialization.DockSiteLayoutSerializer.DockingWindowDeserializing"><summary>
            Occurs when an object is deserialized.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideHost"><summary>
            Represents a serializable version of the auto-hide portion of a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />, used for saving to XML layout.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideHost.Children"><summary>
            Gets the collection of children.
            </summary><value>The collection of children.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideTabStrip"><summary>
            Represents a serializable version of the auto-hide tab strip on each side of a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />, used for saving to XML layout.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideTabStrip.Children"><summary>
            Gets the collection of children.
            </summary><value>The collection of children.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideTabStrip.Side"><summary>
            Gets or sets the side upon which the tabstrip appears.
            </summary><value>The side upon which the tabstrip appears.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideTabStripCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlAutoHideTabStrip" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingObject"><summary>
            Represents the base class for a docking object, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingObjectCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Serialization.XmlObjectBase" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> class, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeContainerDockedSizeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ContainerDockedSizeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ContainerDockedSizeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeLastActiveDateTime"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.LastActiveDateTime" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.LastActiveDateTime" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeName"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.Name" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.Name" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeSerializationId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.SerializationId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.SerializationId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeStandardMdiBoundsSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiBoundsSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiBoundsSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeStandardMdiWindowState"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiWindowState" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiWindowState" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeTabbedMdiLayoutKind"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TabbedMdiLayoutKind" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TabbedMdiLayoutKind" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeTypeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TypeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TypeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ShouldSerializeUniqueId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.UniqueId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.UniqueId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.#ctor"><summary>
            Initializes an instance of the <c>XmlDockingWindow</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.UniqueId"><summary>
            Gets or sets the unique ID of the window.
            </summary><value>The unique ID of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.SerializationId"><summary>
            Gets or sets the serialization ID of the window.
            </summary><value>The serialization ID of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.Name"><summary>
            Gets or sets the name of the window.
            </summary><value>The name of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ContainerDockedSize"><summary>
            Gets or sets the size of the docking window's container when in a <c>Docked</c> state.
            </summary><value>The size of the docking window's container when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.ContainerDockedSizeSerializable"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.IsOpen"><summary>
            Gets or sets whether the window is open.
            </summary><value><c>true</c> if the window is open; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.LastActiveDateTime"><summary>
            Gets or sets the <see cref="T:System.DateTime" /> at which the window was last active, meaning the primary window that was focused.
            </summary><value>The <see cref="T:System.DateTime" /> at which the window was last active, meaning the primary window that was focused.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiBounds"><summary>
            Gets or sets the current bounds of the window in standard MDI.
            </summary><value>The current bounds of the window in standard MDI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiBoundsSerializable"><summary>
            Gets or sets the current bounds of the window in standard MDI.
            </summary><value>The current bounds of the window in standard MDI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiRestoreBounds"><summary>
            Gets or sets the restore bounds of the window in standard MDI.
            </summary><value>The restore bounds of the window in standard MDI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiRestoreBoundsSerializable"><summary>
            Gets or sets the restore bounds of the window in standard MDI.
            </summary><value>The restore bounds of the window in standard MDI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.StandardMdiWindowState"><summary>
            Gets or sets the standard MDI state of the window.
            </summary><value>The standard MDI state of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.State"><summary>
            Gets or sets the current state of the window.
            </summary><value>The current state of the window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TabbedMdiLayoutKind"><summary>
            Gets or sets the tab layout kind.
            </summary><value>The tab layout kind.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.Type"><summary>
            Gets or sets the type of the associated control.
            </summary><value>The type of the associated control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindow.TypeSerializable"><summary>
            Gets or sets the type of the associated control.
            </summary><value>The type of the associated control.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase" /> class reference, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.ShouldSerializeDockedSizeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.DockedSizeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.DockedSizeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.ShouldSerializeSelectedWindowUniqueId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.SelectedWindowUniqueId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.SelectedWindowUniqueId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.#ctor"><summary>
            Initializes an instance of the <c>XmlDockingWindowContainer</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.Children"><summary>
            Gets the collection of children.
            </summary><value>The collection of children.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.DockedSize"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.DockedSizeSerializable"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowContainer.SelectedWindowUniqueId"><summary>
            Gets or sets the unique ID of the selected window.
            </summary><value>The unique ID of the selected window.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowRef"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> class reference, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowRef.ShouldSerializeUniqueId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowRef.UniqueId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowRef.UniqueId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockingWindowRef.UniqueId"><summary>
            Gets or sets the unique ID of the window.
            </summary><value>The unique ID of the window.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout"><summary>
            Represents the serializable root node for a <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ShouldSerializeDocumentWindows"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.DocumentWindows" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.DocumentWindows" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ShouldSerializeRaftingHosts"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.RaftingHosts" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.RaftingHosts" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ShouldSerializeToolWindows"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ToolWindows" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ToolWindows" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ShouldSerializeVersion"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.Version" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.Version" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.#ctor"><summary>
            Initializes an instance of the <c>XmlDockSiteLayout</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.AutoHideHost"><summary>
            Gets or sets the auto-hide host of the dock site.
            </summary><value>The auto-hide host of the dock site.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.Content"><summary>
            Gets or sets the content of the dock site.
            </summary><value>The content of the dock site.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.DocumentWindows"><summary>
            Gets the collection of document windows.
            </summary><value>The collection of document windows.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.RaftingHosts"><summary>
            Gets the collection of rafting hosts.
            </summary><value>The collection of rafting hosts.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.SerializationFormat"><summary>
            Gets or sets the serialization format used when saving the layout.
            </summary><value>The serialization format used when saving the layout.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.ToolWindows"><summary>
            Gets the collection of tool windows.
            </summary><value>The collection of tool windows.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDockSiteLayout.Version"><summary>
            Gets or sets the layout version.
            </summary><value>The layout version.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow.ShouldSerializeFileName"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow.FileName" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow.FileName" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow.FileName"><summary>
            Gets or sets the filename of the window.
            </summary><value>The filename of the window.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindowCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindow" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlDocumentWindowRef"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> class reference, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftedDocumentWindowContainer"><summary>
            Represents a serializable version of the deprecated <c>RaftedDocumentWindowContainer</c> class reference, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost"><summary>
            Represents a serializable version of a floating <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" />, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.ShouldSerializeUniqueId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.UniqueId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.UniqueId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.UniqueId"><summary>
            Gets or sets the unique ID of the control.
            </summary><value>The unique ID of the control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.AutoHideHost"><summary>
            Gets or sets the auto-hide host of the host.
            </summary><value>The auto-hide host of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.Content"><summary>
            Gets or sets the content of the host.
            </summary><value>The content of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.Location"><summary>
            Gets or sets the location of the host.
            </summary><value>The location of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.LocationSerializable"><summary>
            Gets or sets the location of the host.
            </summary><value>The location of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.Size"><summary>
            Gets or sets the size of the host.
            </summary><value>The size of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.SizeSerializable"><summary>
            Gets or sets the size of the host.
            </summary><value>The size of the host.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost.WindowState"><summary>
            Gets or sets a value indicating the associated window's state.
            </summary><value>A <c>WindowState</c> indicating the associated window's state.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHostCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlRaftingHost" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer" /> class reference, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.ShouldSerializeDockedSizeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.DockedSizeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.DockedSizeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.#ctor"><summary>
            Initializes an instance of the <c>XmlSplitContainer</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.Orientation"><summary>
            Gets or sets the orientation of the container.
            </summary><value>The orientation of the container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.Children"><summary>
            Gets the collection of children.
            </summary><value>The collection of children.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.DockedSize"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlSplitContainer.DockedSizeSerializable"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlStandardMdiHost"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> class reference, used for saving to XML layout.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlStandardMdiHost.AreWindowsMaximized"><summary>
            Gets or sets whether windows in the host are currently maximized.
            </summary><value><c>true</c> if windows in the host are currently maximized; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlStandardMdiHost.Children"><summary>
            Gets the collection of children.
            </summary><value>The collection of children.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTabbedMdiContainer"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTabbedMdiContainer" /> class reference, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTabbedMdiHost"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiHost" /> class, used for saving to XML layout.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTabbedMdiHost.Content"><summary>
            Gets or sets the content of the host.
            </summary><value>The content of the host.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.ShouldSerializeContainerAutoHideSizeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.ContainerAutoHideSizeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.ContainerAutoHideSizeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.#ctor"><summary>
            Initializes an instance of the <c>XmlToolWindow</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.ContainerAutoHideSize"><summary>
            Gets or sets the size of the docking window's container when in a <c>Docked</c> state.
            </summary><value>The size of the docking window's container when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow.ContainerAutoHideSizeSerializable"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindowCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindow" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindowContainer"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> class reference, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindowContainerCollection"><summary>
            Represents a list of <see cref="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindowContainer" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlToolWindowRef"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> class reference, used for saving to XML layout.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack"><summary>
            Represents a serializable version of the <c>Track</c> class reference, used for saving to XML layout.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ShouldSerializeContainerDockedSizeSerializable"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ContainerDockedSizeSerializable" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ContainerDockedSizeSerializable" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ShouldSerializeUniqueId"><summary>
            Determines if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.UniqueId" /> property should be serialized.
            </summary><returns><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.UniqueId" /> property should be serialized; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.#ctor"><summary>
            Initializes an instance of the <c>XmlTrack</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ContainerDockedSize"><summary>
            Gets or sets the size of the docking window's container when in a <c>Docked</c> state.
            </summary><value>The size of the docking window's container when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.ContainerDockedSizeSerializable"><summary>
            Gets or sets the size of the control when in a <c>Docked</c> state.
            </summary><value>The size of the control when in a <c>Docked</c> state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlTrack.UniqueId"><summary>
            Gets or sets the unique ID of the window.
            </summary><value>The unique ID of the window.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlWorkspace"><summary>
            Represents a serializable version of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Workspace" /> class, used for saving to XML layout.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Serialization.XmlWorkspace.Content"><summary>
            Gets or sets the content of the workspace.
            </summary><value>The content of the workspace.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SideToDockConverter"><summary>
            Represents a value converter that converts between a side and a <see cref="T:System.Windows.Controls.Dock" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SideToDockConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SideToDockConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.NonUIElementConverter"><summary>
            Represents a value converter that only passes through a value if it isn't a <see cref="T:System.Windows.UIElement" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.NonUIElementConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.NonUIElementConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase"><summary>
            Provides the base class for a component that provides <c>Ctrl+Tab</c>-like switching of docking windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.Close"><summary>
            Closes the switcher.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.CreatePopup"><summary>
            Creates a <see cref="T:System.Windows.Controls.Primitives.Popup" /> that can be used to host this switcher.
            </summary><returns>The <see cref="T:System.Windows.Controls.Primitives.Popup" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.IsActivationKey(System.Windows.Input.KeyEventArgs)"><summary>
            Returns whether the specified key is a key combination that can activate the switcher.
            </summary><param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param><returns><c>true</c> if the key combination can activate the switcher; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnClosed"><summary>
            Invoked when the switcher is closed.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnKeyUp(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is released.
            </summary><param name="e">A <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnLostFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control loses focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnOpened"><summary>
            Invoked when the switcher is opened.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.OnSelectedWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" /> property is changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocument"><summary>
            Selects the next document in the switcher.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindow"><summary>
            Selects the next tool window in the switcher.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocument"><summary>
            Selects the previous document in the switcher.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindow"><summary>
            Selects the previous tool window in the switcher.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase" /> class.
            </summary><param name="canSortByLastFocusedDateTime">Whether to sort docking windows by last focused date/time.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocumentKeyGesture"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocument" /> method by default.
            </summary><value>
            The <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocument" /> method by default.
            The default value is <c>Ctrl+Tab</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindowKeyGesture"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindow" /> method by default.
            </summary><value>The <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindow" /> method by default.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocumentKeyGesture"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocument" /> method by default.
            </summary><value>The <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocument" /> method by default.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindowKeyGesture"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindow" /> method by default.
            </summary><value>The <see cref="T:System.Windows.Input.KeyGesture" /> that is used to invoke the <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindow" /> method by default.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSite" /> for which the switcher is currently active.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSite" /> for which the switcher is currently active.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.Documents"><summary>
            Gets the collection of open documents in the MDI area.
            </summary><value>The collection of open documents in the MDI area.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.IsOpen"><summary>
            Gets whether the switcher is currently open and active.
            </summary><value><c>true</c> if the switcher is currently open and active; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently selected.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently selected.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.ToolWindows"><summary>
            Gets the collection of open tool windows that are not in the MDI area.
            </summary><value>The collection of open tool windows that are not in the MDI area.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocumentKeyGestureProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocumentKeyGesture" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextDocumentKeyGesture" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindowKeyGestureProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindowKeyGesture" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectNextToolWindowKeyGesture" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocumentKeyGestureProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocumentKeyGesture" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousDocumentKeyGesture" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindowKeyGestureProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindowKeyGesture" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectPreviousToolWindowKeyGesture" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSiteProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSite" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.DockSite" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.IsOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.IsOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.IsOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SwitcherBase.SelectedWindow" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem"><summary>
            Represents an item in a <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardSwitcher" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.OnContentChanged(System.Object,System.Object)"><summary>
            Occurs when the content is changed.
            </summary><param name="oldContent">The old content.</param><param name="newContent">The new content.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.IsSelected"><summary>
            Gets or sets whether the item is selected.
            </summary><value><c>true</c> if the item is selected; otherwise, <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardSwitcherItem.IsSelected" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter"><summary>
            Represents a value converter that can shorten long text by only allowing a certain prefix number of characters at the start,
            then injecting the patch string, and allowing a certain suffix number of characters at the end.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"><summary>
            Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source.
            </summary><param name="value">The value produced by the binding source.</param><param name="targetType">The type of the binding target property.</param><param name="parameter">The converter parameter to use.</param><param name="culture">The culture to use in the converter.</param><returns>A converted value.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter.Patch"><summary>
            Gets or sets the string to use in the middle of the string when the title exceeds a maximum length.
            </summary><value>
            The string to use in the middle of the string when the title exceeds a maximum length.
            The default value is <c>...</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter.Prefix"><summary>
            Gets or sets the maximum allowed length of the title's prefix.
            </summary><value>
            The maximum allowed length of the title's prefix.
            The default value is <c>20</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleConverter.Suffix"><summary>
            Gets or sets the maximum allowed length of the title's suffix.
            </summary><value>
            The maximum allowed length of the title's suffix.
            The default value is <c>15</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerTabItem"><summary>
            Represents an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> for use within a <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerTabItem.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerTabItem.#ctor"><summary>
            Initializes an instance of the <c>DockingWindowContainerTabItem</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> that is used by an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.ArrangeTab(ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem,System.Windows.Rect,System.Int32)"><summary>
            Arranges a single tab When performing custom <c>ArrangeOverride</c> logic.
            </summary><param name="tabItem">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> to arrange.</param><param name="bounds">The target bounds for the tab item.</param><param name="sortOrder">The zero-based sort order of the tab.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.GetLayoutClip(System.Windows.Size)"><summary>
            Returns a geometry for a clipping mask.
            </summary><param name="layoutSlotSize">The layout slot size.</param><returns>The clipping mask geometry.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.GetTabItemElements(System.Nullable{ActiproSoftware.Windows.Controls.Docking.TabLayoutKind})"><summary>
            Returns the collection of tab item elements.
            </summary><param name="layoutKind">The desired tab layout kind.</param><returns>The collection of tab item elements.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.OnIsItemsHostChanged(System.Boolean,System.Boolean)"><summary>
            Occurs when the <c>IsItemsHost</c> property changes.
            </summary><param name="oldIsItemsHost">The old value.</param><param name="newIsItemsHost">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.#ctor(System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel" /> class.
            </summary><param name="useCustomLayoutLogic">Specify true when using completely custom layout logic (i.e. overriding <c>ArrangeOverride</c>).</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.Orientation" /> of the child element layout.
            The default value is <c>Horizontal</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AdvancedTabPanel.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideContainerSplitter"><summary>
            Represents a splitter for an auto-hide container.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideContainerSplitter.#ctor"><summary>
            Initializes an instance of the <c>AutoHideContainerSplitter</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup"><summary>
            Represents a tab group that can contain dockable windows in auto-hide mode.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.#ctor"><summary>
            Initializes an instance of the <c>AutoHideTabGroup</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.Placement"><summary>
            Gets or sets the side upon which the tabstrip is placed.
            </summary><value>
            The side upon which the tabstrip is placed.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.PlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.Placement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabGroup.Placement" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem"><summary>
            Represents a tab item the provides access to a dockable window in auto-hide mode.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.OnDragEnter(System.Windows.DragEventArgs)"><summary>
            Occurs when a drag operation moves over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.OnDragLeave(System.Windows.DragEventArgs)"><summary>
            Occurs when a drag operation leaves the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.#ctor"><summary>
            Initializes an instance of the <c>AutoHideTabItem</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.CornerRadius"><summary>
            Gets or sets the corner radius of the tab border, relative to a top-facing tab.
            </summary><value>The corner radius of the tab border, relative to a top-facing tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsAutoHidePopupOpen"><summary>
            Gets or sets whether the related auto-hide popup is currently visible.
            </summary><value><c>true</c> if the related auto-hide popup is currently visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsImageVisible"><summary>
            Gets whether the embedded image is visible.
            </summary><value><c>true</c> if the embedded image is visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.Placement"><summary>
            Gets or sets the side upon which the tabstrip is placed.
            </summary><value>
            The side upon which the tabstrip is placed.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsAutoHidePopupOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsAutoHidePopupOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsAutoHidePopupOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsImageVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsImageVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.IsImageVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.PlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.Placement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabItem.Placement" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip"><summary>
            Represents an auto-hide tab strip.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.#ctor"><summary>
            Initializes an instance of the <c>AutoHideTabStrip</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.IsHorizontal"><summary>
            Gets whether the tabstrip is positioned horizontally.
            </summary><value><c>true</c> if the tabstrip is positioned horizontally; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.Placement"><summary>
            Gets or sets the side upon which the tabstrip is placed.
            </summary><value>
            The side upon which the tabstrip is placed.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for rendering the tab items.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for rendering the tab items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the tab items.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for rendering the tab items.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.IsHorizontalProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.IsHorizontal" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.IsHorizontal" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.PlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.Placement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.Placement" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.AutoHideTabStrip.TabItemTemplateSelector" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase"><summary>
            Represents a dock guide for the outer bottom side of a dock host.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.IsSelected"><summary>
            Gets or sets whether the dock guide is selected.
            </summary><value><c>true</c> if the dock guide is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.Side" /> relative to the dock guide's target.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.Target"><summary>
            Gets the target control.
            </summary><value>The target control.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideBase.IsSelected" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCenter"><summary>
            Represents a center dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCenter.#ctor"><summary>
            Initializes an instance of the <c>DockGuideCenter</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCenter.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCenter.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCenter.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCross"><summary>
            Represents a cross-shaped container for other dock guides.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCross.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideCross.#ctor"><summary>
            Initializes an instance of the <c>DockGuideCross</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerBottom"><summary>
            Represents an inner bottom dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerBottom.#ctor"><summary>
            Initializes an instance of the <c>DockGuideInnerBottom</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerBottom.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerBottom.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerBottom.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerLeft"><summary>
            Represents an inner left dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerLeft.#ctor"><summary>
            Initializes an instance of the <c>DockGuideInnerLeft</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerLeft.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerLeft.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerLeft.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerRight"><summary>
            Represents an inner right dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerRight.#ctor"><summary>
            Initializes an instance of the <c>DockGuideInnerRight</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerRight.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerRight.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerRight.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerTop"><summary>
            Represents an inner top dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerTop.#ctor"><summary>
            Initializes an instance of the <c>DockGuideInnerTop</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerTop.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerTop.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideInnerTop.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterBottom"><summary>
            Represents an outer bottom dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterBottom.#ctor"><summary>
            Initializes an instance of the <c>DockGuideOuterBottom</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterBottom.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterBottom.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterBottom.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterLeft"><summary>
            Represents an outer left dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterLeft.#ctor"><summary>
            Initializes an instance of the <c>DockGuideOuterLeft</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterLeft.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterLeft.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterLeft.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterRight"><summary>
            Represents an outer right dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterRight.#ctor"><summary>
            Initializes an instance of the <c>DockGuideOuterRight</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterRight.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterRight.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterRight.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterTop"><summary>
            Represents an outer top dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterTop.#ctor"><summary>
            Initializes an instance of the <c>DockGuideOuterTop</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterTop.Side"><summary>
            Gets the optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterTop.Side" /> relative to the dock guide's target.
            </summary><value>The optional dock <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockGuideOuterTop.Side" /> relative to the dock guide's target.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase"><summary>
            Represents the base class for a control that can contain multiple docking windows, with one selected.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnDockSiteChanged(ActiproSoftware.Windows.Controls.Docking.DockSite,ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockSite" /> property is changed.
            </summary><param name="oldDockSite">The old value.</param><param name="newDockSite">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnSelectedWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> property is changed.
            </summary><param name="oldSelectedWindow">The old selected window.</param><param name="newSelectedWindow">The new selected window.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnTabControlMenuOpening(ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs)"><summary>
            Occurs when a menu on the tab control is opening.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControlMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnWindowsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"><summary>
            Occurs when the <see cref="N:ActiproSoftware.Windows" /> collection is changed.
            </summary><param name="e">A <c>NotifyCollectionChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.UpdateCommands"><summary>
            Updates the enabled states of the commands.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.UpdateDockingWindowStates"><summary>
            Updates the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> associated with all child docking windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.UpdateIsTabStripVisible"><summary>
            Updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisible" /> property.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.UpdateTitleBarButtonVisibility"><summary>
            Updates the title bar button visibility.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.UpdateVisualState(System.Boolean)"><summary>
            Updates the visual state.
            </summary><param name="useTransitions">Whether to use transitions.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.ValidateChildType(ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Validates that the specified child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> type is valid for this container.
            </summary><param name="window">The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Reports that the <c>IsKeyboardFocusWithin</c> property changed. 
            </summary><param name="e">A <c>DependencyPropertyChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.#ctor"><summary>
            Initializes an instance of the <c>DockingWindowContainerBase</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.CanTabsCloseOnMiddleClick"><summary>
            Gets or sets whether tabs can close when a middle-click is performed over them.
            </summary><value><c>true</c> if tabs can close when a middle-click is performed over them; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.DockingWindow.CanClose" /> property must also be set to <c>true</c> for this behavior to work.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockHost" /> that contains this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockHost" /> that contains this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockSite" /> that is managing this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.DockSite" /> that is managing this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.HasTabImages"><summary>
            Gets or sets whether tabs display an embedded image when one is available.
            </summary><value><c>true</c> if tabs display an embedded image when one is available; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsActive"><summary>
            Gets whether the container is currently active, due to focus being within it.
            </summary><value><c>true</c> if the container is currently active, due to focus being within it; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabled"><summary>
            Gets or sets whether animation effects should be applied during tab layout, such as when tabs are added or removed.
            </summary><value><c>true</c> if animation effects should be applied during tab layout, such as when tabs are added or removed; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabledResolved"><summary>
            Gets whether animation effects are applied during tab layout, such as when tabs are added or removed.
            </summary><value><c>true</c> if animation effects are applied during tab layout, such as when tabs are added or removed; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisible"><summary>
            Gets whether the tabstrip is visible.
            </summary><value><c>true</c> if the tabstrip is visible; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.LogicalChildren"><summary>
            Gets an enumerator for logical child elements of this element.
            </summary><value>An enumerator for logical child elements of this element.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MaxTabExtent"><summary>
            Gets or sets the maximum extent of a tab.
            </summary><value>
            The maximum extent of a tab.
            The default value is <c>260.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MinTabExtent"><summary>
            Gets or sets the minimum extent of a tab.
            </summary><value>
            The minimum extent of a tab.
            The default value is <c>30.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently selected in the container.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> that is currently selected in the container.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.State"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the current state of the container.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindowState" /> that specifies the current state of the container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControl"><summary>
            Gets the tab control in the container's user interface.
            </summary><value>The tab control in the container's user interface.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControlStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the contained <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControl" />.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the contained <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControl" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for rendering the tab item containers.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehavior"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehavior" /> that indicates the logic to use in tab overflow scenarios.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehavior" /> that indicates the logic to use in tab overflow scenarios.
            The default value is <c>Shrink</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabStripPlacement"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tabs are located.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Side" /> indicating the side upon which the tabs are located.
            The default value is <c>Bottom</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.WindowsCore"><summary>
            Gets the collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.
            </summary><value>The collection of child <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> objects.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.CanTabsCloseOnMiddleClickProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.CanTabsCloseOnMiddleClick" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.CanTabsCloseOnMiddleClick" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.HasTabImagesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.HasTabImages" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.HasTabImages" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabledResolvedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabledResolved" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabLayoutAnimationEnabledResolved" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.IsTabStripVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MaxTabExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MaxTabExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MaxTabExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MinTabExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MinTabExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.MinTabExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.SelectedWindow" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.State" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControlStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControlStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabControlStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehaviorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehavior" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabOverflowBehavior" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabStripPlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabStripPlacement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase.TabStripPlacement" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview"><summary>
            Represents a dock preview that shows when dragging over a dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview.#ctor"><summary>
            Initializes an instance of the <c>DockPreview</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview.Geometry"><summary>
            Gets or sets the preview geometry.
            </summary><value>
            The preview geometry.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview.GeometryProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview.Geometry" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.DockPreview.Geometry" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Docking.WindowControl" /> that is used as the root control of a hosted floating window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.Activate"><summary>
            Attempts to bring the window to the foreground and activates it.
            </summary><returns><c>true</c> if the window was successfully activated; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.GetAdjustedBounds(System.Windows.Rect,ActiproSoftware.Windows.Controls.ResizeOperation)"><summary>
            Returns an adjusted version of the specified bounds, which can provide support for features such as magnetism.
            </summary><param name="bounds">The bounds to examine.</param><param name="resizeOperation">The active resize operation.</param><returns>The adjusted bounds.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.OnActivated(System.Windows.RoutedEventArgs)"><summary>
            Called when the window gains focus within.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.OnClosing(ActiproSoftware.Windows.CancelRoutedEventArgs)"><summary>
            Called directly after <see cref="M:ActiproSoftware.Windows.Controls.Docking.WindowControl.Close" /> is called, and can be handled to cancel window closure.
            </summary><param name="e">A <c>CancelRoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.OnDeactivated(System.Windows.RoutedEventArgs)"><summary>
            Called when the window loses focus within.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.DockSite" /> that is managing the window.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatingWindowControl.DockSite" /> that is managing the window.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatPreview"><summary>
            Represents a float preview that can show when not dragging over a dock guide.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.FloatPreview.#ctor"><summary>
            Initializes an instance of the <c>FloatPreview</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase"><summary>
            Represents the base class for a container that hosts docking windows in a MDI (multiple-document interface).
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.GetDocuments"><summary>
            Returns the list of docking windows within the MDI.
            </summary><returns>The list of docking windows within the MDI.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.OnDockHostChanged(ActiproSoftware.Windows.Controls.Docking.DockHost,ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockHost" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.OnPrimaryWindowChanged(ActiproSoftware.Windows.Controls.Docking.DockingWindow,ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Occurs when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" /> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockHost" /> that contains this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockHost" /> that contains this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockSite" /> that is managing this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.DockSite" /> that is managing this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.IsEmpty"><summary>
            Gets whether the host is currently empty (doesn't contain any visible documents).
            </summary><value><c>true</c> if the host is currently empty (doesn't contain any visible documents); otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow"><summary>
            Gets the primary <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> within the host.
            </summary><value>
            The primary <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> within the host.
            The default value is <see langword="null" />.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindowChanged"><summary>
            Occurs when <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" /> is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>DockingMenuEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.IsEmptyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.IsEmpty" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.IsEmpty" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindowProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" /> dependency property key.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindow" /> dependency property key.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindowChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindowChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Docking.Primitives.MdiHostBase.PrimaryWindowChanged" /> routed event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton"><summary>
            Represents a new tab button.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.#ctor"><summary>
            Initializes an instance of the <c>NewTabButton</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.CornerRadius"><summary>
            Gets or sets the corner radius of the button border, relative to a top-facing tab.
            </summary><value>The corner radius of the button border, relative to a top-facing tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.IsContentHorizontal"><summary>
            Gets or sets whether the content layout is in a horizontal orientation.
            </summary><value><c>true</c> if the content layout is in a horizontal orientation; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.TabStripPlacement"><summary>
            Gets or sets the side upon which the tabstrip is placed.
            </summary><value>
            The side upon which the tabstrip is placed.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.IsContentHorizontalProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.IsContentHorizontal" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.IsContentHorizontal" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.TabStripPlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.TabStripPlacement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.NewTabButton.TabStripPlacement" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> that is used by a <see cref="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.GetSlotLength(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>SlotLength</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.SetSlotLength(System.Windows.DependencyObject,System.Double)"><summary>
            Sets the value of the <c>SlotLength</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.#ctor"><summary>
            Initializes an instance of the <c>SplitContainerPanel</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.Orientation" /> of the child element layout.
            The default value is <c>Horizontal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.SlotElements"><summary>
            Gets the collection of slot elements.
            </summary><value>The collection of slot elements.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerPanel.SlotLengthProperty"><summary>
            Identifies the <c>SlotLength</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>SlotLength</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerSplitter"><summary>
            Represents a splitter within a <see cref="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitContainerSplitter.#ctor"><summary>
            Initializes an instance of the <c>SplitContainerSplitter</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase"><summary>
            Represents an abstract base class for a splitter.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.#ctor"><summary>
            Initializes an instance of the <c>SplitterBase</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.IsHighlighted"><summary>
            Gets or sets whether the splitter is currently highlighted.
            </summary><value><c>true</c> if the splitter is currently highlighted; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.Orientation" /> of the splitter.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.Orientation" /> of the splitter.
            The default value is <c>Horizontal</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.IsHighlightedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.IsHighlighted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.IsHighlighted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.SplitterBase.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl"><summary>
            Represents an <see cref="T:System.Windows.Controls.ItemsControl" /> that displays standard MDI windows.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl.#ctor"><summary>
            Initializes an instance of the <c>StandardMdiItemsControl</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> that is used by a <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiItemsControl" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Docking.WindowControl" /> that is used as the root control of a hosted floating window.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.GetAdjustedBounds(System.Windows.Rect,ActiproSoftware.Windows.Controls.ResizeOperation)"><summary>
            Returns an adjusted version of the specified bounds, which can provide support for features such as magnetism.
            </summary><param name="bounds">The bounds to examine.</param><param name="resizeOperation">The active resize operation.</param><returns>The adjusted bounds.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnActivated(System.Windows.RoutedEventArgs)"><summary>
            Called when the window gains focus within.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnClosed(System.Windows.RoutedEventArgs)"><summary>
            Called when the window is about to close.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnContentChanged(System.Object,System.Object)"><summary>
            Occurs when the content changes.
            </summary><param name="oldContent">The old content.</param><param name="newContent">The new content.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnLocationChanged(System.Windows.RoutedEventArgs)"><summary>
            Called when the window is moved.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnStateChanged(System.Windows.RoutedEventArgs)"><summary>
            Called after the window's <see cref="T:System.Windows.WindowState" /> property has changed.
            </summary><param name="e">A <c>RoutedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnTitleBarMenuOpening(ActiproSoftware.Windows.Controls.Docking.DockingMenuEventArgs)"><summary>
            Called when the title-bar should display a context menu.
            </summary><param name="e">A <c>DockingMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Reports that the <c>IsKeyboardFocusWithin</c> property changed. 
            </summary><param name="e">A <c>DependencyPropertyChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.#ctor"><summary>
            Initializes an instance of the <c>StandardMdiWindowControl</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockHost"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockHost" /> that contains this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockHost" /> that contains this control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockSite"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockSite" /> that is managing this docking window.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockSite" /> that is managing this docking window.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockingWindow"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockingWindow" /> that is wrapped by this control.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.StandardMdiWindowControl.DockingWindow" /> that is wrapped by this control.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl"><summary>
            Represents an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" /> for use within a <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)"><summary>
            Occurs when the selection has changed.
            </summary><param name="e">The <c>SelectionChangedEventArgs</c> containing arguments related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.UpdateHighlightBrushes"><summary>
            Optionally updates the <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushActive" /> and <see cref="P:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl.HighlightBrushInactive" /> properties based on the selected tab.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabbedMdiContainerTabControl.#ctor"><summary>
            Initializes an instance of the <c>TabbedMdiContainerTabControl</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder"><summary>
            Renders a border for a tab item.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.OnRender(System.Windows.Media.DrawingContext)"><summary>
            Occurs when the element is rendered.
            </summary><param name="drawingContext">The <see cref="T:System.Windows.Media.DrawingContext" /> to use.</param></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.CornerRadius"><summary>
            Gets or sets the corner radius of the tab border, relative to a top-facing tab.
            </summary><value>The corner radius of the tab border, relative to a top-facing tab.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashColor"><summary>
            Gets or sets the flash color to use if flashing is enabled.
            </summary><value>
            The flash color to use if flashing is enabled.
            The default value is <c>#80FFA000</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashMode"><summary>
            Gets or sets the flash mode for the tab.
            </summary><value>
            The flash mode for the tab.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TabStripPlacement"><summary>
            Gets or sets the side upon which the tabstrip is placed.
            </summary><value>
            The side upon which the tabstrip is placed.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TintColor"><summary>
            Gets or sets the tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            </summary><value>
            The tint color applied to the <c>Background</c> and <c>BorderBrush</c> brushes.
            The default value is <c>Transparent</c>, which indicates no tinting should be applied.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBackground"><summary>
            Gets or sets the untinted <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's interior is painted.
            </summary><value>The untinted <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's interior is painted.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBorderBrush"><summary>
            Gets or sets the untinted <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's outline is painted.
            </summary><value>The untinted <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's outline is painted.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.Background"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's interior is painted.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's interior is painted.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderBrush"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's outline is painted.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> that specifies how the tab's outline is painted.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderThickness"><summary>
            Gets or sets the width of the tab's outline.
            </summary><value>The width of the tab's outline.</value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FarSlantExtent"><summary>
            Gets or sets the far side slant extent of the tab.
            </summary><value>
            The far side slant extent of the tab, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.IsSelected"><summary>
            Gets or sets whether the tab is selected.
            </summary><value><c>true</c> if the tab is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.NearSlantExtent"><summary>
            Gets or sets the near side slant extent of the tab.
            </summary><value>
            The near side slant extent of the tab, or <c>0.0</c> for no slant.
            The default value is <c>0.0</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.CornerRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.CornerRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.CornerRadius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FlashMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TabStripPlacementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TabStripPlacement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TabStripPlacement" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TintColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TintColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.TintColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.UntintedBorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.Background" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.Background" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.BorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FarSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FarSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.FarSlantExtent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.IsSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.NearSlantExtentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.NearSlantExtent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TabItemBorder.NearSlantExtent" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> within a title bar.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.GetIsContextContent(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsContextContent</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.SetIsContextContent(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsContextContent</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.GetIsFiller(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsFiller</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.SetIsFiller(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsFiller</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.GetIsHeader(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsHeader</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.SetIsHeader(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsHeader</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.GetIsIcon(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsIcon</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.SetIsIcon(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsIcon</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.GetIsReadOnlyContextContent(System.Windows.DependencyObject)"><summary>
            Gets the value of the <c>IsReadOnlyContextContent</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.SetIsReadOnlyContextContent(System.Windows.DependencyObject,System.Boolean)"><summary>
            Sets the value of the <c>IsReadOnlyContextContent</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size and returns the element's desired size based on the size of its children.
            </summary><param name="availableSize">The size the element is suggested to fit inside.</param><returns>The desired size of the element.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.ContextContentAlignment"><summary>
            Gets or sets the alignment of context content.
            </summary><value>
            The alignment of context content.
            The default value is <c>Far</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.ContextContentAlignmentProperty"><summary>
            Identifies the <c>ContextContentAlignment</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ContextContentAlignment</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.IsContextContentProperty"><summary>
            Identifies the <c>IsContextContent</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsContextContent</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.IsFillerProperty"><summary>
            Identifies the <c>IsFiller</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsFiller</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.IsHeaderProperty"><summary>
            Identifies the <c>IsHeader</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsHeader</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.IsIconProperty"><summary>
            Identifies the <c>IsIcon</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsIcon</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Docking.Primitives.TitleBarPanel.IsReadOnlyContextContentProperty"><summary>
            Identifies the <c>IsReadOnlyContextContent</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsReadOnlyContextContent</c> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl"><summary>
            Represents an <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" /> for use within a <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Primitives.ToolWindowContainerTabControl.#ctor"><summary>
            Initializes an instance of the <c>ToolWindowContainerTabControl</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerTabItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetAutomationIdCore"><summary>
            Gets the string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.
            </summary><returns>The string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetChildrenCore"><summary>
            Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
            </summary><returns>The collection of <c>AutomationPeer</c> objects for child elements.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetNameCore"><summary>
            Gets text that describes the element that is associated with this automation peer.
            </summary><returns>The name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerTabItemAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem)"><summary>
            Initializes a new instance of the <c>DockingWindowContainerTabItemAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabItemWrapperAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabItemWrapperAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem)"><summary>
            Initializes a new instance of the <c>AdvancedTabItemWrapperAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabItemAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabItemAutomationPeer.#ctor(System.Object,ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabControlAutomationPeer)"><summary>
            Initializes a new instance of the <c>AdvancedTabItemAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param><param name="tabControlAutomationPeer">The items control.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabControlAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabControlAutomationPeer.CreateItemAutomationPeer(System.Object)"><summary>
            Creates an <c>ItemAutomationPeer</c> for a data item.
            </summary><param name="item">The data item.</param><returns>The <c>ItemAutomationPeer</c> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabControlAutomationPeer.GetAutomationIdCore"><summary>
            Gets the string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.
            </summary><returns>The string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.AdvancedTabControlAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.AdvancedTabControl)"><summary>
            Initializes a new instance of the <c>AdvancedTabControlAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockHost" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetAutomationIdCore"><summary>
            Gets the string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.
            </summary><returns>The string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetChildrenCore"><summary>
            Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
            </summary><returns>The collection of <c>AutomationPeer</c> objects for child elements.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetClickablePointCore"><summary>
            Gets a point on the element that is associated with the automation peer that responds to a mouse click.
            </summary><returns>A point in the clickable area of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockHostAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.DockHost)"><summary>
            Initializes a new instance of the <c>DockHostAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockSite" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer.GetClickablePointCore"><summary>
            Gets a point on the element that is associated with the automation peer that responds to a mouse click.
            </summary><returns>A point in the clickable area of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockSiteAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.DockSite)"><summary>
            Initializes a new instance of the <c>DockSiteAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.DockingWindow" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase.GetNameCore"><summary>
            Gets text that describes the element that is associated with this automation peer.
            </summary><returns>The name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the control pattern that is associated with the specified <see cref="T:System.Windows.Automation.Peers.PatternInterface" />.
            </summary><param name="patternInterface">A value from the <see cref="T:System.Windows.Automation.Peers.PatternInterface" /> enumeration.</param><returns>The object that implements the pattern interface; <see langword="null" /> if the peer does not support this interface.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowAutomationPeerBase.#ctor(ActiproSoftware.Windows.Controls.Docking.DockingWindow)"><summary>
            Initializes a new instance of the <c>DockingWindowAutomationPeerBase</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.SplitContainer" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.GetClickablePointCore"><summary>
            Gets a point on the element that is associated with the automation peer that responds to a mouse click.
            </summary><returns>A point in the clickable area of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.GetOrientationCore"><summary>
            Gets a value that indicates the explicit control orientation, if any.
            </summary><returns>The orientation.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.SplitContainerAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.SplitContainer)"><summary>
            Initializes a new instance of the <c>SplitContainerAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DocumentWindowAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.DocumentWindow" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DocumentWindowAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DocumentWindowAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.DocumentWindow)"><summary>
            Initializes a new instance of the <c>DocumentWindowAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindow" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.ToolWindow)"><summary>
            Initializes a new instance of the <c>ToolWindowAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.TabbedMdiContainerAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.TabbedMdiContainerAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.TabbedMdiContainerAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.TabbedMdiContainer)"><summary>
            Initializes a new instance of the <c>TabbedMdiContainerAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer.GetAutomationIdCore"><summary>
            Gets the string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.
            </summary><returns>The string that uniquely identifies the <c>FrameworkElement</c> that is associated with this <c>FrameworkElementAutomationPeer</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer.GetChildrenCore"><summary>
            Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
            </summary><returns>The collection of <c>AutomationPeer</c> objects for child elements.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.DockingWindowContainerBaseAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.Primitives.DockingWindowContainerBase)"><summary>
            Initializes a new instance of the <c>DockingWindowContainerBaseAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowContainerAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowContainerAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.ToolWindowContainerAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.ToolWindowContainer)"><summary>
            Initializes a new instance of the <c>ToolWindowContainerAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.StandardMdiHost" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.GetChildrenCore"><summary>
            Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
            </summary><returns>The collection of <c>AutomationPeer</c> objects for child elements.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.GetClickablePointCore"><summary>
            Gets a point on the element that is associated with the automation peer that responds to a mouse click.
            </summary><returns>A point in the clickable area of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.StandardMdiHostAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.StandardMdiHost)"><summary>
            Initializes a new instance of the <c>StandardMdiHostAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.WindowControl" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.GetNameCore"><summary>
            Gets text that describes the element that is associated with this automation peer.
            </summary><returns>The name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the object that supports the specified control pattern of the element that is associated with this automation
            peer.
            </summary><param name="patternInterface">A value in the enumeration.</param><returns>
            This method will return a 'this' pointer in the follow cases:
            <list type="bullet"><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.Transform" />.
            </term></item><item><term>
            If <paramref name="patternInterface" /> is <see cref="F:System.Windows.Automation.Peers.PatternInterface.Window" />.
            </term></item></list></returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WindowControlAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.WindowControl)"><summary>
            Initializes a new instance of the <c>WindowControlAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Docking.Workspace" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer.GetClickablePointCore"><summary>
            Gets a point on the element that is associated with the automation peer that responds to a mouse click.
            </summary><returns>A point in the clickable area of the element.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Docking.Automation.Peers.WorkspaceAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Docking.Workspace)"><summary>
            Initializes a new instance of the <c>WorkspaceAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Products.Docking.AssemblyInfo"><summary>
            Provides a class for retrieving information about the <c>ActiproSoftware.Docking</c> assembly.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.AssemblyInfo.Instance"><summary>
            Gets the instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.
            </summary><value>The instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.</value></member><member name="P:ActiproSoftware.Products.Docking.AssemblyInfo.LicenseType"><summary>
            Gets the type of license that is available for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyLicenseType" /> specifying the type of license that is available for the assembly.</value></member><member name="P:ActiproSoftware.Products.Docking.AssemblyInfo.Platform"><summary>
            Gets the target platform for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyPlatform" /> specifying the target platform for the assembly.</value></member><member name="P:ActiproSoftware.Products.Docking.AssemblyInfo.ProductCode"><summary>
            Gets the product code of the assembly.
            </summary><value>A three-letter product code of the assembly.</value></member><member name="P:ActiproSoftware.Products.Docking.AssemblyInfo.ProductId"><summary>
            Gets the product ID of the assembly.
            </summary><value>The product ID of the assembly.</value></member><member name="T:ActiproSoftware.Products.Docking.DockingLogo"><summary>
            Represents the logo for this product.
            </summary><summary>
            DockingLogo
            </summary></member><member name="M:ActiproSoftware.Products.Docking.DockingLogo.InitializeComponent"><summary>
            InitializeComponent
            </summary></member><member name="M:ActiproSoftware.Products.Docking.DockingLogo.#ctor"><summary>
            Initializes a new instance of the <c>DockingLogo</c> class.
            </summary></member><member name="T:ActiproSoftware.Products.Docking.Resources"><summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ResourceManager"><summary>
              Returns the cached ResourceManager instance used by this class.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.Culture"><summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockingWindowNoDockSiteRegistered"><summary>
              Looks up a localized string similar to This operation is invalid since the DockingWindow has not yet been registered with a DockSite..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockingWindowTargetNotLinked"><summary>
              Looks up a localized string similar to The operation is invalid because the DockingWindow can only be moved to a linked DockSite..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockSiteDockingWindowAlreadyRegistered"><summary>
              Looks up a localized string similar to The docking window '{0}' is already registered with another DockSite..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockSiteNoMdiHost"><summary>
              Looks up a localized string similar to Cannot place windows in MDI since no MDI host (TabbedMdiHost, StandardMdiHost, etc.) was located as the direct child of the DockSite's Workspace..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockSiteNoTargetDockHost"><summary>
              Looks up a localized string similar to Cannot open windows since no target DockHost was found.  This scenario could occur if the DockSite hasn't yet been loaded, since a primary DockHost is injected in its template.  Make sure all docking operations occur after the DockSite has loaded..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExDockSiteRegistryAlreadyContainsDockingWindow"><summary>
              Looks up a localized string similar to Registry has already contains a DockingWindow with Unique ID '{0}'..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExSplitContainerChildrenCollectionReset"><summary>
              Looks up a localized string similar to Reset is not allowed on children collection of SplitContainer..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExSplitContainerSlotResizeRatioMustBeGreaterThanZero"><summary>
              Looks up a localized string similar to The slot resize ratios must be greater than 0..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExToolWindowRequired"><summary>
              Looks up a localized string similar to The '{0}' instance type must be or inherit ToolWindow..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.ExWorkspaceCannotRemoveFromParent"><summary>
              Looks up a localized string similar to Unable to remove the Workspace from parent '{0}'..
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIAdvancedTabControlScrollBackwardButtonToolTip"><summary>
              Looks up a localized string similar to Scroll Backward.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIAdvancedTabControlScrollForwardButtonToolTip"><summary>
              Looks up a localized string similar to Scroll Forward.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIAdvancedTabItemCloseButtonToolTip"><summary>
              Looks up a localized string similar to Close.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIAdvancedTabItemKeepOpenButtonToolTip"><summary>
              Looks up a localized string similar to Keep Open.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIAdvancedTabItemToggleLayoutKindButtonToolTip"><summary>
              Looks up a localized string similar to Toggle Pin Status.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandActivateNextDocumentText"><summary>
              Looks up a localized string similar to Next Document.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandActivatePreviousDocumentText"><summary>
              Looks up a localized string similar to Previous Document.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandActivatePrimaryDocumentText"><summary>
              Looks up a localized string similar to Activate Primary Document.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandCloseAllDocumentsText"><summary>
              Looks up a localized string similar to Close All Documents.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandCloseAllInContainerText"><summary>
              Looks up a localized string similar to Close Tab Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandCloseOthersText"><summary>
              Looks up a localized string similar to Close Others.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandClosePrimaryDocumentText"><summary>
              Looks up a localized string similar to Close Primary Document.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandCloseWindowText"><summary>
              Looks up a localized string similar to Close.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandKeepTabOpenText"><summary>
              Looks up a localized string similar to Keep Tab Open.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMakeDockedWindowText"><summary>
              Looks up a localized string similar to Dock.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMakeDocumentWindowText"><summary>
              Looks up a localized string similar to Dock as Document.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMakeFloatingWindowText"><summary>
              Looks up a localized string similar to Float.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMoveToNewHorizontalContainerText"><summary>
              Looks up a localized string similar to New Horizontal Tab Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMoveToNewVerticalContainerText"><summary>
              Looks up a localized string similar to New Vertical Tab Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMoveToNextContainerText"><summary>
              Looks up a localized string similar to Move to Next Tab Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMoveToPreviousContainerText"><summary>
              Looks up a localized string similar to Move to Previous Tab Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandMoveToPrimaryMdiHostText"><summary>
              Looks up a localized string similar to Move to Main Document Group.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandPinTabText"><summary>
              Looks up a localized string similar to Pin Tab.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UICommandToggleWindowAutoHideStateText"><summary>
              Looks up a localized string similar to Auto Hide.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIStandardSwitcherDocumentsText"><summary>
              Looks up a localized string similar to Active Files.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIStandardSwitcherToolWindowsText"><summary>
              Looks up a localized string similar to Active Tool Windows.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerCloseButtonToolTip"><summary>
              Looks up a localized string similar to Close.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerMaximizeButtonToolTip"><summary>
              Looks up a localized string similar to Maximize.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerMinimizeButtonToolTip"><summary>
              Looks up a localized string similar to Minimize.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerOptionsButtonToolTip"><summary>
              Looks up a localized string similar to Options.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerRestoreButtonToolTip"><summary>
              Looks up a localized string similar to Restore.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIToolWindowContainerToggleAutoHideButtonToolTip"><summary>
              Looks up a localized string similar to Auto-Hide.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIWindowControlCloseButtonToolTip"><summary>
              Looks up a localized string similar to Close.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIWindowControlMaximizeButtonToolTip"><summary>
              Looks up a localized string similar to Maximize.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIWindowControlMinimizeButtonToolTip"><summary>
              Looks up a localized string similar to Minimize.
            </summary></member><member name="P:ActiproSoftware.Products.Docking.Resources.UIWindowControlRestoreButtonToolTip"><summary>
              Looks up a localized string similar to Restore.
            </summary></member><member name="T:ActiproSoftware.Products.Docking.SR"><summary>
            Provides access to the string resources of this assembly, also allowing for their customization.
            </summary><remarks>
            Call the <see cref="M:ActiproSoftware.Products.Docking.SR.GetString(System.String)" /> method to return a resolved resource string.
            If a custom string has been set for a specified string resource name, it will be returned.
            Otherwise, the default string resource value is returned.
            <para>
            If any of the resource strings are customized via a call to <see cref="M:ActiproSoftware.Products.Docking.SR.SetCustomString(System.String,System.String)" />,
            it is best to do so before any other classes in this assembly are referenced,
            such as in the application startup.
            </para></remarks></member><member name="M:ActiproSoftware.Products.Docking.SR.ClearCustomStrings"><summary>
            Removes all custom strings.
            </summary></member><member name="M:ActiproSoftware.Products.Docking.SR.ContainsCustomString(System.String)"><summary>
            Returns whether a custom string is defined for the specified string resource.
            </summary><param name="name">The name of the resource for which to search.</param><returns><c>true</c> if a custom string is defined for the specified string resource; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Products.Docking.SR.GetCustomString(System.String)"><summary>
            Returns custom string that is stored for the specified string resource, if any.
            </summary><param name="name">The name of the resource to get.</param><returns>The custom string that is stored for the specified string resource, if any.</returns></member><member name="M:ActiproSoftware.Products.Docking.SR.GetString(System.String)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Docking.SR.GetString(ActiproSoftware.Products.Docking.SRName)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Docking.SR.GetString(System.String,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Docking.SR.GetString(ActiproSoftware.Products.Docking.SRName,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Docking.SR.RemoveCustomString(System.String)"><summary>
            Removes any custom string that is defined for the specified string resource.
            </summary><param name="name">The name of the resource to remove.</param></member><member name="M:ActiproSoftware.Products.Docking.SR.SetCustomString(System.String,System.String)"><summary>
            Sets a custom string value for the specified string resource.
            </summary><param name="name">The name of the resource to set.</param><param name="value">The value of the resource to set.</param></member><member name="P:ActiproSoftware.Products.Docking.SR.ResourceManager"><summary>
            Gets the <see cref="P:ActiproSoftware.Products.Docking.SR.ResourceManager" /> that provides the default resources. 
            </summary><value>The <see cref="P:ActiproSoftware.Products.Docking.SR.ResourceManager" /> that provides the default resources.</value></member><member name="T:ActiproSoftware.Products.Docking.SRExtension"><summary>
            Provides a markup extension for loading a string resource from the assembly that could possibly be customized.
            </summary></member><member name="M:ActiproSoftware.Products.Docking.SRExtension.ProvideValue(System.IServiceProvider)"><summary>
            Returns the string resource based on the supplied name.
            </summary><param name="serviceProvider">An object that can provide services for the markup extension.</param><returns>The object value to set on the property where the extension is applied.</returns></member><member name="M:ActiproSoftware.Products.Docking.SRExtension.#ctor"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Products.Docking.SRExtension.#ctor(System.String)"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary><param name="name">The name of the string resource.</param></member><member name="P:ActiproSoftware.Products.Docking.SRExtension.Name"><summary>
            Gets or sets the name of the string resource.
            </summary><value>The name of the string resource.</value></member><member name="T:ActiproSoftware.Products.Docking.SRName"><summary>
            Specifies the names of string resources for this assembly.
            </summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIAdvancedTabControlScrollBackwardButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIAdvancedTabControlScrollForwardButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIAdvancedTabItemCloseButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIAdvancedTabItemKeepOpenButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIAdvancedTabItemToggleLayoutKindButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandActivateNextDocumentText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandActivatePreviousDocumentText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandActivatePrimaryDocumentText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandCloseAllDocumentsText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandCloseAllInContainerText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandCloseOthersText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandClosePrimaryDocumentText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandCloseWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandKeepTabOpenText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMakeDockedWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMakeDocumentWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMakeFloatingWindowText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMoveToNewHorizontalContainerText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMoveToNewVerticalContainerText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMoveToNextContainerText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMoveToPreviousContainerText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandMoveToPrimaryMdiHostText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandPinTabText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UICommandToggleWindowAutoHideStateText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIStandardSwitcherDocumentsText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIStandardSwitcherToolWindowsText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerCloseButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerMaximizeButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerMinimizeButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerOptionsButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerRestoreButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIToolWindowContainerToggleAutoHideButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIWindowControlCloseButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIWindowControlMaximizeButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIWindowControlMinimizeButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.UIWindowControlRestoreButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockingWindowNoDockSiteRegistered"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockingWindowTargetNotLinked"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockSiteDockingWindowAlreadyRegistered"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockSiteNoMdiHost"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockSiteNoTargetDockHost"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExDockSiteRegistryAlreadyContainsDockingWindow"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExSplitContainerChildrenCollectionReset"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExSplitContainerSlotResizeRatioMustBeGreaterThanZero"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExToolWindowRequired"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Docking.SRName.ExWorkspaceCannotRemoveFromParent"><summary>An exception message string.</summary></member></members></doc>