<?xml version="1.0"?><doc><assembly><name>ActiproSoftware.Editors.Wpf</name></assembly><members><member name="T:ActiproSoftware.Windows.Themes.EditorsThemeCatalog"><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.EditorsThemeCatalog.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.EditorsThemeCatalogRegistrar"><summary>
            Represents a class that registers the <see cref="T:ActiproSoftware.Windows.Themes.EditorsThemeCatalog" /> with the theme manager.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox"><summary>
            Represents a text control that provides suggestions to end users as they type.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.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.Editors.AutoCompleteBox.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)"><summary>
            Occurs when mouse capture is lost.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.OnPreviewMouseDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Occurs before a mouse button is pressed over the control.
            </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.Editors.AutoCompleteBox.OnSubmitted(ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs)"><summary>
            Occurs when the end user submits a text entry, generally by pressing <c>Enter</c>.
            </summary><param name="e">The <c>AutoCompleteBoxEventArgs</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.Editors.AutoCompleteBox.OnSuggestionChosen(ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs)"><summary>
            Occurs when a suggested item is chosen and needs to be converted to text.
            </summary><param name="e">The <c>AutoCompleteBoxEventArgs</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.Editors.AutoCompleteBox.OnTextChanged(ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs)"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text" /> is changed.
            </summary><param name="e">The <c>AutoCompleteBoxEventArgs</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.Editors.AutoCompleteBox.ConvertToString(System.Object)"><summary>
            Converts the specified suggested item to a string representation.
            </summary><param name="itemToConvert">The suggested item to convert.</param><returns>The string representation of the specified suggested item.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.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.Editors.AutoCompleteBox.SelectAll"><summary>
            Selects all the contents of the text-editing control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.#ctor"><summary>
            Initializes an instance of the <c>AutoCompleteBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CharacterCasing"><summary>
            Gets or sets how characters are cased when they are manually entered into the text box.
            </summary><value>
            One of the <c>CharacterCasing</c> values that specifies how manually entered characters are cased.
            The default value is <c>Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CanSelectAllOnUpdate"><summary>
            Gets or sets whether the entire text should be selected following a text update, like a suggestion being chosen.
            </summary><value><c>true</c> if the entire text should be selected following a text update, like a suggestion being chosen; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ClearCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that clears the text value.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that clears the text value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DataFilter"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> to use for matching suggested items.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> to use for matching suggested items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DisplayMemberPath"><summary>
            Gets or sets the name of the property that provides each item's text within the suggestion list.
            </summary><value>
            The name of the property that provides each item's text within the suggestion list.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.FilteredItemsSource"><summary>
            Gets the filtered collection of suggested items to display in the suggestion list.
            </summary><value>The filtered collection of suggested items to display in the suggestion list.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.FilterText"><summary>
            Gets the text against which suggested items should be filtered.
            </summary><value>The text against which suggested items should be filtered.</value><remarks>
            The default implementation of this property returns the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text" /> property value.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasItems"><summary>
            Gets whether there is at least one suggested item in the suggestion list.
            </summary><value><c>true</c> if there is at least one suggested item in the suggestion list; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasPopupButton"><summary>
            Gets or sets a value indicating whether the control has a popup button.
            </summary><value><c>true</c> if the control has a popup button; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupButtonVisible"><summary>
            Gets whether the toggle popup button is visible.
            </summary><value><c>true</c> if the toggle popup button is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasPopupButton" /> property determines whether the toggle popup button is visible.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpen"><summary>
            Gets or sets whether the popup is open.
            </summary><value><c>true</c> if the popup is open; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpenedOnFocus"><summary>
            Gets or sets whether the popup automatically opens when the control gains focus.
            </summary><value><c>true</c> if the popup automatically opens when the control gains focus; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsReadOnly"><summary>
            Gets or sets a value indicating whether the control is read-only.
            </summary><value><c>true</c> if the control is read-only; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that is applied to the container generated for each item.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> that is applied to the container generated for each item.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyleSelector"><summary>
            Gets or sets custom style-selection logic for a style that can be applied to each generated container.
            </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.Editors.AutoCompleteBox.ItemContainerStyle" />.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemsSource"><summary>
            Gets or sets the collection of suggestion items that is filtered based on the user-entered text.
            </summary><value>
            The collection of suggested items that is filtered based on the user-entered text.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> used to render items in the suggestion list.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> used to render items in the suggestion list.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> used to render items in the suggestion list.
            </summary><value>
            The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> used to render items in the suggestion list.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MaxPopupHeight"><summary>
            Gets or sets the maximum height of the popup.
            </summary><value>
            The maximum height of the popup.
            The default value is <c>500</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MinCharacterCountToOpenPopup"><summary>
            Gets or sets the minimum number of characters that need to be typed to open the popup.
            </summary><value>
            The minimum number of characters that need to be typed to open the popup.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContent"><summary>
            Gets or sets the content to display when the popup is open but there are no suggested items.
            </summary><value>
            The content to display when the popup is open but there are no suggested items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to display when the popup is open but there are no suggested items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to display when the popup is open but there are no suggested items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.PlaceholderText"><summary>
            Gets or sets the placeholder text to be displayed in the control.
            </summary><value>
            The placeholder text to be displayed in the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SelectedItem"><summary>
            Gets or sets the selected suggested item.
            </summary><value>
            The selected suggested item.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text"><summary>
            Gets or sets the text being edited in the control.
            </summary><value>
            The text being edited in the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextMemberPath"><summary>
            Gets or sets the name of the property that provides each item's text.
            </summary><value>
            The name of the property that provides each item's text.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Submitted"><summary>
            Occurs when the end user submits a text entry, generally by pressing <c>Enter</c>.
            </summary><eventdata>
            The event handler receives an argument of type <c>AutoCompleteBoxEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SuggestionChosen"><summary>
            Occurs when a suggested item is chosen and needs to be converted to text.
            </summary><eventdata>
            The event handler receives an argument of type <c>AutoCompleteBoxEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextChanged"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text" /> is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>AutoCompleteBoxEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CharacterCasingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CharacterCasing" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CharacterCasing" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SubmittedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Submitted" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Submitted" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SuggestionChosenEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SuggestionChosen" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SuggestionChosen" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CanSelectAllOnUpdateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CanSelectAllOnUpdate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.CanSelectAllOnUpdate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DataFilterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DataFilter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DataFilter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DisplayMemberPathProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DisplayMemberPath" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.DisplayMemberPath" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasItemsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasItems" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasItems" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasPopupButtonProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasPopupButton" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.HasPopupButton" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpenedOnFocusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpenedOnFocus" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsPopupOpenedOnFocus" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyleSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyleSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemContainerStyleSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemsSourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemsSource" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemsSource" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.ItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MaxPopupHeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MaxPopupHeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MaxPopupHeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MinCharacterCountToOpenPopupProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MinCharacterCountToOpenPopup" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.MinCharacterCountToOpenPopup" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.NoItemsContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.PlaceholderTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.PlaceholderText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.PlaceholderText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SelectedItemProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SelectedItem" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.SelectedItem" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.Text" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextMemberPathProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextMemberPath" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextMemberPath" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.BrushEditBox"><summary>
            Represents a <c>Brush</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.ConvertToString(System.Windows.Media.Brush)"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsValidValue(System.Windows.Media.Brush)"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.OnIntermediateValueChanged(System.Windows.Media.Brush,System.Windows.Media.Brush)"><summary>
            Invoked when the value of the <c>IntermediateValue</c> property changes. 
            </summary><param name="oldValue">The old value of the property.</param><param name="newValue">The new value of the property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.TryConvertFromString(System.String,System.Boolean,System.Windows.Media.Brush@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.#ctor"><summary>
            Initializes an instance of the <c>BrushEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.CanReuseBrush"><summary>
            Gets or sets whether the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update.
            </summary><value><c>true</c> if the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            Set this to <c>false</c> in scenarios where <see cref="E:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.ValueChanged" /> events need to fire on any update, or when binding to <c>Value</c> using value converters.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.HasSwatch"><summary>
            Gets or sets whether the edit box should display a swatch that previews the <c>Value</c>.
            </summary><value><c>true</c> if the edit box should display a swatch that previews the <c>Value</c>; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsAlphaEnabled"><summary>
            Gets or sets whether the alpha channel (transparency) of the brush value colors are enabled.
            </summary><value><c>true</c> if the alpha channel (transparency) of the brush value colors is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When disabled, no transparency is supported.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsGradientAllowed"><summary>
            Gets or sets whether gradient brush values can be entered.
            </summary><value><c>true</c> if gradient brush values can be entered; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> that renders a sample swatch.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> that renders a sample swatch.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchMargin"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the margin around the sample swatch.
            </summary><value>The <see cref="T:System.Windows.Thickness" /> of the margin around the sample swatch.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.CanReuseBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.CanReuseBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.CanReuseBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.HasSwatchProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.HasSwatch" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.HasSwatch" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsAlphaEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsAlphaEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsAlphaEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsGradientAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsGradientAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.IsGradientAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchMarginProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchMargin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushEditBox.SwatchMargin" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxChangeReason"><summary>
            Specifies the reason why an <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> change occurred.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxChangeReason.UserInput"><summary>
            The end user changed the text.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxChangeReason.ProgrammaticChange"><summary>
            The text was programatically changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxChangeReason.SuggestionChosen"><summary>
            The end user chose a suggestion.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ColorPickerTextInputMode"><summary>
            Specifies the mode to use for text input within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.ColorPicker" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPickerTextInputMode.Rgb"><summary>
            Red, green, and blue.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPickerTextInputMode.Hsb"><summary>
            Hue, saturation, and brightness.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.PartEditBoxInlineCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.PartEditBoxInline" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.PartEditBoxInline"><summary>
            Represents an inline UI element within a <c>PartEditBoxBase</c>-derived control.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PartEditBoxInline.ContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for rendering the UI of the inline.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for rendering the UI of the inline.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.BrushKind"><summary>
            Specifies the kind of brush.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.None"><summary>
            Indicates that there is no brush.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.SolidColor"><summary>
            Indicates that the brush is a solid color.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.HorizontalLinearGradient"><summary>
            Indicates that the brush is a horizontal linear gradient.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.VerticalLinearGradient"><summary>
            Indicates that the brush is a vertical linear gradient.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.DiagonalDownwardLinearGradient"><summary>
            Indicates that the brush is a diagonal downward linear gradient.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.DiagonalUpwardLinearGradient"><summary>
            Indicates that the brush is a diagonal upward linear gradient.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushKind.RadialGradient"><summary>
            Indicates that the brush is a radial gradient.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind"><summary>
            Specifies an operation used with a calculator.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Add"><summary>
            Add.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Subtract"><summary>
            Subtract.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Multiply"><summary>
            Multiply.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Divide"><summary>
            Divide.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Percent"><summary>
            Convert the entry to a percentage of the previous operand.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.Reciprocal"><summary>
            Reciprocal (1/x).
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.SquareRoot"><summary>
            Square root.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CalculatorOperationKind.ToggleSign"><summary>
            Toggle whether the number is positve or negative.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Calculator"><summary>
            Represents a calculator control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Calculator.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Calculator.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.Editors.Calculator.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Calculator.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.Editors.Calculator.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.Editors.Calculator.#ctor"><summary>
            Initializes an instance of the <c>Calculator</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.AddToMemoryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can add to memory.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can add to memory.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.BackspaceCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can backspace a digit.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can backspace a digit.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.CalculateCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can calculate the result.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can calculate the result.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.ClearCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can clear the current entry and value.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can clear the current entry and value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.ClearEntryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can clear the current entry.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can clear the current entry.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.ClearMemoryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can clear memory.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can clear memory.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.InsertDecimalSeparatorCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can insert a decimal separator.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can insert a decimal separator.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.InsertDigitCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can insert a digit.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can insert a digit.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.OperationCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can execute an operation.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can execute an operation.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.RecallMemoryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can recall memory.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can recall memory.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.SetMemoryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can set memory.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can set memory.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.SubtractFromMemoryCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can subtract from memory.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can subtract from memory.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.AcceptsEscape"><summary>
            Gets or sets whether to accept the <c>Escape</c> key for clearing the calculator's current entry and value.
            </summary><value><c>true</c> if the <c>Escape</c> key should be accepted; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            The <c>Shift+Del</c> key can also be used to clear the calculator's current entry and value.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DigitButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for digit buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for digit buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayFontSize"><summary>
            Gets or sets the display font size.
            </summary><value>The display font size.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayText"><summary>
            Gets the text that represents the calculator output.
            </summary><value>
            The text that represents the calculator output.
            The default value is <c>"0"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasDisplay"><summary>
            Gets or sets whether the calculator output is displayed.
            </summary><value><c>true</c> if the calculator output is displayed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasMemoryButtons"><summary>
            Gets or sets whether the memory buttons are displayed.
            </summary><value><c>true</c> if the memory buttons are displayed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRange"><summary>
            Gets whether the calculated value is outside the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum" /> and <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum" /> range.
            </summary><value><c>true</c> if the calculated value is outside the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum" /> and <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum" /> range; otherwise, <c>false</c>.
            </value><seealso cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum" /><seealso cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum" /></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value><seealso cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRange" /></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.MemoryButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for memory buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for memory buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value><seealso cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRange" /></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.OperationButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for operation buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to use for operation buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Value"><summary>
            Gets or sets the current calculated value.
            </summary><value>
            The current calculated value.
            The default value is <c>0.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Calculator.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.AcceptsEscapeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.AcceptsEscape" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.AcceptsEscape" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.DigitButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DigitButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DigitButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayFontSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayFontSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayFontSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.DisplayText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.HasDisplayProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasDisplay" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasDisplay" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.HasMemoryButtonsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasMemoryButtons" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.HasMemoryButtons" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.IsOutOfRange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.MemoryButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.MemoryButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.MemoryButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.OperationButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.OperationButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.OperationButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Calculator.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Calculator.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ColorEditBox"><summary>
            Represents a <c>Color</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.ConvertToString(System.Nullable{System.Windows.Media.Color})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.IsValidValue(System.Nullable{System.Windows.Media.Color})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.OnIntermediateValueChanged(System.Nullable{System.Windows.Media.Color},System.Nullable{System.Windows.Media.Color})"><summary>
            Invoked when the value of the <c>IntermediateValue</c> property changes. 
            </summary><param name="oldValue">The old value of the property.</param><param name="newValue">The new value of the property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Media.Color}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.#ctor"><summary>
            Initializes an instance of the <c>ColorEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>Red</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.HasSwatch"><summary>
            Gets or sets whether the edit box should display a swatch that previews the <c>Value</c>.
            </summary><value><c>true</c> if the edit box should display a swatch that previews the <c>Value</c>; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.IsAlphaEnabled"><summary>
            Gets or sets whether the alpha channel (transparency) of the color value is enabled.
            </summary><value><c>true</c> if the alpha channel (transparency) of the color value is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When disabled, no transparency is supported.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> that renders a sample swatch.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> that renders a sample swatch.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchMargin"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the margin around the sample swatch.
            </summary><value>The <see cref="T:System.Windows.Thickness" /> of the margin around the sample swatch.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.HasSwatchProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.HasSwatch" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.HasSwatch" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.IsAlphaEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.IsAlphaEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.IsAlphaEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchMarginProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchMargin" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorEditBox.SwatchMargin" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ColorPicker"><summary>
            Represents a color picker control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ColorPicker.#ctor"><summary>
            Initializes an instance of the <c>ColorPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.A"><summary>
            Gets or sets the alpha transparency component (0 - 255) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The alpha transparency component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.B"><summary>
            Gets or sets the RGB blue component (0 - 255) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The RGB blue component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Brightness"><summary>
            Gets or sets the HSB brightness component (0 - 1.0) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The HSB brightness component (0 - 1.0) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component1SwatchBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> to render in the component 1 swatch.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to render in the component 1 swatch.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component2SwatchBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> to render in the component 2 swatch.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to render in the component 2 swatch.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component3SwatchBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> to render in the component 3 swatch.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to render in the component 3 swatch.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.DegreeInlineTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> with inline content for a degree glyph.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> with inline content for a degree glyph.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.G"><summary>
            Gets or sets the RGB green component (0 - 255) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The RGB green component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.HasColorEditBox"><summary>
            Gets or sets whether an embedded <see cref="T:ActiproSoftware.Windows.Controls.Editors.ColorEditBox" /> should appear in the picker for hex-based color entry.
            </summary><value><c>true</c> if an embedded <see cref="T:ActiproSoftware.Windows.Controls.Editors.ColorEditBox" /> should appear in the picker for hex-based color entry; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Hue"><summary>
            Gets or sets the HSB hue component (0 - 359.00) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The HSB hue component (0 - 359.00) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsAlphaEnabled"><summary>
            Gets or sets whether the alpha channel (transparency) of the color value is enabled.
            </summary><value><c>true</c> if the alpha channel (transparency) of the color value is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When disabled, no transparency is supported.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsEditable"><summary>
            Gets or sets a value indicating whether the edit box text areas within the control are editable.
            </summary><value><c>true</c> if the edit box text areas within the control are editable; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When <c>false</c>, the edit boxes behave more like a <c>ComboBox</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.PercentInlineTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> with inline content for a percent glyph.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> with inline content for a percent glyph.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.R"><summary>
            Gets or sets the RGB red component (0 - 255) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The RGB red component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Saturation"><summary>
            Gets or sets the HSB saturation component (0 - 1.0) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.
            </summary><value>The HSB saturation component (0 - 1.0) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.TextInputMode"><summary>
            Gets or sets the text input mode of the picker.
            </summary><value>The text input mode of the picker.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value"><summary>
            Gets or sets the selected color.
            </summary><value>The selected color.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.ColorPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.AProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.A" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.A" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.BProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.B" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.B" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.BrightnessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Brightness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Brightness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component1SwatchBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component1SwatchBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component1SwatchBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component2SwatchBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component2SwatchBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component2SwatchBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component3SwatchBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component3SwatchBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Component3SwatchBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.DegreeInlineTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.DegreeInlineTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.DegreeInlineTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.GProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.G" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.G" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.HasColorEditBoxProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.HasColorEditBox" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.HasColorEditBox" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.HueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Hue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Hue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsAlphaEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsAlphaEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsAlphaEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsEditableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsEditable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.IsEditable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.PercentInlineTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.PercentInlineTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.PercentInlineTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.RProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.R" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.R" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.SaturationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Saturation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Saturation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.TextInputModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.TextInputMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.TextInputMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ColorPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ColorPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox"><summary>
            Represents a <c>CornerRadius</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.CoerceValidValue(System.Nullable{System.Windows.CornerRadius})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ConvertToString(System.Nullable{System.Windows.CornerRadius})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsValidValue(System.Nullable{System.Windows.CornerRadius})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.CornerRadius}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.#ctor"><summary>
            Initializes an instance of the <c>CornerRadiusEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker"><summary>
            Represents a <c>CornerRadius</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.#ctor"><summary>
            Initializes an instance of the <c>CornerRadiusPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.CornerRadiusPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Country"><summary>
            Specifies the various countries and associated data.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Country.#ctor(System.String,System.String)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> class.
            </summary><param name="name">The name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" />.</param><param name="alpha2Code">The two letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Country.#ctor(System.String,System.String,System.String)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> class.
            </summary><param name="name">The name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" />.</param><param name="alpha2Code">The two-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</param><param name="alpha3Code">The three-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Country.Alpha2Code"><summary>
            Gets the two-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.
            </summary><value>The two-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Country.Alpha3Code"><summary>
            Gets the three-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.
            </summary><value>The three-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Country.Code"><summary>
            Gets the two-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.
            </summary><value>The two-letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Country.Countries"><summary>
            Gets the global collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> objects used by <see cref="T:ActiproSoftware.Windows.Controls.Editors.CountryComboBox" />.
            </summary><value>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> objects.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Country.Name"><summary>
            Gets or sets the name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" />.
            </summary><value>The name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" />.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CountryComboBox"><summary>
            A drop-down list for country selection, populated with <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CountryComboBox.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.CountryComboBox" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping"><summary>
            A mapping between a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> and a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping.#ctor(System.String,System.String)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping" /> class.
            </summary><param name="countryCode">The 2 letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Country" /> code.</param><param name="currencyCode">The 3 letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> code.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping.CountryCode"><summary>
            Gets the 2 letter country code for this mapping.
            </summary><value>The 2 letter country code for this mapping.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping.CurrencyCode"><summary>
            Gets the 3 letter currency code for this mapping.
            </summary><value>The 3 letter currency code for this mapping.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping.Mappings"><summary>
            Gets the global collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping" /> objects.
            </summary><value>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.CountryCurrencyMapping" /> objects.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Currency"><summary>
            Specifies a country's currency.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Currency.#ctor(System.String,System.String,System.String)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> class.
            </summary><param name="code">The 3 letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> code.</param><param name="name">The plural name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> (i.e. Dollars).</param><param name="symbol">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> symbol.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Currency.Code"><summary>
            Gets the 3 letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> code.
            </summary><value>The 3 letter <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> code.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Currency.Currencies"><summary>
            Gets the global collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> objects used by <see cref="T:ActiproSoftware.Windows.Controls.Editors.CurrencyComboBox" />.
            </summary><value>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> objects.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Currency.Description"><summary>
            Gets the description of the currency, which is a concatenation of the other properties.
            </summary><value>The description of the currency, which is a concatenation of the other properties.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Currency.Name"><summary>
            Gets or sets the name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> (i.e. Dollar).
            </summary><value>The name of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> (i.e. Dollar).</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Currency.Symbol"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> symbol.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> symbol.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek"><summary>
            Specifies the various days of the week as enumeration flags.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.None"><summary>
            Indicates none of the days of the week.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Sunday"><summary>
            Indicates Sunday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Monday"><summary>
            Indicates Monday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Tuesday"><summary>
            Indicates Tuesday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Wednesday"><summary>
            Indicates Wednesday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Thursday"><summary>
            Indicates Thursday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Friday"><summary>
            Indicates Friday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Saturday"><summary>
            Indicates Saturday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Weekdays"><summary>
            Indicates the weekdays, Monday through Friday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.Weekend"><summary>
            Indicates the weekend days, Sunday and Saturday.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DaysOfWeek.All"><summary>
            Indicates all of the days of the week.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs.#ctor(ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxChangeReason,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs" /> class.
            </summary><param name="reason">The reason for the event.</param><param name="item">The suggestion item related to this event, if applicable.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs.IsPopupAllowed"><summary>
            Gets or sets whether the <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> is allowed to show its popup in response to the related text change when appropriate.
            </summary><value><c>true</c> if the <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> is allowed to show its popup in response to the related text change when appropriate; otherwise, <c>false</c>.
            </value><remarks>
            This property is only used after the <see cref="E:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox.TextChanged" /> event is raised.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs.Item"><summary>
            Gets the suggested item related to this event, if applicable.
            </summary><value>The suggested item related to this event, if applicable.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs.Reason"><summary>
            Gets the reason for the event. 
            </summary><value>The reason for the event.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxEventArgs.Text"><summary>
            Gets or sets the text value related to this event.
            </summary><value>The text value related to this event.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.EnumListBox"><summary>
            Represents a list box that automatically presents the values of an enumeration.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumListBox.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.Editors.EnumListBox.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.Editors.EnumListBox.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.Editors.EnumListBox.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.Editors.EnumListBox.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.Editors.EnumListBox.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.EnumListBox" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumSortComparer"><summary>
            Gets or sets the <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values.
            </summary><value>
            The <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values; otherwise <see langword="null" /> to indicate no sorting, which will use the order the enumeration values are defined.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumType"><summary>
            Gets or sets the enumeration type.
            </summary><value>The enumeration type.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumValue"><summary>
            Gets or sets the current enumeration value.
            </summary><value>The current enumeration value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsFlagsEnum"><summary>
            Gets a value indicating whether the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumType" /> has the <see cref="T:System.FlagsAttribute" />.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumType" /> has the <see cref="T:System.FlagsAttribute" />; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsOnPopup"><summary>
            Gets or sets whether the control is being used on a popup, which affects how value changes are handled.
            </summary><value><c>true</c> if the control is being used on a popup; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.UseDisplayAttributes"><summary>
            Gets or sets a value indicating whether enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any.
            </summary><value><c>true</c> if enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumSortComparerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumSortComparer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumSortComparer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumType" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.EnumValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsFlagsEnumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsFlagsEnum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsFlagsEnum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsOnPopupProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsOnPopup" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.IsOnPopup" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBox.UseDisplayAttributesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.UseDisplayAttributes" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBox.UseDisplayAttributes" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem"><summary>
            Represents a selectable item in a <see cref="T:ActiproSoftware.Windows.Controls.Editors.EnumListBox" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Provides class handling for the <c>MouseLeftButtonDown</c> event.
            </summary><param name="e">The event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsFlagsEnum"><summary>
            Gets a value indicating whether the enumeration is a flags enumeration.
            </summary><value><c>true</c> if the enumeration is a flags enumeration; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsGroupStart"><summary>
            Gets a value indicating whether the enumeration value starts a group.
            </summary><value><c>true</c> if the enumeration value starts a group; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsPartiallySelected"><summary>
            Gets a value indicating whether the enumeration value represented by this item is partially selected.
            </summary><value><c>true</c> if the enumeration value represented by this item is partially selected; otherwise <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsFlagsEnumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsFlagsEnum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsFlagsEnum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsGroupStartProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsGroupStart" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsGroupStart" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsPartiallySelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsPartiallySelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumListBoxItem.IsPartiallySelected" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar"><summary>
            Represents a month calendar control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.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.Editors.MonthCalendar.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.Editors.MonthCalendar.Refresh(System.Boolean)"><summary>
            Refreshes the control.
            </summary><param name="requiresNewView">Whether a new view is required (if UI elements are changing instead of only simple data).</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectToday"><summary>
            Selects today's date.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateDayNameItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.DayOfWeek)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified day of week.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="dayOfWeek">The upated day of week.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateDayItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.DateTime)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified day.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="date">The date for which to update the model.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateDecadeItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.DateTime)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified decade.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="date">The date for which to update the model.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateMonthItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.DateTime)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified month.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="date">The date for which to update the model.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateWeekNumberItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.Int32)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified week number.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="weekNumber">The updated week number.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.UpdateYearItem(ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem,System.DateTime)"><summary>
            Updates a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> for the specified year.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> to update.</param><param name="date">The date for which to update the model.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Occurs when the property value has changed.
            </summary><param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveDate"><summary>
            Gets or sets the active date in the calendar.
            </summary><value>
            The active date in the calendar.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveViewMode"><summary>
            Gets or sets the active view mode of the calendar.
            </summary><value>
            The active view mode of the calendar.
            The default value is <c>MonthCalendarViewMode.Month</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CalendarWeekRule"><summary>
            Gets or sets the calendar week rule, which determines how weeks are numbered.
            </summary><value>
            The calendar week rule. When set to <see langword="null" />, the calendar week rule is pulled from the current culture.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CanRetainTime"><summary>
            Gets or sets whether the various <see cref="T:System.DateTime" /> values can retain the time-portion, or if it is reset to midnight.
            </summary><value><c>true</c> if the various <see cref="T:System.DateTime" /> values can retain the time-portion; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to the Clear button.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to the Clear button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonText"><summary>
            Gets or sets the text to display in the Clear button.
            </summary><value>
            The text to display in the Clear button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearSelectionCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to clear the selection.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to clear the selection.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging day items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging day items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for day items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for day items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for day items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for day items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging day name items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging day name items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for day name items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for day name items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to day name items.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to day name items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayOfWeekFormatPattern"><summary>
            Gets or sets the format pattern used for <see cref="T:System.DayOfWeek" /> values.
            </summary><value>
            The format pattern used for <see cref="T:System.DayOfWeek" /> values.
            The default value is <c>DayOfWeekFormatPattern.AbbreviatedUppercase</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging decade items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging decade items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for decade items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for decade items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DisabledDaysOfWeek"><summary>
            Gets or sets the disabled days of the week.
            </summary><value>
            The disabled days of the week.
            The default value is <c>DaysOfWeek.None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.FirstDayOfWeek"><summary>
            Gets or sets the first day of the week.
            </summary><value>
            The first day of the week. When set to <see langword="null" />, the first day of the week is pulled from the current culture.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.GoToNextViewCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to go to the next view.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to go to the next view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.GoToPreviousViewCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to go to the next view.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to go to the next view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsClearButtonVisible"><summary>
            Gets or sets whether the clear button is visible.
            </summary><value><c>true</c> if the clear button is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDateDisabledFunc"><summary>
            Gets or sets a function that is called when a day cell is rendered to determine if it should be disabled.
            </summary><value>
            A function that is called when a day cell is rendered to determine if it should be disabled.
            </value><remarks>
            This function is not called for dates that are outside of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Minimum" /> and <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Maximum" /> range,
            nor for dates that are disabled by the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DisabledDaysOfWeek" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDayOfWeekSelectionEnabled"><summary>
            Gets or sets whether the day of week headers can be used to select dates.
            </summary><value><c>true</c> if the day of week headers can be used to select dates; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayButtonVisible"><summary>
            Gets or sets whether the Today button is visible.
            </summary><value><c>true</c> if the Today button is visible; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayHighlighted"><summary>
            Gets or sets whether <c>DateTime.Today</c> is highlighted.
            </summary><value><c>true</c> if <c>DateTime.Today</c> is highlighted; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberColumnVisible"><summary>
            Gets or sets whether the week number column is visible.
            </summary><value><c>true</c> if the week number column is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberSelectionEnabled"><summary>
            Gets or sets whether the week numbers can be used to select dates.
            </summary><value><c>true</c> if the week numbers can be used to select dates; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxSelectionCount"><summary>
            Gets or sets the maximum number of dates that can be selected.
            </summary><value>
            The maximum number of dates that can be selected.
            The default value is <c>-1</c>, which indicates no upper limit.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxViewMode"><summary>
            Gets or sets the maximum view mode allowed.
            </summary><value>
            The maximum view mode allowed.
            The default value is <c>MonthCalendarViewMode.Century</c>.
            </value><seealso cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveViewMode" /></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging month items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging month items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for month items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for month items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.NavigationButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to the navigation buttons.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to the navigation buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectDateCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to select a date.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to select a date.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectDayOfWeekCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to select an entire day of week.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to select an entire day of week.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDate"><summary>
            Gets or sets the selected date, if any, in the calendar.
            </summary><value>
            The selected date, if any, in the calendar.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDates"><summary>
            Gets the currently-selected dates in the calendar.
            </summary><value>The currently-selected dates in the calendar.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectionMode"><summary>
            Gets or sets the selection mode of the calendar.
            </summary><value>
            The selection mode of the calendar.
            The default value is <c>MonthCalendarSelectionMode.Single</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectTodayCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to select today's date.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to select today's date.</value><remarks>This command calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectToday" /> method.</remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectWeekCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to select an entire week.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to select an entire week.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Title"><summary>
            Gets the title that is displayed for the active view.
            </summary><value>
            The title that is displayed for the active view.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TitleButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to the title button.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to the title button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to the Today button.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to the Today button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonText"><summary>
            Gets the text to display in the Today button.
            </summary><value>
            The text to display in the Today button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ViewResetMode"><summary>
            Gets or sets the view reset mode, which can be used to reset the view when the calendar loses focus.
            </summary><value>
            The view reset mode, which can be used to reset the view when the calendar loses focus.
            The default value is <c>MonthCalendarViewResetMode.None</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging week number items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging week number items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for week number items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for week number items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to apply to week number items.
            </summary><value>
            The <see cref="T:System.Windows.Style" /> to apply to week number items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemsPanelTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging year items.
            </summary><value>
            The <see cref="T:System.Windows.Controls.ItemsPanelTemplate" /> to use for arranging year items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for year items.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to use for year items.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ZoomInCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to zoom in.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to zoom in.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ZoomOutCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that is used to zoom out.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> that is used to zoom out.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectionChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDate" /> property value and/or <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDates" /> collection changes.
            </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.Editors.MonthCalendar.SelectionCommitted"><summary>
            Occurs when the selection is committed, either by pressing <c>Enter</c> or clicking on a date value in single selection mode.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveDateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveDate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveDate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveViewModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveViewMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ActiveViewMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CalendarWeekRuleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CalendarWeekRule" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CalendarWeekRule" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CanRetainTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CanRetainTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.CanRetainTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ClearButtonText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayItemTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayNameItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayOfWeekFormatPatternProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayOfWeekFormatPattern" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DayOfWeekFormatPattern" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DecadeItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DisabledDaysOfWeekProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DisabledDaysOfWeek" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.DisabledDaysOfWeek" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.FirstDayOfWeekProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.FirstDayOfWeek" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.FirstDayOfWeek" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsClearButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsClearButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsClearButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDateDisabledFuncProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDateDisabledFunc" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDateDisabledFunc" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDayOfWeekSelectionEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDayOfWeekSelectionEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsDayOfWeekSelectionEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayHighlightedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayHighlighted" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsTodayHighlighted" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberColumnVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberColumnVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberColumnVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberSelectionEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberSelectionEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.IsWeekNumberSelectionEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxSelectionCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxSelectionCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxSelectionCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxViewModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxViewMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MaxViewMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.MonthItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.NavigationButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.NavigationButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.NavigationButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectedDate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectionModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectionMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.SelectionMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Title" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.Title" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TitleButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TitleButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TitleButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.TodayButtonText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ViewResetModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ViewResetMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.ViewResetMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.WeekNumberItemTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemsPanelTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemsPanelTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemsPanelTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendar.YearItemTemplate" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider"><summary>
            A slider for manipulating gradient stops.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.AddStop"><summary>
            Adds a new gradient stop.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.AddStop(System.Nullable{System.Double})"><summary>
            Adds a new gradient stop.
            </summary><param name="stopOffset">The optional specific offset for the new gradient stop.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.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.Editors.GradientStopSlider.Refresh"><summary>
            Refreshes the control, such as when an external change is made to <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush" /> that is unable to be detected.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.RemoveSelectedStop"><summary>
            Removes the selected gradient stop.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ReverseStops"><summary>
            Reverses the gradient stops in the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush" />.
            </summary><remarks>
            Gradient stops at offset 1.0 will be moved to offset 0.0  gradient stops at offset 0.0 will be moved to offset 1.0.
            Gradient stops at offset 0.5 will not be changed.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to render and adjust with the slider.
            </summary><value>
            The <see cref="T:System.Windows.Media.Brush" /> to render and adjust with the slider.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.AddStopCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.AddStop" /> method.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.AddStop" /> method.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanAddStops"><summary>
            Gets or sets whether stops can be added.
            </summary><value><c>true</c> if stops can be added; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanRemoveStops"><summary>
            Gets or sets whether stops can be removed.
            </summary><value><c>true</c> if stops can be removed; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanReuseBrush"><summary>
            Gets or sets whether the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update.
            </summary><value><c>true</c> if the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            Set this to <c>false</c> in scenarios when binding to <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush" /> using value converters.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.RemoveSelectedStopCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.RemoveSelectedStop" /> method.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.RemoveSelectedStop" /> method.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ReverseStopsCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ReverseStops" /> method.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that calls the <see cref="M:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ReverseStops" /> method.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedColor"><summary>
            Gets or sets the currently selected <see cref="T:System.Windows.Media.Color" />.
            </summary><value>
            The currently selected <see cref="T:System.Windows.Media.Color" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedStopIndex"><summary>
            Gets or sets the index of the selected stop.
            </summary><value>
            The index of the selected stop.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackGradientBrush"><summary>
            Gets the resolved <see cref="T:System.Windows.Media.GradientBrush" /> to render in the track and adjust with the slider.
            </summary><value>
            The <see cref="T:System.Windows.Media.GradientBrush" /> to render in the track and adjust with the slider.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackHeight"><summary>
            Gets or sets the height of the slider track.
            </summary><value>
            The height of the slider track.
            The default value is <c>12</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.ActiveBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanAddStopsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanAddStops" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanAddStops" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanRemoveStopsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanRemoveStops" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanRemoveStops" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanReuseBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanReuseBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.CanReuseBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedStopIndexProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedStopIndex" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.SelectedStopIndex" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackGradientBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackGradientBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackGradientBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackHeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackHeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider.TrackHeight" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.CurrencyComboBox"><summary>
            A drop-down list for currency selection, populated with <see cref="T:ActiproSoftware.Windows.Controls.Editors.Currency" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.CurrencyComboBox.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.CurrencyComboBox" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DateEditBox"><summary>
            Represents a date-only edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateEditBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.DateTime}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateEditBox.#ctor"><summary>
            Initializes an instance of the <c>DateEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateEditBox.CanRetainTime"><summary>
            Gets or sets whether the various <see cref="T:System.DateTime" /> values can retain the time-portion, or if it is reset to midnight.
            </summary><value><c>true</c> if the various <see cref="T:System.DateTime" /> values can retain the time-portion; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateEditBox.CanRetainTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateEditBox.CanRetainTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateEditBox.CanRetainTime" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DatePicker"><summary>
            Represents a date picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DatePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DatePicker.#ctor"><summary>
            Initializes an instance of the <c>DatePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.CanRetainTime"><summary>
            Gets or sets whether the various <see cref="T:System.DateTime" /> values can retain the time-portion, or if it is reset to midnight.
            </summary><value><c>true</c> if the various <see cref="T:System.DateTime" /> values can retain the time-portion; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.DatePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Value" /> property value changes.
            </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.Editors.DatePicker.ValueCommitted"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Value" /> is committed, either by pressing <c>Enter</c> or clicking on a date value.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DatePicker.CanRetainTimeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.CanRetainTime" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.CanRetainTime" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DatePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DatePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DatePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DatePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox"><summary>
            Represents a <c>TextBox</c> that restricts input based on a specified mask.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.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.Editors.MaskedTextBox.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Occurs when a pointer button is down.
            </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.Editors.MaskedTextBox.#ctor"><summary>
            Initializes an instance of the <c>MaskedTextBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseAutoCorrected"><summary>
            Gets or sets whether characters entered will have their case auto-corrected to match the defined mask.
            </summary><value><c>true</c> if characters entered will have their case auto-corrected to match the defined mask; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When this property is set to <c>true</c>, then the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseSensitive" /> property is ignored.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseSensitive"><summary>
            Gets or sets whether the mask is case sensitive.
            </summary><value><c>true</c> if the mask is case sensitive; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseAutoCorrected" /> property is set to <c>true</c>, this property is ignored.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatched"><summary>
            Gets whether the input text successfully matches the pattern.
            </summary><value><c>true</c> if the input text successfully matches the pattern; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.Mask"><summary>
            Gets or sets the text that designates the input mask.
            </summary><value>
            The text that designates the input mask.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MaskKind"><summary>
            Gets or sets the kind of input mask.
            </summary><value>
            The kind of input mask.
            The default value is <c>Regex</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MatchedText"><summary>
            Gets or sets the matched text, which is generally the same as the <c>Text</c> property but without any prompt characters included.
            </summary><value>
            The matched text.
            </value><remarks>
            Any bindings to <see cref="T:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox" /> should bind to this property instead of <c>Text</c>, so that prompt characters aren't included in the result.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptChar"><summary>
            Gets or sets the character used to indicate required input.
            </summary><value>
            The character used to indicate required input.
            The default value is <c>\u2022</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptVisibility"><summary>
            Gets or sets the visibility of mask prompts.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Editors.MaskPromptVisibility" /> that indicates the visibility of mask prompts.
            The default value is <c>FocusedOnly</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatchedChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatched" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseAutoCorrectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseAutoCorrected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseAutoCorrected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseSensitiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseSensitive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsCaseSensitive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatchedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatched" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.IsMatched" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MaskProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.Mask" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.Mask" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MaskKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MaskKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MaskKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MatchedTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MatchedText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.MatchedText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptCharProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptChar" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptChar" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptVisibilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptVisibility" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox.PromptVisibility" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MaskKind"><summary>
            Specifies the mask kinds supported by a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskKind.Regex"><summary>
            The mask is defined as a regular expression.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskKind.Wildcard"><summary>
            The mask is defined using wild card characters.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MaskPromptVisibility"><summary>
            Specifies the visibility of mask prompts within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MaskedTextBox" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskPromptVisibility.FocusedOnly"><summary>
            Prompts will only be visible when the control contains the focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskPromptVisibility.Always"><summary>
            Prompts will always be visible.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MaskPromptVisibility.Never"><summary>
            Prompts will never be visible.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarSelectionMode"><summary>
            Specifies the various selection modes of a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarSelectionMode.Single"><summary>
            Indicates that only one item can be selected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarSelectionMode.Multiple"><summary>
            Indicates that multiple items can be selected, without holding down a modifier key.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarSelectionMode.Extended"><summary>
            Indicates that multiple items can be selected by holding down a modifier key (e.g. Control and/or Shift).
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarSelectionMode.Range"><summary>
            Indicates that multiple items can be selected by holding down a modifier key (e.g. Control and/or Shift), but must be in a contiguous range.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewResetMode"><summary>
            Specifies the view reset mode of a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" /> when it loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewResetMode.None"><summary>
            Indicates that the calendar view will not be reset.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewResetMode.Today"><summary>
            Indicates that the calendar view will be zoomed into the month view that contains <c>DateTime.Today</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewResetMode.Active"><summary>
            Indicates that the calendar view will be zoomed into the month view that contains the active date.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewResetMode.FirstSelected"><summary>
            Indicates that the calendar view will be zoomed into the month view that contains the first selected date.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxStringFilter"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation based on the <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> text being entered.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBoxStringFilter.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Editors.RatingItemState"><summary>
            Specifies the various states supported by <see cref="T:ActiproSoftware.Windows.Controls.Editors.RatingItem" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItemState.Normal"><summary>
            The rating item is in a normal (unselected) state.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItemState.Active"><summary>
            The rating item or one of the items after it has the end user's pointer actively over it.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItemState.Average"><summary>
            The rating item is involved in rendering an average value for the overall rating.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItemState.Selected"><summary>
            The rating item is involved in the end user's value selection.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.BrushPicker"><summary>
            Represents a <c>Brush</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BrushPicker.#ctor"><summary>
            Initializes an instance of the <c>BrushPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.AddGradientStopButtonToolTip"><summary>
            Gets or sets the tooltip for the add gradient stop button.
            </summary><value>
            The tooltip for the add gradient stop button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKind"><summary>
            Gets a <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKind" /> indicating the kind of brush that is being edited.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKind" /> indicating the kind of brush that is being edited.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.CanReuseBrush"><summary>
            Gets or sets whether the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update.
            </summary><value><c>true</c> if the <c>Brush</c> value can simply have components like gradient stops updated instead of requiring a new brush to be created on any update; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            Set this to <c>false</c> in scenarios where <see cref="E:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ValueChanged" /> events need to fire on any update, or when binding to <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.Value" /> using value converters.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsAlphaEnabled"><summary>
            Gets or sets whether the alpha channel (transparency) of the brush value colors are enabled.
            </summary><value><c>true</c> if the alpha channel (transparency) of the brush value colors is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When disabled, no transparency is supported.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradient"><summary>
            Gets whether the brush being edited is a <see cref="T:System.Windows.Media.GradientBrush" />.
            </summary><value><c>true</c> if the brush being edited is a <see cref="T:System.Windows.Media.GradientBrush" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradientAllowed"><summary>
            Gets or sets whether gradient brush values can be entered.
            </summary><value><c>true</c> if gradient brush values can be entered; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNull"><summary>
            Gets whether the brush being edited is a null value.
            </summary><value><c>true</c> if the brush being edited is a null value; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNullAllowed"><summary>
            Gets or sets a value indicating whether null values are allowed to be entered by the user.
            </summary><value><c>true</c> if null values are allowed to be entered by the user; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.RemoveGradientStopButtonToolTip"><summary>
            Gets or sets the tooltip for the remove gradient stop button.
            </summary><value>
            The tooltip for the remove gradient stop button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ReverseGradientStopsButtonToolTip"><summary>
            Gets or sets the tooltip for the reverse gradient stops button.
            </summary><value>
            The tooltip for the reverse gradient stops button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.SelectedColor"><summary>
            Gets or sets the currently selected <see cref="T:System.Windows.Media.Color" />.
            </summary><value>
            The currently selected <see cref="T:System.Windows.Media.Color" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.AddGradientStopButtonToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.AddGradientStopButtonToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.AddGradientStopButtonToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.BrushKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.CanReuseBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.CanReuseBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.CanReuseBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsAlphaEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsAlphaEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsAlphaEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradientProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradient" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradient" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradientAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradientAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsGradientAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNullProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNull" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNull" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNullAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNullAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.IsNullAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.RemoveGradientStopButtonToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.RemoveGradientStopButtonToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.RemoveGradientStopButtonToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ReverseGradientStopsButtonToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ReverseGradientStopsButtonToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ReverseGradientStopsButtonToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.SelectedColorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.SelectedColor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.SelectedColor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BrushPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BrushPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.RatingItem"><summary>
            Represents a single item in a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Rating" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RatingItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RatingItem.#ctor"><summary>
            Initializes an instance of the <c>RatingItem</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ActiveGlyphTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the end user's pointer actively over this item or one after it.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the end user's pointer actively over this item or one after it.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.AverageGlyphTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the item is involved in rendering an average value for the overall rating.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the item is involved in rendering an average value for the overall rating.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ClipPercentage"><summary>
            Gets the clip percentage to apply on the foreground glyph.
            </summary><value>The clip percentage to apply on the foreground glyph.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.NormalGlyphTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph in the normal (unselected) state.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph in the normal (unselected) state.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.Orientation"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.Orientation" /> of the child element layout.
            The default value is <c>Vertical</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.SelectedGlyphTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the item is involved in the end user's value selection.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the item glyph when the item is involved in the end user's value selection.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.State"><summary>
            Gets the current item state.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Editors.RatingItemState" /> that indicates the current item state.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.ActiveGlyphTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ActiveGlyphTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ActiveGlyphTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.AverageGlyphTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.AverageGlyphTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.AverageGlyphTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.ClipPercentageProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ClipPercentage" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.ClipPercentage" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.NormalGlyphTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.NormalGlyphTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.NormalGlyphTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.SelectedGlyphTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.SelectedGlyphTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.SelectedGlyphTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RatingItem.StateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.State" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RatingItem.State" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Rating"><summary>
            Represents a rating control that allows the user to set or view a rating of an entity.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Rating.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.Editors.Rating.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)"><summary>
            Occurs when the <c>Items</c> collection has changed.
            </summary><param name="e">The <see cref="T:System.Collections.Specialized.NotifyCollectionChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Rating.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.Editors.Rating.#ctor"><summary>
            Initializes an instance of the <c>Rating</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Rating.AverageValue"><summary>
            Gets or sets the average rating value currently presented by the control.
            </summary><value>
            The average rating value currently presented by the control.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Rating.ClearValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can clear the value.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can clear the value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Rating.ItemCount"><summary>
            Gets or sets the number of items to display in the rating.
            </summary><value>
            The number of items to display in the rating.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Rating.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Orientation" /> of the child element layout.
            The default value is <c>Horizontal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Rating.Value"><summary>
            Gets or sets the rating value currently presented by the control, if any.
            </summary><value>
            The rating value currently presented by the control, if any.
            The default value is <see langword="null" />.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Rating.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Rating.AverageValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.AverageValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.AverageValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Rating.ItemCountProperty"><summary>
            Identifies the read-only <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.ItemCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.ItemCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Rating.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Orientation" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Rating.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Rating.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts"><summary>
            Specifies the various editable parts of a <see cref="T:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.None"><summary>
            Indicates that no parts will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.Days"><summary>
            Indicates that the days part will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.Hours"><summary>
            Indicates that the hours part will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.Minutes"><summary>
            Indicates that the minutes part will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.Seconds"><summary>
            Indicates that the seconds part will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.Milliseconds"><summary>
            Indicates that the milliseconds part will be editable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditableParts.All"><summary>
            Indicates that all the parts will be editable.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker"><summary>
            Represents a <c>TimeSpan</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.#ctor"><summary>
            Initializes an instance of the <c>TimeSpanPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Days"><summary>
            Gets the days component (0 - 255) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.
            </summary><value>The days component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.EditableParts"><summary>
            Gets or sets the editable parts.
            </summary><value>The editable parts.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Hours"><summary>
            Gets the hours component (0 - 23) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.
            </summary><value>The hours component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Milliseconds"><summary>
            Gets the milliseconds component (0 - 999) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.
            </summary><value>The milliseconds component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minutes"><summary>
            Gets the minutes component (0 - 59) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.
            </summary><value>The minutes component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Seconds"><summary>
            Gets the seconds component (0 - 59) of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.
            </summary><value>The seconds component of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" />.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.DaysProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Days" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Days" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.EditablePartsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.EditableParts" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.EditableParts" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.HoursProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Hours" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Hours" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.MillisecondsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Milliseconds" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Milliseconds" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.MinutesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minutes" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Minutes" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.SecondsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Seconds" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Seconds" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox"><summary>
            Represents a timespan edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.CoerceValidValue(System.Nullable{System.TimeSpan})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ConvertToString(System.Nullable{System.TimeSpan})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.IsValidValue(System.Nullable{System.TimeSpan})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.TimeSpan}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.#ctor"><summary>
            Initializes an instance of the <c>TimeSpanEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Format"><summary>
            Gets or sets the timespan format string.
            </summary><value>
            The timespan format string.
            The default value is <c>"g"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>7.3:5:5:050</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.PickerEditableParts"><summary>
            Gets the picker's editable parts.
            </summary><value>The picker's editable parts.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ResolvedFormat"><summary>
            Gets the resolved timespan format string.
            </summary><value>
            The resolved timespan format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.1:1:1:1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.PickerEditablePartsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.PickerEditableParts" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.PickerEditableParts" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimeSpanEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox"><summary>
            Represents a date/time edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.CoerceValidValue(System.Nullable{System.DateTime})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ConvertToString(System.Nullable{System.DateTime})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.IsValidValue(System.Nullable{System.DateTime})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.DateTime}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.#ctor"><summary>
            Initializes an instance of the <c>DateTimeEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Format"><summary>
            Gets or sets the date/time format string.
            </summary><value>
            The date/time format string.
            The default value is <c>"g"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ResolvedFormat"><summary>
            Gets the resolved date/time format string.
            </summary><value>
            The resolved date/time format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.SetValueToNowCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that sets the value to the current date/time.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that sets the value to the current date/time.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.SetValueToTodayCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that sets the value to the current date.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that sets the value to the current date.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimeEditBox.ResolvedFormat" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DateTimePicker"><summary>
            Represents a date/time picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.#ctor"><summary>
            Initializes an instance of the <c>DateTimePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DateTimePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SingleEditBox"><summary>
            Represents a <c>Single</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CoerceValidValue(System.Nullable{System.Single})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ConvertToString(System.Nullable{System.Single})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsValidValue(System.Nullable{System.Single})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Single}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.#ctor"><summary>
            Initializes an instance of the <c>SingleEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Single.NaN" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Single.NaN" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Single.NegativeInfinity" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Single.NegativeInfinity" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Single.PositiveInfinity" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Single.PositiveInfinity" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.PickerKind"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Editors.SingleEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Editors.SingleEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox"><summary>
            Represents a <c>Double</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CoerceValidValue(System.Nullable{System.Double})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ConvertToString(System.Nullable{System.Double})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsValidValue(System.Nullable{System.Double})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Double}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.#ctor"><summary>
            Initializes an instance of the <c>DoubleEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.PickerKind"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Editors.DoubleEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Editors.DoubleEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.BytePicker"><summary>
            Represents an <c>Byte</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BytePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.BytePicker.#ctor"><summary>
            Initializes an instance of the <c>BytePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.BytePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BytePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BytePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BytePicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.BytePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.BytePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ByteEditBox"><summary>
            Represents an <c>Byte</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CoerceValidValue(System.Nullable{System.Byte})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ConvertToString(System.Nullable{System.Byte})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.IsValidValue(System.Nullable{System.Byte})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Byte}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.#ctor"><summary>
            Initializes an instance of the <c>ByteEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"D"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.PickerKind"><summary>
            Gets or sets an <see cref="T:ActiproSoftware.Windows.Controls.Editors.ByteEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            An <see cref="T:ActiproSoftware.Windows.Controls.Editors.ByteEditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ByteEditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.BytePicker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.ByteEditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.BytePicker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ByteEditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ByteEditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SingleEditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.SinglePicker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.SingleEditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.SinglePicker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SingleEditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SingleEditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int16Picker"><summary>
            Represents an <c>Int16</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16Picker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16Picker.#ctor"><summary>
            Initializes an instance of the <c>Int16Picker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int16Picker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16Picker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16Picker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16Picker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16Picker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16Picker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int16EditBox"><summary>
            Represents an <c>Int16</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CoerceValidValue(System.Nullable{System.Int16})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ConvertToString(System.Nullable{System.Int16})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.IsValidValue(System.Nullable{System.Int16})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Int16}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.#ctor"><summary>
            Initializes an instance of the <c>Int16EditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"D"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.PickerKind"><summary>
            Gets or sets an <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int16EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            An <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int16EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int16EditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int16Picker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int16EditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int16Picker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int16EditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int16EditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int64EditBox"><summary>
            Represents an <c>Int64</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CoerceValidValue(System.Nullable{System.Int64})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ConvertToString(System.Nullable{System.Int64})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.IsValidValue(System.Nullable{System.Int64})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Int64}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.#ctor"><summary>
            Initializes an instance of the <c>Int64EditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"D"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.PickerKind"><summary>
            Gets or sets an <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int64EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            An <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int64EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int64EditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int64Picker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int64EditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int64Picker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64EditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64EditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SinglePicker"><summary>
            Represents a <c>Single</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SinglePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SinglePicker.#ctor"><summary>
            Initializes an instance of the <c>SinglePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.SinglePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SinglePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SinglePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SinglePicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SinglePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SinglePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int32EditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int32Picker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int32EditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int32Picker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DoublePicker"><summary>
            Represents a <c>Double</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoublePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.DoublePicker.#ctor"><summary>
            Initializes an instance of the <c>DoublePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.DoublePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoublePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoublePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoublePicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoublePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoublePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.EnumEditBox"><summary>
            Represents an <c>Enum</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.ConvertToString(System.Object)"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.IsValidValue(System.Object)"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.TryConvertFromString(System.String,System.Boolean,System.Object@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.#ctor"><summary>
            Initializes an instance of the <c>EnumEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumSortComparer"><summary>
            Gets or sets the <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values.
            </summary><value>
            The <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values; otherwise <see langword="null" /> to indicate no sorting, which will use the order the enumeration values are defined.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumType"><summary>
            Gets or sets the enumeration type.
            </summary><value>The enumeration type.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.UseDisplayAttributes"><summary>
            Gets or sets a value indicating whether enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any.
            </summary><value><c>true</c> if enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumSortComparerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumSortComparer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumSortComparer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.EnumType" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.UseDisplayAttributesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.UseDisplayAttributes" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumEditBox.UseDisplayAttributes" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.EnumPicker"><summary>
            Represents an <see cref="T:System.Enum" /> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.EnumPicker.#ctor"><summary>
            Initializes an instance of the <c>EnumPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumSortComparer"><summary>
            Gets or sets the <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values.
            </summary><value>
            The <see cref="T:System.Collections.Generic.IComparer`1" /> used to sort the enumeration values; otherwise <see langword="null" /> to indicate no sorting, which will use the order the enumeration values are defined.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumType"><summary>
            Gets or sets the enumeration type.
            </summary><value>The enumeration type.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.IsOnPopup"><summary>
            Gets or sets whether the control is being used on a popup, which affects how value changes are handled.
            </summary><value><c>true</c> if the control is being used on a popup; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.UseDisplayAttributes"><summary>
            Gets or sets a value indicating whether enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any.
            </summary><value><c>true</c> if enumeration values should be displayed using an associated <c>DisplayAttribute</c>, if any; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.EnumPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumSortComparerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumSortComparer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumSortComparer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.EnumType" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumPicker.IsOnPopupProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.IsOnPopup" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.IsOnPopup" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumPicker.UseDisplayAttributesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.UseDisplayAttributes" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.UseDisplayAttributes" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.EnumPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.EnumPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.GuidEditBox"><summary>
            Represents an <c>Guid</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ConvertToString(System.Nullable{System.Guid})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.IsValidValue(System.Nullable{System.Guid})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.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.Editors.GuidEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Guid}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.#ctor"><summary>
            Initializes an instance of the <c>GuidEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.Format"><summary>
            Gets or sets the GUID format string.
            </summary><value>
            The GUID format string.
            The default value is <c>"D"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.NewGuidButtonToolTip"><summary>
            Gets or sets the tooltip for the new GUID button.
            </summary><value>
            The tooltip for the new GUID button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.NewGuidCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to generate a new GUID.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to generate a new GUID.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ResolvedFormat"><summary>
            Gets the resolved GUID format string.
            </summary><value>
            The resolved GUID format string.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.NewGuidButtonToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.NewGuidButtonToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.NewGuidButtonToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.GuidEditBox.ResolvedFormat" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker"><summary>
            Represents a color picker control that allows for visual selection of hue, saturation, and brightness.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.#ctor"><summary>
            Initializes an instance of the <c>HsbColorPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.A"><summary>
            Gets or sets the alpha transparency component (0 - 255) of the color.
            </summary><value>The alpha transparency component of the color.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Brightness"><summary>
            Gets or sets the HSB brightness component (0 - 1.0) of the color.
            </summary><value>The HSB brightness component (0 - 1.0) of the color.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Hue"><summary>
            Gets or sets the HSB hue component (0 - 359.00) of the color.
            </summary><value>The HSB hue component (0 - 359.00) of the color.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Saturation"><summary>
            Gets or sets the HSB saturation component (0 - 1.0) of the color.
            </summary><value>The HSB saturation component (0 - 1.0) of the color.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.BrightnessChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Brightness" /> property value changes.
            </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.Editors.HsbColorPicker.HueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Hue" /> property value changes.
            </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.Editors.HsbColorPicker.SaturationChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Saturation" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.AProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.A" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.A" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.BrightnessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Brightness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Brightness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.HueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Hue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Hue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.SaturationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Saturation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.HsbColorPicker.Saturation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int32EditBox"><summary>
            Represents an <c>Int32</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CoerceValidValue(System.Nullable{System.Int32})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ConvertToString(System.Nullable{System.Int32})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.IsValidValue(System.Nullable{System.Int32})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Int32}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.#ctor"><summary>
            Initializes an instance of the <c>Int32EditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CalculatorPopupPickerStyle"><summary>
            Gets or sets the popup picker <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.
            </summary><value>The <see cref="T:System.Windows.Style" /> that uses a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"D"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.PickerKind"><summary>
            Gets or sets an <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int32EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            </summary><value>
            An <see cref="T:ActiproSoftware.Windows.Controls.Editors.Int32EditBoxPickerKind" /> indicating the pre-defined <c>Style</c> to apply to the picker used within the popup.
            The default value is <c>Calculator</c> in WPF and <c>Default</c> in UWP.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CalculatorPopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CalculatorPopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.CalculatorPopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.PickerKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.PickerKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.PickerKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32EditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int64Picker"><summary>
            Represents an <c>Int64</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64Picker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int64Picker.#ctor"><summary>
            Initializes an instance of the <c>Int64Picker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int64Picker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64Picker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64Picker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64Picker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int64Picker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int64Picker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int32Picker"><summary>
            Represents an <c>Int32</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32Picker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32Picker.#ctor"><summary>
            Initializes an instance of the <c>Int32Picker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int32Picker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32Picker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32Picker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32Picker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32Picker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32Picker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem"><summary>
            Represents a month calendar item.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.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.Editors.MonthCalendarItem.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.Editors.MonthCalendarItem.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.Command"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> to execute when the item is tapped.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> to execute when the item is tapped.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.CommandParameter"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> parameter to pass when the item is tapped.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> parameter to pass when the item is tapped.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.ContainsToday"><summary>
            Gets or sets a value indicating whether the item contains <c>DateTime.Today</c>.
            </summary><value><c>true</c> if the item contains <c>DateTime.Today</c>; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.Date"><summary>
            Gets the date associated with this item.
            </summary><value>The date associated with this item.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsHeader"><summary>
            Gets or sets whether the item is a header and shouldn't show visual state highlights.
            </summary><value><c>true</c> if the item is a header and shouldn't show visual state highlights; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsInactive"><summary>
            Gets or sets whether the item is outside of the active view.
            </summary><value><c>true</c> if the item is outside of the active view; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsPressed"><summary>
            Gets whether the item is pressed.
            </summary><value><c>true</c> if the item is pressed; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsSelected"><summary>
            Gets or sets whether the item is selected.
            </summary><value><c>true</c> if the item is selected; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.CommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.Command" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.Command" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.CommandParameterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.CommandParameter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.CommandParameter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.ContainsTodayProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.ContainsToday" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.ContainsToday" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsHeaderProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsHeader" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsHeader" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsInactiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsInactive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsInactive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.MonthCalendarItem.IsSelected" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker"><summary>
            Represents an <c>Int32Rect</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.#ctor"><summary>
            Initializes an instance of the <c>Int32RectPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox"><summary>
            Represents a <c>Int32Rect</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.CoerceValidValue(System.Nullable{System.Windows.Int32Rect})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ConvertToString(System.Nullable{System.Windows.Int32Rect})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.IsValidValue(System.Nullable{System.Windows.Int32Rect})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Int32Rect}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.#ctor"><summary>
            Initializes an instance of the <c>Int32RectEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Int32RectEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.VectorEditBox"><summary>
            Represents a <c>Vector</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.CoerceValidValue(System.Nullable{System.Windows.Vector})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ConvertToString(System.Nullable{System.Windows.Vector})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsValidValue(System.Nullable{System.Windows.Vector})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Vector}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.#ctor"><summary>
            Initializes an instance of the <c>VectorEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.VectorPicker"><summary>
            Represents a <c>Vector</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.VectorPicker.#ctor"><summary>
            Initializes an instance of the <c>VectorPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.VectorPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.VectorPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.VectorPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SpinnerVisibility"><summary>
            Specifies the desired visibility of a spinner within a parent control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinnerVisibility.Collapsed"><summary>
            The spinner should always be hidden.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinnerVisibility.Visible"><summary>
            The spinner should always be visible.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinnerVisibility.VisibleWhenActive"><summary>
            The spinner should be visible when the parent control has focus or a pointer over it.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers"><summary>
            Specifies the triggers that force a <c>PartEditBoxBase</c>-derived control to immediately commit any changes.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.None"><summary>
            Indicates that changes will only be committed when the control loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.EnterKeyDown"><summary>
            Indicates that changes made will be committed when the <c>Enter</c> key is pressed.
            Other changes will only be committed when the control loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.SpinnerChange"><summary>
            Indicates that changes made using an associated <c>Spinner</c> will be committed immediately.
            Other changes will only be committed when the control loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.ActivePartChange"><summary>
            Indicates that changes will be committed when the active part changes.
            Other changes will only be committed when the control loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.StringValueChange"><summary>
            Indicates that changes will be committed immediately when typing and other text edits occur.
            Other changes will only be committed when the control loses focus.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.All"><summary>
            Indicates that changes will be always be committed immediately.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers.Default"><summary>
            Indicates that changes made using an associated <c>Spinner</c> will be committed immediately.
            Other changes will only be committed when the control loses focus or when the <c>Enter</c> key is pressed.
            This is the same as <c>EnterKeyDown | SpinnerChange</c>.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewMode"><summary>
            Specifies the various views of a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewMode.Month"><summary>
            Indicates that the calendar will present a month view.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewMode.Year"><summary>
            Indicates that the calendar will present a year view.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewMode.Decade"><summary>
            Indicates that the calendar will present a decade view.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.MonthCalendarViewMode.Century"><summary>
            Indicates that the calendar will present a century view.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.PointEditBox"><summary>
            Represents a <c>Point</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.CoerceValidValue(System.Nullable{System.Windows.Point})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ConvertToString(System.Nullable{System.Windows.Point})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsValidValue(System.Nullable{System.Windows.Point})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Point}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointEditBox.#ctor"><summary>
            Initializes an instance of the <c>PointEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.PointPicker"><summary>
            Represents a <c>Point</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.PointPicker.#ctor"><summary>
            Initializes an instance of the <c>PointPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.PointPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.PointPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.PointPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker"><summary>
            Represents a radial color hue picker control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.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.Editors.RadialHuePicker.#ctor"><summary>
            Initializes an instance of the <c>RadialHuePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Hue"><summary>
            Gets or sets the color hue.
            </summary><value>
            The color hue.
            The default value is <c>0.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Radius"><summary>
            Gets or sets the ring's outer radius.
            </summary><value>
            The ring's outer radius.
            The default value is <c>130.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.SliderRadius"><summary>
            Gets the slider's radius.
            </summary><value>
            The slider's radius.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.HueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Hue" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.HueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Hue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Hue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.RadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Radius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.Radius" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.SliderRadiusProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.SliderRadius" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker.SliderRadius" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.RectEditBox"><summary>
            Represents a <c>Rect</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.CoerceValidValue(System.Nullable{System.Windows.Rect})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ConvertToString(System.Nullable{System.Windows.Rect})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsValidValue(System.Nullable{System.Windows.Rect})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Rect}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectEditBox.#ctor"><summary>
            Initializes an instance of the <c>RectEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.RectPicker"><summary>
            Represents a <c>Rect</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.RectPicker.#ctor"><summary>
            Initializes an instance of the <c>RectPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.RectPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.RectPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.RectPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker"><summary>
            Represents a saturation/brightness picker control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.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.Editors.SaturationBrightnessPicker.#ctor"><summary>
            Initializes an instance of the <c>SaturationBrightnessPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Brightness"><summary>
            Gets or sets the color brightness.
            </summary><value>The color brightness.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Hue"><summary>
            Gets or sets the color hue.
            </summary><value>The color hue.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Saturation"><summary>
            Gets or sets the color saturation.
            </summary><value>The color saturation.</value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.BrightnessChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Brightness" /> property value changes.
            </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.Editors.SaturationBrightnessPicker.SaturationChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Saturation" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.BrightnessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Brightness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Brightness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.HueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Hue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Hue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.SaturationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Saturation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker.Saturation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SizeEditBox"><summary>
            Represents a <c>Size</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.CoerceValidValue(System.Nullable{System.Windows.Size})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ConvertToString(System.Nullable{System.Windows.Size})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsValidValue(System.Nullable{System.Windows.Size})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Size}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.#ctor"><summary>
            Initializes an instance of the <c>SizeEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizeEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.DoubleEditBoxPickerKind"><summary>
            Specifies the kind of <c>Style</c> to apply to the <see cref="T:ActiproSoftware.Windows.Controls.Editors.DoublePicker" /> used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox" />'s popup.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBoxPickerKind.Default"><summary>
            Use the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> property,
            and if that is not specified, uses the default <see cref="T:ActiproSoftware.Windows.Controls.Editors.DoublePicker" /> style, which is templated to contain a radial slider control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.DoubleEditBoxPickerKind.Calculator"><summary>
            Uses the <c>Style</c> set to the <see cref="P:ActiproSoftware.Windows.Controls.Editors.DoubleEditBox.CalculatorPopupPickerStyle" /> property,
            which is templated to contain a calculator control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SpinWrapping"><summary>
            Specifies the various wrapping behaviors supported when spinning a value in a part edit box.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinWrapping.NoWrap"><summary>
            Indicates that the values will not wrap when the minimum or maximum are reached.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinWrapping.SimpleWrap"><summary>
            Indicates that the values will wrap when the minimum or maximum are reached (e.g. incrementing the maximum value will result
            in the minimum value).
            </summary><remarks>
            Some types can support more advanced wrapping behaviors, such as DateTime. For example, if you increment the minute
            part of the time "4:59pm", then there are three possible outcomes:
               1. "4:59pm" - This is equivalent to the NoWrap option.
               2. "4:00pm" - This is equivalent to the SimpleWrap option.
               3. "5:00pm" - This is equivalent to the Wrap option, which affects the hour part.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SpinWrapping.Wrap"><summary>
            Indicates that the values will wrap when the minimum or maximum are reached (e.g. incrementing the maximum value will result
            in the minimum value), but may or may not include special handling (see remarks for more information).
            </summary><remarks>
            Some types can support more advanced wrapping behaviors, such as DateTime. For example, if you increment the minute
            part of the time "4:59pm", then there are three possible outcomes:
               1. "4:59pm" - This is equivalent to the NoWrap option.
               2. "4:00pm" - This is equivalent to the SimpleWrap option.
               3. "5:00pm" - This is equivalent to the Wrap option, which affects the hour part.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Editors.SizePicker"><summary>
            Represents a <c>Size</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.SizePicker.#ctor"><summary>
            Initializes an instance of the <c>SizePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.SizePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizePicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.SizePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.SizePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox"><summary>
            Represents a <c>Thickness</c> edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.CoerceValidValue(System.Nullable{System.Windows.Thickness})"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ConvertToString(System.Nullable{System.Windows.Thickness})"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsValidValue(System.Nullable{System.Windows.Thickness})"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.RaiseValueChangedEvent"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ValueChanged" /> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.Windows.Thickness}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.#ctor"><summary>
            Initializes an instance of the <c>ThicknessEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.DefaultValue"><summary>
            Gets or sets the value to set when incrementing/decrementing from a null value.
            </summary><value>
            The value to set when incrementing/decrementing from a null value.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Format"><summary>
            Gets or sets the number format string.
            </summary><value>
            The number format string.
            The default value is <c>"G"</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNaNAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NaN" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NaN" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNegativeInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.NegativeInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsPositiveInfinityAllowed"><summary>
            Gets or sets whether <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value.
            </summary><value><c>true</c> if <see cref="F:System.Double.PositiveInfinity" /> is accepted as a component value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>
            The large change value.
            The default value is <c>5.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ResolvedFormat"><summary>
            Gets the resolved number format string.
            </summary><value>
            The resolved number format string.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ValueChanged"><summary>
            Occurs after the <c>Value</c> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.FormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Format" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Format" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNaNAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNaNAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNaNAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNegativeInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNegativeInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsNegativeInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsPositiveInfinityAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsPositiveInfinityAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.IsPositiveInfinityAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.LargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.LargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.LargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ResolvedFormatProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ResolvedFormat" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.ResolvedFormat" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessEditBox.SmallChange" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker"><summary>
            Represents a <c>Thickness</c> picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.#ctor"><summary>
            Initializes an instance of the <c>ThicknessPicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>
            The small change value.
            The default value is <c>1.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.SmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.SmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.SmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.ThicknessPicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.TimeEditBox"><summary>
            Represents a time-only edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeEditBox.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeEditBox.TryConvertFromString(System.String,System.Boolean,System.Nullable{System.DateTime}@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimeEditBox.#ctor"><summary>
            Initializes an instance of the <c>TimeEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimeEditBox.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.TimePicker"><summary>
            Represents a time picker.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimePicker.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.TimePicker.#ctor"><summary>
            Initializes an instance of the <c>TimePicker</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Hour"><summary>
            Gets or sets the hour value.
            </summary><value>
            The hour value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMaximum"><summary>
            Gets the highest possible hour degree value, which can be bound to a radial slider.
            </summary><value>
            The highest possible hour degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMinimum"><summary>
            Gets the lowest possible hour degree value, which can be bound to a radial slider.
            </summary><value>
            The lowest possible hour degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeValue"><summary>
            Gets or sets the hour value in degrees.
            </summary><value>
            The hour value in degrees.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.IsPM"><summary>
            Gets whether the time is PM.
            </summary><value><c>true</c> if the time is PM; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>
            The highest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>
            The lowest possible value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minute"><summary>
            Gets or sets the minute value.
            </summary><value>
            The minute value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMaximum"><summary>
            Gets the highest possible minute degree value, which can be bound to a radial slider.
            </summary><value>
            The highest possible minute degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMinimum"><summary>
            Gets the lowest possible minute degree value, which can be bound to a radial slider.
            </summary><value>
            The lowest possible minute degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeValue"><summary>
            Gets or sets the minute value in degrees.
            </summary><value>
            The degree minute value in degrees.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Value"><summary>
            Gets or sets the value of the control.
            </summary><value>
            The value of the control.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Editors.TimePicker.ValueChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Value" /> property value changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Hour" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Hour" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMaximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMaximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMinimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeMinimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.HourDegreeValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.IsPMProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.IsPM" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.IsPM" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Maximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Maximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minute" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Minute" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMaximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMaximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMinimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeMinimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.MinuteDegreeValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.TimePicker.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.TimePicker.Value" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.ColorComponentToPercentConverter"><summary>
            Represents the converter that converts a color component to a percentage.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.ColorComponentToPercentConverter.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.Editors.Primitives.ColorComponentToPercentConverter.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.Editors.Primitives.EmbeddedListBoxItem"><summary>
            Represents an <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedListBox" /> item.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedListBoxItem.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Provides class handling for the <c>MouseLeftButtonDown</c> event.
            </summary><param name="e">The event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedListBoxItem.#ctor"><summary>
            Initializes an instance of the <c>EmbeddedListBoxItem</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedListBox"><summary>
            Represents a <c>ListBox</c> that can be embedded into other controls.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedListBox.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.Editors.Primitives.EmbeddedListBox.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.Editors.Primitives.EmbeddedListBox.#ctor"><summary>
            Initializes an instance of the <c>EmbeddedListBox</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxInlinePanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> for arranging inlines in a part edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxInlinePanel.#ctor"><summary>
            Initializes an instance of the <c>PartEditBoxInlinePanel</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.MonthCalendarRepeatButton"><summary>
            Represents a repeat button used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.MonthCalendarRepeatButton.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)"><summary>
            Occurs when mouse capture is lost.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.MonthCalendarButton"><summary>
            Represents a button used within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.MonthCalendarButton.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)"><summary>
            Occurs when mouse capture is lost.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.RatingPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> for arranging items in a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Rating" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.RatingPanel.ArrangeOverride(System.Windows.Size)"><summary>
            Arranges and performs layout on children given a size to layout within.
            </summary><param name="finalSize">The size <see cref="T:System.Windows.Controls.Panel" /> is suggested to occupy for layout.</param><returns>The size <see cref="T:System.Windows.Controls.Panel" /> occupies after layout.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.RatingPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size
            and returns its desired size based on the size of its children.
            </summary><param name="availableSize">The size the <see cref="T:System.Windows.Controls.Panel" /> is suggested to fit inside.</param><returns>The desired size of the <see cref="T:System.Windows.Controls.Panel" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.RatingPanel.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="T:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopSliderPanel"><summary>
            Represents a <see cref="T:System.Windows.Controls.Panel" /> for arranging thumbs in a <see cref="T:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopSliderPanel.ArrangeOverride(System.Windows.Size)"><summary>
            Arranges and performs layout on children given a size to layout within.
            </summary><param name="finalSize">The size <see cref="T:System.Windows.Controls.Panel" /> is suggested to occupy for layout.</param><returns>The size <see cref="T:System.Windows.Controls.Panel" /> occupies after layout.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopSliderPanel.MeasureOverride(System.Windows.Size)"><summary>
            Measures all children given an available size
            and returns its desired size based on the size of its children.
            </summary><param name="availableSize">The size the <see cref="T:System.Windows.Controls.Panel" /> is suggested to fit inside.</param><returns>The desired size of the <see cref="T:System.Windows.Controls.Panel" />.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb"><summary>
            Represents a thumb for dragging a gradient stop in a <see cref="T:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.RemoveIfAllowed"><summary>
            Removes the gradient stop, if the slider allows it.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.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.Editors.Primitives.GradientStopThumb.#ctor"><summary>
            Initializes an instance of the <c>GradientStopThumb</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDragging"><summary>
            Gets whether the thumb is being dragged by a pointer.
            </summary><value><c>true</c> if the thumb is being dragged by a pointer; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDraggingToRemove"><summary>
            Gets whether the thumb is being dragged by a pointer into a location where it will be removed.
            </summary><value><c>true</c> if the thumb is being dragged by a pointer into a location where it will be removed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsSelected"><summary>
            Gets or sets whether the thumb is currently selected.
            </summary><value><c>true</c> if the thumb is currently selected; otherwise, <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDraggingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDragging" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDragging" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDraggingToRemoveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDraggingToRemove" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsDraggingToRemove" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.GradientStopThumb.IsSelected" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.DefaultValueConverter"><summary>
            Represents the converter that converts null values to a default value, but otherwise allows the non-null value to pass directly through.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.DefaultValueConverter.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.Editors.Primitives.DefaultValueConverter.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.Editors.Primitives.DateToDecadeStringConverter"><summary>
            Represents the converter that converts <see cref="T:System.DateTime" /> to decade string values.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.DateToDecadeStringConverter.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.Editors.Primitives.DateToDecadeStringConverter.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.Editors.Primitives.EmbeddedRadialSlider"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.RadialSlider" /> that is intended to be embedded within a popup.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.OnMaximumChanged(System.Double,System.Double)"><summary>
            Occurs when the <c>Maximum</c> property has changed.
            </summary><param name="oldMaximum">The old value.</param><param name="newMaximum">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.OnMinimumChanged(System.Double,System.Double)"><summary>
            Occurs when the <c>Minimum</c> property has changed.
            </summary><param name="oldMinimum">The old value.</param><param name="newMinimum">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.OnValueChanged(System.Double,System.Double)"><summary>
            Occurs when the <c>Value</c> property has changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.#ctor"><summary>
            Initializes an instance of the <c>EmbeddedRadialSlider</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalEndAngle"><summary>
            Gets or sets the total end angle.
            </summary><value>The total end angle.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalStartAngle"><summary>
            Gets or sets the total start angle.
            </summary><value>The total start angle.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalEndAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalEndAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalEndAngle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalStartAngleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalStartAngle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EmbeddedRadialSlider.TotalStartAngle" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.EnumValueNameSortComparer"><summary>
            Sorts enumeration values by name, in ascending order.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.EnumValueNameSortComparer.Compare(System.Enum,System.Enum)"><summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary><param name="x">The first object to compare.</param><param name="y">The second object to compare.</param><returns>
            Value Condition
            Less than zero    - <paramref name="x" /> is less than <paramref name="y" />.
            Zero              - <paramref name="x" /> equals <paramref name="y" />.
            Greater than zero - <paramref name="x" /> is greater than <paramref name="y" />.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.EnumValueNameSortComparer.Instance"><summary>
            Gets a global instance of this comparer.
            </summary><value>A global instance of this comparer.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton"><summary>
            Represents a drop-down styled toggle button.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton.#ctor"><summary>
            Initializes an instance of the <c>DropDownButton</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton.IsPointerOverParent"><summary>
            Gets or sets whether the button should be forced to reflect a pointer over state, such as when the mouse is over the templated parent.
            </summary><value><c>true</c> if the button should be forced to reflect a pointer over state; otherwise, <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton.IsPointerOverParentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton.IsPointerOverParent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.DropDownButton.IsPointerOverParent" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel"><summary>
            Provides a panel for arranging buttons within a <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.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.Editors.Primitives.SpinnerButtonPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.Orientation" /> of the spinner.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.Orientation" /> of the spinner.
            The default value is <c>Vertical</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SpinnerButtonPanel.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner"><summary>
            Represents a spinner control, which offers up/down or left/right buttons.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.#ctor"><summary>
            Initializes an instance of the <c>Spinner</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.CommandParameter"><summary>
            Gets or sets the command parameters to use with the buttons.
            </summary><value>
            The command parameters to use with the buttons.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> executed when the decrement button is tapped.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> executed when the decrement button is tapped.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementToolTip"><summary>
            Gets or sets the tooltip content for the decrement button.
            </summary><value>
            The tooltip content for the decrement button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> executed when the increment button is tapped.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> executed when the increment button is tapped.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementToolTip"><summary>
            Gets or sets the tooltip content for the increment button.
            </summary><value>
            The tooltip content for the increment button.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.Orientation"><summary>
            Gets or sets the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.Orientation" /> of the spinner.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.Orientation" /> of the spinner.
            The default value is <c>Vertical</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.CommandParameterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.CommandParameter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.CommandParameter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementCommand" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.DecrementToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementCommand" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementToolTipProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementToolTip" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.IncrementToolTip" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.OrientationProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.Orientation" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.Spinner.Orientation" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing"><summary>
            Represents a ring that renders color hues.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.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.Editors.Primitives.HueRing.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.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.Editors.Primitives.HueRing.#ctor"><summary>
            Initializes an instance of the <c>HueRing</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.Length"><summary>
            Gets or sets the length of the ring.
            </summary><value>
            The length of the ring.
            The default value is <c>40.0</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.LengthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.Length" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing.Length" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.InputScopeConverter"><summary>
            Represents the converter that converts <see cref="T:System.Windows.Input.InputScopeNameValue" /> to <see cref="T:System.Windows.Input.InputScope" /> values.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.InputScopeConverter.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.Editors.Primitives.InputScopeConverter.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.Editors.Primitives.PartEditBoxBase`1"><summary>
            Represents the abstract base class for a part-based edit box.
            </summary><typeparam name="T">The type of value being edited.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CoerceValidValue(`0)"><summary>
            Coerces the value to be within range.
            </summary><param name="value">The value to coerce.</param><returns>The coerced value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Commit"><summary>
            Commits any pending text updates and returns whether the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value" /> has been updated.
            </summary><returns><c>true</c> if the value has been updated; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Commit(System.Boolean)"><summary>
            Commits any pending text updates and returns whether the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value" /> has been updated.
            </summary><param name="allowTextUpdate">Whether to allow the text to be updated if a valid value is parsed.</param><returns><c>true</c> if the value has been updated; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ConvertToString(`0)"><summary>
            Converts the specified value to a string representation.
            </summary><param name="valueToConvert">The value.</param><returns>The string representation of the specified value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CreateIncrementalChangeRequest(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind)"><summary>
            Creates an incremental change (spin) request.
            </summary><param name="kind">The kind of request.</param><returns>The incremental change (spin) request that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.GenerateParts"><summary>
            Generates the parts for the edit box.
            </summary><returns>The parts that were generated.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InvalidateParts"><summary>
            Invalidates the parts.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsValidValue(`0)"><summary>
            Returns whether the specified value is valid.
            </summary><param name="value">The value to examine.</param><returns><c>true</c> if the value is valid; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.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.Editors.Primitives.PartEditBoxBase`1.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.OnIntermediateValueChanged(`0,`0)"><summary>
            Invoked when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IntermediateValue" /> property changes. 
            </summary><param name="oldValue">The old value of the property.</param><param name="newValue">The new value of the property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.OnIsNullAllowedChanged(System.Boolean,System.Boolean)"><summary>
            Invoked when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNullAllowed" /> property changes. 
            </summary><param name="oldValue">The old value of the property.</param><param name="newValue">The new value of the property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.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.Editors.Primitives.PartEditBoxBase`1.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.Editors.Primitives.PartEditBoxBase`1.OnValueChanged(`0,`0)"><summary>
            Invoked when the value of the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value" /> property changes. 
            </summary><param name="oldValue">The old value of the property.</param><param name="newValue">The new value of the property.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ProcessTextInput(System.String)"><summary>
            Processes typed text.
            </summary><param name="text">The typed text.</param><returns><c>true</c> if the typed text was handled and should not be allowed to be entered; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.RaiseValueChangedEvent"><summary>
            Raises the <c>ValueChanged</c> event.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ResetValue"><summary>
            Resets the value to a default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SelectAll"><summary>
            Selects all text in the edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.TryConvertFromString(System.String,System.Boolean,`0@)"><summary>
            Tries to convert the specified text to a value.
            </summary><param name="textToConvert">The text.</param><param name="canCoerce">Whether the returned value should be coerced to fall within the allowed value range.</param><param name="value">Returns the value for the specified text.</param><returns><c>true</c> if the text was converted to a value successfully; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.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.Editors.Primitives.PartEditBoxBase`1.OnLostMouseCapture(System.Windows.Input.MouseEventArgs)"><summary>
            Occurs when mouse capture is lost.
            </summary><param name="e">The <see cref="T:System.Windows.Input.MouseEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.OnMouseLeftButtonDown(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Occurs when a 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.Editors.Primitives.PartEditBoxBase`1.OnPreviewMouseUp(System.Windows.Input.MouseButtonEventArgs)"><summary>
            Occurs when a mouse button is released.
            </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.Editors.Primitives.PartEditBoxBase`1.OnPreviewTextInput(System.Windows.Input.TextCompositionEventArgs)"><summary>
            Occurs before text input is sent to the control.
            </summary><param name="e">The <see cref="T:System.Windows.Input.TextCompositionEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.#ctor"><summary>
            Initializes an instance of the <c>DateTimeEditBox</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ActivePartIndex"><summary>
            Gets the index of the part that the caret is currently in.
            </summary><value>The index of the part that the caret is currently in.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CommitTriggers"><summary>
            Gets or sets the triggers that will force this control to commit any changes.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Editors.PartEditBoxCommitTriggers" /> indicating the triggers that will force this control to commit any changes.
            The default value is <c>PartEditBoxCommitTriggers.Default</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CurrentSelectionLength"><summary>
            Gets the current text selection length.
            </summary><value>The current text selection length.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CurrentSelectionStartOffset"><summary>
            Gets the current text selection start offset.
            </summary><value>The current text selection start offset.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CurrentText"><summary>
            Gets or sets the current text value in the <c>TextBox</c>.
            </summary><value>The current text value in the <c>TextBox</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopupButtonWhenReadOnly"><summary>
            Gets whether the control should display the popup button when the control is read-only.
            </summary><value><c>true</c> if the control should display the popup button when the control is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopup"><summary>
            Gets or sets a value indicating whether the control has a popup available.
            </summary><value><c>true</c> if the control has a popup available; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Inlines"><summary>
            Gets or sets the collection of inline UI element placed within the control.
            </summary><value>
            The collection of inline UI element placed within the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InputScopeNameValue"><summary>
            Gets or sets the <c>InputScopeNameValue</c> to use for the editable text.
            </summary><value>
            The <c>InputScopeNameValue</c> to use for the editable text.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IntermediateValue"><summary>
            Gets the current value of the control, that stays in relative sync with the editable text representation.
            </summary><value>
            The current value of the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsArrowKeyPartNavigationEnabled"><summary>
            Gets or sets a value indicating whether the left/right arrow keys can be used to move between and select editable parts.
            </summary><value><c>true</c> if the left/right arrow keys can be used to move between and select editable parts; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsEditable"><summary>
            Gets or sets a value indicating whether the edit box's text area is editable.
            </summary><value><c>true</c> if the edit box's text area is editable; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value><remarks>
            When <c>false</c>, the edit box behaves more like a <c>ComboBox</c>.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNullAllowed"><summary>
            Gets or sets a value indicating whether null values are allowed to be entered by the user.
            </summary><value><c>true</c> if null values are allowed to be entered by the user; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupButtonVisible"><summary>
            Gets whether the toggle popup button is visible.
            </summary><value><c>true</c> if the toggle popup button is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopup" /> and <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopupButtonWhenReadOnly" /> properties, and other state-related info determines whether the toggle popup button is visible.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupOpen"><summary>
            Gets or sets whether the popup is open.
            </summary><value><c>true</c> if the popup is open; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsReadOnly"><summary>
            Gets or sets a value indicating whether the edit box is read-only.
            </summary><value><c>true</c> if the edit box is read-only; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsSpinnerVisible"><summary>
            Gets whether the spinner is visible.
            </summary><value><c>true</c> if the spinner is visible; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinnerVisibility" /> property and other state-related info determines whether the spinner is visible.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Parts"><summary>
            Gets the collection of parts.
            </summary><value>The collection of parts.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PlaceholderText"><summary>
            Gets or sets the text that is displayed in the control until the value is changed by a user action or some other operation.
            </summary><value>The text that is displayed in the control until the value is changed by a user action or some other operation.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBackground"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for the popup background.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to use for the popup background.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBorderBrush"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> to use for the popup border.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> to use for the popup border.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle"><summary>
            Gets or sets the optional custom <see cref="T:System.Windows.Style" /> that can be applied to the picker within the popup.
            </summary><value>The optional custom <see cref="T:System.Windows.Style" /> that can be applied to the picker within the popup.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ResetValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that resets the value to a default value.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that resets the value to a default value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SmallDecrementValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to decrement the value by a small amount.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to decrement the value by a small amount.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SmallIncrementValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to increment the value by a small amount.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to increment the value by a small amount.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinWrapping"><summary>
            Gets or sets the wrapping behavior used when spinning past a minimum or maximum value in the active part.
            </summary><value>
            The wrapping behavior used when spinning past a minimum or maximum value in the active part.
            The default value is <c>SpinWrapping.NoWrap</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.TextAlignment"><summary>
            Gets or sets the text alignment of the text editing area.
            </summary><value>
            The text alignment of the text editing area.
            The default value is <c>TextAlignment.Left</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value"><summary>
            Gets or sets the committed value of the control.
            </summary><value>
            The committed value of the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNonDefaultUsageContext"><summary>
            Gets whether a non-default <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContext" /> is currently in effect.
            </summary><value><c>true</c> if a non-default <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContext" /> is currently in effect; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinnerVisibility"><summary>
            Gets or sets a value indicating if and when the control has a spinner available.
            </summary><value>
            A value indicating if and when the control has a spinner available.
            The default value is <c>SpinnerVisibility.Collapsed</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContext"><summary>
            Gets or sets the usage context of the control, which may alter its appearance.
            </summary><value>
            The usage context of the control, which may alter its appearance.
            The default value is <c>ControlUsageContext.Default</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ActivePartIndexProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ActivePartIndex" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ActivePartIndex" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CommitTriggersProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CommitTriggers" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.CommitTriggers" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopupProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopup" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.HasPopup" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InlinesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Inlines" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Inlines" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InputScopeNameValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InputScopeNameValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.InputScopeNameValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IntermediateValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IntermediateValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IntermediateValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsArrowKeyPartNavigationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsArrowKeyPartNavigationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsArrowKeyPartNavigationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsEditableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsEditable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsEditable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNullAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNullAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNullAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupButtonVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupButtonVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupButtonVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupOpenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupOpen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsPopupOpen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsSpinnerVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsSpinnerVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsSpinnerVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PlaceholderTextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PlaceholderText" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PlaceholderText" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBackground" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBorderBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBorderBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupBorderBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.PopupPickerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinWrappingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinWrapping" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinWrapping" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.TextAlignmentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.TextAlignment" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.TextAlignment" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.Value" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNonDefaultUsageContextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNonDefaultUsageContext" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.IsNonDefaultUsageContext" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinnerVisibilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinnerVisibility" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.SpinnerVisibility" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContextProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContext" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1.UsageContext" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1"><summary>
            Represents a request for an incremental (spin) change to a value.
            </summary><typeparam name="T">The part value type.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.#ctor"><summary>
            Initializes an instance of the <c>IncrementalChangeRequest</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.LargeChange"><summary>
            Gets or sets the large change value.
            </summary><value>The large change value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.Kind"><summary>
            Gets or sets the kind of request.
            </summary><value>An <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind" /> that specifies the kind of request.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.Maximum"><summary>
            Gets or sets the highest possible value.
            </summary><value>The highest possible value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.Minimum"><summary>
            Gets or sets the lowest possible value.
            </summary><value>The lowest possible value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.SmallChange"><summary>
            Gets or sets the small change value.
            </summary><value>The small change value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.SpinWrapping"><summary>
            Gets or sets the wrapping behavior used when spinning past a minimum or maximum value.
            </summary><value>
            The wrapping behavior used when spinning past a minimum or maximum value.
            The default value is <c>SpinBehavior.NoWrap</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest`1.Value"><summary>
            Gets or sets the base value upon which to apply the incremental change.
            </summary><value>The base value upon which to apply the incremental change.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind"><summary>
            Specifies the kind of incremental change request.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind.None"><summary>
            No change.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind.Increase"><summary>
            Single increment.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind.MultipleIncrease"><summary>
            Multiple increments.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind.Decrease"><summary>
            Single decrement.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequestKind.MultipleDecrease"><summary>
            Multiple decrements.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart"><summary>
            Provides the base requirements for a part within a part-based edit box.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.TryParseText(System.Collections.Generic.IList{ActiproSoftware.Windows.Controls.Editors.Primitives.IPart},System.String,System.Int32,System.Globalization.CultureInfo,System.Int32@)"><summary>
            Tries to parse the text starting offset and returns the offset through which parsing was completed.
            </summary><param name="parts">The part collection in which this part is a member.</param><param name="text">The text to examine.</param><param name="startOffset">The start offset.</param><param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> to use.</param><param name="offset">Returns the offset through which parsing was completed.</param><returns><c>true</c> if parsing was successful; otherwise, <c>false</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.IsEditable"><summary>
            Gets whether the part is editable.
            </summary><value><c>true</c> if the part is editable; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.IsLiteral"><summary>
            Gets whether the part is a literal.
            </summary><value><c>true</c> if the part is a literal; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.IsOptional"><summary>
            Gets whether this part is optional.
            </summary><value><c>true</c> if this part is optional; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.Length"><summary>
            Gets the character length of the part within the text.
            </summary><value>The character length of the part within the text.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.StartOffset"><summary>
            Gets the start offset of the part within the text.
            </summary><value>The start offset of the part within the text.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.IPart.StringValue"><summary>
            Gets or sets the current string value of the part, if known.
            </summary><value>The current string value of the part, if known.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.ISpinnablePart`1"><summary>
            Provides the base requirements for a spinnable part.
            </summary><typeparam name="T">The composite value type.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.ISpinnablePart`1.ApplyIncrementalChange(ActiproSoftware.Windows.Controls.Editors.Primitives.IncrementalChangeRequest{`0})"><summary>
            Applies an incremental change to the part's value.
            </summary><param name="request">The incremental change request.</param><returns><c>true</c> if an incremental change was made; otherwise, <c>false</c>.
            </returns></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.PickerBase"><summary>
            Provides an abstract base class that can be used for pickers.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.PickerBase.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.Editors.Primitives.PickerBase.#ctor"><summary>
            Initializes an instance of the <c>PickerBase</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase"><summary>
            Provides an abstract base class that can be used for pickers that use radial sliders.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeLargeChange"><summary>
            Gets or sets the large change degree value, which can be bound to a radial slider.
            </summary><value>
            The large change degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMaximum"><summary>
            Gets or sets the highest possible degree value, which can be bound to a radial slider.
            </summary><value>
            The highest possible degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMinimum"><summary>
            Gets or sets the lowest possible degree value, which can be bound to a radial slider.
            </summary><value>
            The lowest possible degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeSmallChange"><summary>
            Gets or sets the small change degree value, which can be bound to a radial slider.
            </summary><value>
            The small change degree value.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeValue"><summary>
            Gets or sets the degree value of the control, which can be bound to a radial slider.
            </summary><value>
            The degree value of the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SetValueAndClosePopupCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to set the value to the object specified in the parameter, and then close the containing popup.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to set the value to the object specified in the parameter, and then close the containing popup.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallDecrementValueCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to decrement the value by a small amount.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to decrement the value by a small amount.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallIncrementValueCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to increment the value by a small amount.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to increment the value by a small amount.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeLargeChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeLargeChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeLargeChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMaximumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMaximum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMaximum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMinimumProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMinimum" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeMinimum" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeSmallChangeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeSmallChange" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeSmallChange" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.DegreeValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SetValueAndClosePopupCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SetValueAndClosePopupCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SetValueAndClosePopupCommand" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallDecrementValueCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallDecrementValueCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallDecrementValueCommand" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallIncrementValueCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallIncrementValueCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.RadialSliderPickerBase.SmallIncrementValueCommand" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare"><summary>
            Represents a square that renders the saturation and brightness variants of a color.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.#ctor"><summary>
            Initializes an instance of the <c>SaturationBrightnessSquare</c> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.BrightnessBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> used to render brightness.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> used to render brightness.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.Hue"><summary>
            Gets or sets the base color hue.
            </summary><value>The base color hue.</value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.SaturationBrush"><summary>
            Gets the <see cref="T:System.Windows.Media.Brush" /> used to render saturation.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> used to render saturation.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.BrightnessBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.BrightnessBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.BrightnessBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.HueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.Hue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.Hue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.SaturationBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.SaturationBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Editors.Primitives.SaturationBrightnessSquare.SaturationBrush" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.GradientStopSliderAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.GradientStopSlider" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.GradientStopSliderAutomationPeer.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.Editors.Automation.Peers.GradientStopSliderAutomationPeer.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.Editors.Automation.Peers.GradientStopSliderAutomationPeer.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.Editors.Automation.Peers.GradientStopSliderAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.GradientStopSlider)"><summary>
            Initializes a new instance of the <c>GradientStopSliderAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.MonthCalendarAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.MonthCalendar" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.MonthCalendarAutomationPeer.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.Editors.Automation.Peers.MonthCalendarAutomationPeer.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.Editors.Automation.Peers.MonthCalendarAutomationPeer.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.Editors.Automation.Peers.MonthCalendarAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.MonthCalendar)"><summary>
            Initializes a new instance of the <c>MonthCalendarAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.Collapse"><summary>
            Hides all nodes, controls, or content that are descendants of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.Expand"><summary>
            Displays all child nodes, controls, or content of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.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.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.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.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.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.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.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.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.SetValue(System.String)"><summary>
            Sets the value of a control. 
            </summary><param name="value">The value to set. The provider is responsible for converting the value to the appropriate data type.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.AutoCompleteBox)"><summary>
            Initializes a new instance of the <c>AutoCompleteBoxAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.ExpandCollapseState"><summary>
            Gets the state, expanded or collapsed, of the control.
            </summary><value></value><returns>The state, expanded or collapsed, of the control.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.IsReadOnly"><summary>
            Gets a value that indicates whether the value of a control is read-only. 
            </summary><value><c>true</c> if the value is read-only; <c>false</c> if it can be modified. 
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.AutoCompleteBoxAutomationPeer.Value"><summary>
            Gets the value of the control. 
            </summary><value>The value of the control.</value></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.RatingAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.Rating" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.RatingAutomationPeer.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.Editors.Automation.Peers.RatingAutomationPeer.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.Editors.Automation.Peers.RatingAutomationPeer.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.Editors.Automation.Peers.RatingAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.Rating)"><summary>
            Initializes a new instance of the <c>RatingAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.CalculatorAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.Calculator" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.CalculatorAutomationPeer.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.Editors.Automation.Peers.CalculatorAutomationPeer.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.Editors.Automation.Peers.CalculatorAutomationPeer.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.Editors.Automation.Peers.CalculatorAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.Calculator)"><summary>
            Initializes a new instance of the <c>CalculatorAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.HueRingAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.HueRingAutomationPeer.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.Editors.Automation.Peers.HueRingAutomationPeer.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.Editors.Automation.Peers.HueRingAutomationPeer.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.Editors.Automation.Peers.HueRingAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.Primitives.HueRing)"><summary>
            Initializes a new instance of the <c>HueRingAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.SaturationBrightnessPickerAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.SaturationBrightnessPickerAutomationPeer.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.Editors.Automation.Peers.SaturationBrightnessPickerAutomationPeer.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.Editors.Automation.Peers.SaturationBrightnessPickerAutomationPeer.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.Editors.Automation.Peers.SaturationBrightnessPickerAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.SaturationBrightnessPicker)"><summary>
            Initializes a new instance of the <c>SaturationBrightnessPickerAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.RadialHuePickerAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.RadialHuePicker" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.RadialHuePickerAutomationPeer.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.Editors.Automation.Peers.RadialHuePickerAutomationPeer.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.Editors.Automation.Peers.RadialHuePickerAutomationPeer.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.Editors.Automation.Peers.RadialHuePickerAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.RadialHuePicker)"><summary>
            Initializes a new instance of the <c>RadialHuePickerAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PickerBaseAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.PickerBase" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PickerBaseAutomationPeer.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.Editors.Automation.Peers.PickerBaseAutomationPeer.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.Editors.Automation.Peers.PickerBaseAutomationPeer.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.Editors.Automation.Peers.PickerBaseAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Editors.Primitives.PickerBase)"><summary>
            Initializes a new instance of the <c>PickerBaseAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase`1" /> types to UI Automation.
            </summary><typeparam name="T">The type of value being edited.</typeparam></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.Collapse"><summary>
            Hides all nodes, controls, or content that are descendants of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.Expand"><summary>
            Displays all child nodes, controls, or content of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.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.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.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.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.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.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.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.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.SetValue(System.String)"><summary>
            Sets the value of a control. 
            </summary><param name="value">The value to set. The provider is responsible for converting the value to the appropriate data type.</param></member><member name="M:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.#ctor(ActiproSoftware.Windows.Controls.Editors.Primitives.PartEditBoxBase{`0})"><summary>
            Initializes a new instance of the <c>PartEditBoxBaseAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.ExpandCollapseState"><summary>
            Gets the state, expanded or collapsed, of the control.
            </summary><value></value><returns>The state, expanded or collapsed, of the control.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.IsReadOnly"><summary>
            Gets a value that indicates whether the value of a control is read-only. 
            </summary><value><c>true</c> if the value is read-only; <c>false</c> if it can be modified. 
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Editors.Automation.Peers.PartEditBoxBaseAutomationPeer`1.Value"><summary>
            Gets the value of the control. 
            </summary><value>The value of the control.</value></member><member name="T:ActiproSoftware.Products.Editors.AssemblyInfo"><summary>
            Provides a class for retrieving information about the <c>ActiproSoftware.Editors</c> assembly.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.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.Editors.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.Editors.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.Editors.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.Editors.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.Editors.EditorsLogo"><summary>
            Represents the logo for this product.
            </summary></member><member name="M:ActiproSoftware.Products.Editors.EditorsLogo.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Products.Editors.EditorsLogo" /> class.
            </summary></member><member name="T:ActiproSoftware.Products.Editors.Resources"><summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ResourceManager"><summary>
              Returns the cached ResourceManager instance used by this class.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.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.Editors.Resources.ExIntervalsDoNotIntersect"><summary>
              Looks up a localized string similar to Intervals don't intersect..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExInvalidEncodedCharacter"><summary>
              Looks up a localized string similar to Invalid encoded character specification..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExInvalidRegexNodeType"><summary>
              Looks up a localized string similar to The regular expression encountered an unhandled node type '{0}'..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExInvalidRegexOpCode"><summary>
              Looks up a localized string similar to Op code '{0}' not implemented..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExInvalidUnicodeCategoryName"><summary>
              Looks up a localized string similar to Invalid Unicode category name..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserEmptyQuotedString"><summary>
              Looks up a localized string similar to Unquoted string did not contain any characters..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserInvalidRangeCharacter"><summary>
              Looks up a localized string similar to An invalid character '{0}' was found in a range specification..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserInvalidSubstitutionGroupNumber"><summary>
              Looks up a localized string similar to Invalid substitution group number..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserNoLeftExpressionForBarOperand"><summary>
              Looks up a localized string similar to No left expression for operand |..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserNoRangeMinimum"><summary>
              Looks up a localized string similar to A valid minimum must be indicated for a range specification..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserNoRegularExpression"><summary>
              Looks up a localized string similar to No regular expression was located..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserOpenCurlyBraceExpected"><summary>
              Looks up a localized string similar to '{' character expected..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnexpectedCharClassEnd"><summary>
              Looks up a localized string similar to Unexpected end in regular expression character class..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnexpectedGroupingConstructEnd"><summary>
              Looks up a localized string similar to Unexpected end in regular expression advanced grouping construct..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnexpectedLookBehindConstructEnd"><summary>
              Looks up a localized string similar to Unexpected end in regular expression look-behind construct..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnexpectedMacroReferenceEnd"><summary>
              Looks up a localized string similar to Unexpected end in regular expression macro reference..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnexpectedQuotedStringEnd"><summary>
              Looks up a localized string similar to Unexpected end in regular expression quoted string..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.ExRegexParserUnknownGroupingConstruct"><summary>
              Looks up a localized string similar to Unknown regular expression advanced grouping construct..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UIBrushPickerAddGradientStopButtonToolTip"><summary>
              Looks up a localized string similar to Add Stop.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UIBrushPickerRemoveGradientStopButtonToolTip"><summary>
              Looks up a localized string similar to Remove Stop.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UIBrushPickerReverseGradientStopsButtonToolTip"><summary>
              Looks up a localized string similar to Reverse Stops.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonAddText"><summary>
              Looks up a localized string similar to +.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonAddToMemoryText"><summary>
              Looks up a localized string similar to M+.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonBackspaceText"><summary>
              Looks up a localized string similar to ←.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonCalculateText"><summary>
              Looks up a localized string similar to =.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonClearEntryText"><summary>
              Looks up a localized string similar to CE.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonClearMemoryText"><summary>
              Looks up a localized string similar to MC.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonClearText"><summary>
              Looks up a localized string similar to C.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDecimalSeparatorText"><summary>
              Looks up a localized string similar to ..
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit0Text"><summary>
              Looks up a localized string similar to 0.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit1Text"><summary>
              Looks up a localized string similar to 1.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit2Text"><summary>
              Looks up a localized string similar to 2.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit3Text"><summary>
              Looks up a localized string similar to 3.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit4Text"><summary>
              Looks up a localized string similar to 4.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit5Text"><summary>
              Looks up a localized string similar to 5.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit6Text"><summary>
              Looks up a localized string similar to 6.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit7Text"><summary>
              Looks up a localized string similar to 7.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit8Text"><summary>
              Looks up a localized string similar to 8.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDigit9Text"><summary>
              Looks up a localized string similar to 9.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonDivideText"><summary>
              Looks up a localized string similar to /.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonMultiplyText"><summary>
              Looks up a localized string similar to *.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonPercentText"><summary>
              Looks up a localized string similar to %.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonRecallMemoryText"><summary>
              Looks up a localized string similar to MR.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonReciprocalText"><summary>
              Looks up a localized string similar to 1⁄x.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonSetMemoryText"><summary>
              Looks up a localized string similar to MS.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonSquareRootText"><summary>
              Looks up a localized string similar to √.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonSubtractFromMemoryText"><summary>
              Looks up a localized string similar to M-.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonSubtractText"><summary>
              Looks up a localized string similar to -.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalculatorButtonToggleSignText"><summary>
              Looks up a localized string similar to ±.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalendarClearButtonText"><summary>
              Looks up a localized string similar to Clear.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UICalendarTodayButtonText"><summary>
              Looks up a localized string similar to Today: {0:d}.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UIGradientBrushText"><summary>
              Looks up a localized string similar to (gradient).
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UINewGuidButtonToolTip"><summary>
              Looks up a localized string similar to New Guid.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UIPartEditBoxPlaceholderText"><summary>
              Looks up a localized string similar to .
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UISpinnerDecrementButtonToolTip"><summary>
              Looks up a localized string similar to Decrement.
            </summary></member><member name="P:ActiproSoftware.Products.Editors.Resources.UISpinnerIncrementButtonToolTip"><summary>
              Looks up a localized string similar to Increment.
            </summary></member><member name="T:ActiproSoftware.Products.Editors.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.Editors.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.Editors.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.Editors.SR.ClearCustomStrings"><summary>
            Removes all custom strings.
            </summary></member><member name="M:ActiproSoftware.Products.Editors.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.Editors.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.Editors.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.Editors.SR.GetString(ActiproSoftware.Products.Editors.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.Editors.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.Editors.SR.GetString(ActiproSoftware.Products.Editors.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.Editors.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.Editors.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.Editors.SR.ResourceManager"><summary>
            Gets the <see cref="P:ActiproSoftware.Products.Editors.SR.ResourceManager" /> that provides the default resources. 
            </summary><value>The <see cref="P:ActiproSoftware.Products.Editors.SR.ResourceManager" /> that provides the default resources.</value></member><member name="T:ActiproSoftware.Products.Editors.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.Editors.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.Editors.SRExtension.#ctor"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Products.Editors.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.Editors.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.Editors.SRName"><summary>
            Specifies the names of string resources for this assembly.
            </summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExIntervalsDoNotIntersect"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExInvalidEncodedCharacter"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExInvalidRegexNodeType"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExInvalidRegexOpCode"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExInvalidUnicodeCategoryName"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserEmptyQuotedString"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserInvalidRangeCharacter"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserInvalidSubstitutionGroupNumber"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserNoLeftExpressionForBarOperand"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserNoRangeMinimum"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserNoRegularExpression"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserOpenCurlyBraceExpected"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserUnexpectedCharClassEnd"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserUnexpectedGroupingConstructEnd"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserUnexpectedLookBehindConstructEnd"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserUnexpectedQuotedStringEnd"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.ExRegexParserUnknownGroupingConstruct"><summary>An exception message string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UIBrushPickerAddGradientStopButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UIBrushPickerRemoveGradientStopButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UIBrushPickerReverseGradientStopsButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonAddText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonAddToMemoryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonBackspaceText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonCalculateText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonClearText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonClearEntryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonClearMemoryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDecimalSeparatorText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDivideText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit0Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit1Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit2Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit3Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit4Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit5Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit6Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit7Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit8Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonDigit9Text"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonMultiplyText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonPercentText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonRecallMemoryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonReciprocalText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonSetMemoryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonSquareRootText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonSubtractText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonSubtractFromMemoryText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalculatorButtonToggleSignText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalendarClearButtonText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UICalendarTodayButtonText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UIGradientBrushText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UINewGuidButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UIPartEditBoxPlaceholderText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UISpinnerDecrementButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Editors.SRName.UISpinnerIncrementButtonToolTip"><summary>A user interface string.</summary></member></members></doc>