<?xml version="1.0"?>
<doc>
    <assembly>
        <name>JetBrains.Platform.UIInteractive.Avalonia.Shell</name>
    </assembly>
    <members>
        <member name="M:JetBrains.UI.Avalonia.Actions.DataRules.FindAvaloniaDataRules.FindDataRulesInElement(Avalonia.Input.IInputElement)">
            <summary>
            Queries elements for context by bubbling an event.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Actions.KeyBindingHelper.HackShortcutString(System.String)">
            <summary>
            DefaultShortcutText contains text to print in shortcut. For example Ctrl.
            But we have to pass to KeyboardShortcut.Parse names from Keys enum. For example Control instead of Ctrl.
            </summary>
            <param name="presentableText"></param>
            <returns></returns>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Actions.CommandSinkCommand">
            <summary>
            Command for using 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs">
            <summary>
            Arguments to the <see cref="F:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesEvent"/> routed event.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesEventHandler">
            <summary>
            Delegate type for the <see cref="F:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesEvent"/> routed event.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesEvent">
            <summary>
            Fires when the a <see cref="T:JetBrains.Application.DataContext.IDataContext">Data Context</see> is about to be created and looks for <see cref="T:JetBrains.Application.DataContext.IDataRule"/>s on Avalon UI elements to query for data.
            This event will fire when you call <see cref="T:JetBrains.Application.DataContext.IFindDataRules"/> interface members on <see cref="T:JetBrains.Application.DataContext.DataContexts"/>, or the <see cref="M:JetBrains.Application.DataContext.DataContexts.CreateOnActiveControl(JetBrains.Lifetimes.Lifetime,System.Collections.Generic.IEnumerable{JetBrains.Application.DataContext.IDataRule})"/> method and its siblings.
            When you sink the event, add your data rules to the <see cref="P:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.DataRules"/> list. Do not set <see cref="P:Avalonia.Interactivity.RoutedEventArgs.Handled"/> to <c>True</c> so that the event could bubble up and collect all of the data providers in the UI tree. Add your data rules to the end, which will make sure the deepest controls take precedence with their most concrete data (unless data rule priority is specifically overridden).
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesBehaviorProperty">
            <summary>
            If you want a control to publish data rules, set this property on the view to the handler defined in the viewmodel, and it will be attached to sink the event.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.DataRules">
            <summary>
            Add your data rules to the end of this collection. See <see cref="F:JetBrains.UI.Avalonia.DataRules.GetDataRulesEventArgs.GetDataRulesEvent"/> documentation for details.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Application.JetDispatcherConfigurator.SetupJetDispatcher(Avalonia.AppBuilder)">
            <summary>
            Waits for Avalonia <see cref="T:Avalonia.Threading.Dispatcher"/> is ready and then injects it into JetEnvironment.
            The Avalonia <see cref="T:Avalonia.Threading.Dispatcher"/> is then used across the entire application instead of <see cref="T:JetBrains.Threading.JetDispatcher"/>. 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Application.MessagePumpMainLoopHostMixin">
            <summary>
            Runs message pump for the main product's message loop.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Application.MessagePumpMainLoopHostMixin.JetBrains#Application#Environment#HostParameters#IRunMainLoopHostMixin#RunMainLoop(JetBrains.Application.Components.ComponentContainer)">
            <summary>
              Runs the standard message loop for interactive hosts.
              When the function exists, the host should shut down.
            </summary>
            <returns>The final verdict which caused the host to stop running. Use it for determining the exit code.</returns>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Behaviors.HandleMouseUpDownBehavior">
            <summary>
            Handles MouseUp and MouseDown events in order to prevent bubbling them up
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Behaviors.ScrollBarExt.TrackMouseWheelProperty">
            <summary>
            Activates or deactivates mouse wheel scrolling on the ScrollBar, since Avalonia ScrollBar does not handle the mouse wheel event by default.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Behaviors.ScrollBarExt.SetTrackMouseWheel(Avalonia.Controls.Primitives.ScrollBar,System.Boolean)">
            <summary>
            Activates or deactivates mouse wheel scrolling on the ScrollBar, since Avalonia ScrollBar does not handle the mouse wheel event by default. 
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Behaviors.ScrollBarExt.GetTrackMouseWheel(Avalonia.Controls.Primitives.ScrollBar)">
            <summary>
            Activates or deactivates mouse wheel scrolling on the ScrollBar, since Avalonia ScrollBar does not handle the mouse wheel event by default.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Behaviors.TreeListItemPopupPlacementBehavior">
            <summary>
            Handles <see cref="P:JetBrains.UI.Avalonia.Behaviors.TreeListItemPopupPlacementBehavior.PlacementTarget"/> effective visibility and hides the <see cref="T:Avalonia.Controls.Primitives.Popup"/> if it is not visible to user anymore (and back).
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Common.Side">
            <summary>
            Looks like markup extension argument does not allow combining flags
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Common.ApplicationWindow">
            <summary>
            Base class for all windows. Initial purpose is for separating old styles and new styles (see GlobalStylesProxy)
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.CachingDataPresenter.Content">
            <summary>
            Gets or sets the content to be displayed by the presenter.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.BackgroundProperty">
            <summary>
            Defines the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify.Background"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.BorderBrushProperty">
            <summary>
            Defines the <see cref="!:BorderBrush"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.BorderThicknessProperty">
            <summary>
            Defines the <see cref="!:BorderThickness"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.CornerRadiusProperty">
            <summary>
            Defines the <see cref="T:Avalonia.CornerRadius"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.BoxShadowProperty">
            <summary>
            Defines the <see cref="T:Avalonia.Media.BoxShadow"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ForegroundProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Foreground"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontFamilyProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontFamily"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontSizeProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontSize"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStyleProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStyle"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontWeightProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontWeight"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStretchProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStretch"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextAlignmentProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextAlignment"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextWrappingProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextWrapping"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextTrimmingProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextTrimming"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.LineHeightProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.LineHeight"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.MaxLinesProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.MaxLines"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ChildProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ContentProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Content"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ContentTemplateProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ContentTemplate"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.HorizontalContentAlignmentProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.HorizontalContentAlignment"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.VerticalContentAlignmentProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.VerticalContentAlignment"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.PaddingProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Padding"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.RecognizesAccessKeyProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.RecognizesAccessKey"/> property
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.#cctor">
            <summary>
            Initializes static members of the <see cref="!:ContentPresenter"/> class.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Foreground">
            <summary>
            Gets or sets a brush used to paint the text.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontFamily">
            <summary>
            Gets or sets the font family.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontSize">
            <summary>
            Gets or sets the font size.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStyle">
            <summary>
            Gets or sets the font style.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontWeight">
            <summary>
            Gets or sets the font weight.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.FontStretch">
            <summary>
            Gets or sets the font stretch.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextAlignment">
            <summary>
            Gets or sets the text alignment
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextWrapping">
            <summary>
            Gets or sets the text wrapping
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.TextTrimming">
            <summary>
            Gets or sets the text trimming
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.LineHeight">
            <summary>
            Gets or sets the line height
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.MaxLines">
            <summary>
            Gets or sets the max lines
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child">
            <summary>
            Gets the control displayed by the presenter.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Content">
            <summary>
            Gets or sets the content to be displayed by the presenter.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ContentTemplate">
            <summary>
            Gets or sets the data template used to display the content of the control.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.HorizontalContentAlignment">
            <summary>
            Gets or sets the horizontal alignment of the content within the border the control.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.VerticalContentAlignment">
            <summary>
            Gets or sets the vertical alignment of the content within the border of the control.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Padding">
            <summary>
            Gets or sets the space between the border and the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child"/> control.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.RecognizesAccessKey">
            <summary>
            Determine if <see cref="!:ContentPresenter"/> should use <see cref="T:Avalonia.Controls.Primitives.AccessText"/> in its style
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ApplyTemplate">
            <inheritdoc/>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.UpdateChild">
            <summary>
            Updates the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child"/> control based on the control's <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Content"/>.
            </summary>
            <remarks>
            Usually the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child"/> control is created automatically when 
            <see cref="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ApplyTemplate"/> is called; however for this to happen, the control needs to
            be attached to a logical tree (if the control is not attached to the logical tree, it
            is reasonable to expect that the DataTemplates needed for the child are not yet 
            available). This method forces the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Child"/> control's creation at any point, 
            and is particularly useful in unit tests.
            </remarks>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.OnAttachedToLogicalTree(Avalonia.LogicalTree.LogicalTreeAttachmentEventArgs)">
            <inheritdoc/>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.MeasureOverride(Avalonia.Size)">
            <inheritdoc/>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ArrangeOverride(Avalonia.Size)">
            <inheritdoc/>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.ContentChanged(Avalonia.AvaloniaPropertyChangedEventArgs)">
            <summary>
            Called when the <see cref="P:JetBrains.UI.Avalonia.Controls.Common.DataPresenter.Content"/> property changes.
            </summary>
            <param name="e">The event args.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Html.HtmlUtilities.ConvertToPlainText(System.String)">
            <summary>
            Converts HTML to plain text / strips tags.
            </summary>
            <param name="html">The HTML.</param>
            <returns></returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Html.HtmlUtilities.CountWords(System.String)">
            <summary>
            Count the words.
            The content has to be converted to plain text before (using ConvertToPlainText).
            </summary>
            <param name="plainText">The plain text.</param>
            <returns></returns>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Layout.AutosizeGrid">
            <summary>
            Workaround for incorrect measure inside constrained flyouts. In this case grid is measured with screen size as available and
            arranged with constrained size.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Layout.LayoutGrid">
            <summary>
            Grid that layouts content with uniform spacing between controls. Intended to have predefined classes with some standardized values.
            Note that specifying Row and Column on child controls should be with LayoutGrid type and not Grid
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Layout.LayoutWrapPanel.ArrangeOverride(Avalonia.Size)">
            <inheritdoc/>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Layout.NavigationWrapPanel">
            <summary>
            Positions child elements in sequential position from left to right, 
            breaking content to the next line at the edge of the containing box. 
            Subsequent ordering happens sequentially from top to bottom or from right to left, 
            depending on the value of the <see cref="T:Avalonia.Layout.Orientation"/> property.
            NavigationWrapPanel provides better way to handle navigation through TabItems.
            Navigation will be stopped on the edges and focus will not leave. 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Layout.PopupAutosizeDecorator">
            <summary>
            When popup PlacementConstraintAdjustment="ResizeY" then content size should be constrained to popup size, but it is measured with entire desktop client area,
            so grid child inside * cells gets bigger size than grid itself. Looks like avalonia bug.
            To avoid this we subtract control position from desktop working area size (excluding taskbar etc.), to restrict size to only bottom-right area
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.GridMode.GridViewColumn.DesiredWidth">
            <summary>
            Width that is requested by content.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.GridMode.GridViewColumn.ActualWidth">
            <summary>
            Displayed control actual width. Intended to be bound to Width property 
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.GridMode.GridViewColumn.UserWidth">
            <summary>
            Width set by user
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.GridMode.GridViewColumn.SplitterWidth">
            <summary>
            Empty space after column
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.GridMode.GridViewColumn.Width">
            <summary>
            Initial width settings usually defined in xaml
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.GridMode.TreeIndentAdjustmentConverter">
            <summary>
            I.e. for trees that have invisible root item which is suppressed by adapter
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.HiddenSelectionControl">
            <summary>
            Not intended to be displayed. Just for reusing selection logic. A bit crutchy, but better than re-inventing wheel.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectedItemsProxy">
            <summary>
            Wrapper around Avalonia ISelectionModel with some additional logic
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectingItemsRepeater.DisplayedItemKey">
            <summary>
            Required to allow using non-unique collection items as dictionary key
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectionModel">
            <summary>
            Main class that is responsible for selection handling. It is used by outer control 
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectionModel.SelectionAnchor">
            <summary>
            Anchor index used for range selection
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectionModelSourceProxy">
            <summary>
            Wrapper for datasource collection for selection model.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Lists.ItemsHost.SelectionModelSourceProxy.#ctor(System.Collections.IList,System.Int32)">
            <summary>
            For usage in event args
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.ListView.ClearCacheOnDataSourceChange">
            <summary>
            changing DataSource will delete all cached controls and create them from scratch.
            This may be required if item DataContexts have some custom equality logic and new items are not set because they are considered equal old ones. 
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Lists.ListView.ScrollIntoView(System.Object)">
            <summary>
            If possible use overload with index because all logic is based on indexes and it does not perform searching item's index  
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Lists.TreeGridVisibleItemCollection.Index">
            <summary>
            Gets index of the first item or -1 if no items in the viewport
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CutGesture">
            <summary>
            Gets a platform-specific <see cref="T:Avalonia.Input.KeyGesture"/> for the Cut action
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CopyGesture">
            <summary>
            Gets a platform-specific <see cref="T:Avalonia.Input.KeyGesture"/> for the Copy action
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.PasteGesture">
            <summary>
            Gets a platform-specific <see cref="T:Avalonia.Input.KeyGesture"/> for the Paste action
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretIndexProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretIndex"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionBrushProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionBrush"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionForegroundBrushProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionForegroundBrush"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretBrushProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretBrush"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionStartProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionStart"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionEndProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionEnd"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.MaxLengthProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.MaxLength"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Text"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextAlignmentProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextAlignment"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.LineHeightProperty">
            <summary>
            Defines see <see cref="P:Avalonia.Controls.Presenters.TextPresenter.LineHeight"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.LetterSpacingProperty">
            <summary>
            Defines see <see cref="P:Avalonia.Controls.TextBlock.LetterSpacing"/> property.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCutProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCut"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCopyProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCopy"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanPasteProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanPaste"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.IsUndoEnabledProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.IsUndoEnabled"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.UndoLimitProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.UndoLimit"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanUndoProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanUndo"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanRedoProperty">
            <summary>
            Defines the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanRedo"/> property
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CopyingToClipboardEvent">
            <summary>
            Defines the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CopyingToClipboard"/> event.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CuttingToClipboardEvent">
            <summary>
            Defines the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CuttingToClipboard"/> event.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.PastingFromClipboardEvent">
            <summary>
            Defines the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.PastingFromClipboard"/> event.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChangedEvent">
            <summary>
            Defines the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanged"/> event.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChangingEvent">
            <summary>
            Defines the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanging"/> event.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.UndoRedoState">
            <summary>
            Stores the state information for available actions in the UndoRedoHelper
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretIndex">
            <summary>
            Gets or sets the index of the text caret
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionBrush">
            <summary>
            Gets or sets a brush that is used to highlight selected text
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionForegroundBrush">
            <summary>
            Gets or sets a brush that is used for the foreground of selected text
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretBrush">
            <summary>
            Gets or sets a brush that is used for the text caret
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionStart">
            <summary>
            Gets or sets the starting position of the text selected in the EditableComboBox
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionEnd">
            <summary>
            Gets or sets the end position of the text selected in the EditableComboBox
            </summary>
            <remarks>
            When the SelectionEnd is equal to <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectionStart"/>, there is no 
            selected text and it marks the caret position
            </remarks>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.MaxLength">
            <summary>
            Gets or sets the maximum number of visible lines.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.LetterSpacing">
            <summary>
            Gets or sets the spacing between characters
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.LineHeight">
            <summary>
            Gets or sets the line height.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Text">
            <summary>
            Gets or sets the Text content of the EditableComboBox
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectedText">
            <summary>
            Gets or sets the text selected in the EditableComboBox
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextAlignment">
            <summary>
            Gets or sets the <see cref="!:Media.TextAlignment"/> of the EditableComboBox
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.ClearSelection">
            <summary>
            Clears the current selection, maintaining the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CaretIndex"/>
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCut">
            <summary>
            Property for determining if the Cut command can be executed.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanCopy">
            <summary>
            Property for determining if the Copy command can be executed.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanPaste">
            <summary>
            Property for determining if the Paste command can be executed.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.IsUndoEnabled">
            <summary>
            Property for determining whether undo/redo is enabled
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.UndoLimit">
            <summary>
            Gets or sets the maximum number of items that can reside in the Undo stack
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanUndo">
            <summary>
            Gets a value that indicates whether the undo stack has an action that can be undone
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CanRedo">
            <summary>
            Gets a value that indicates whether the redo stack has an action that can be redone
            </summary>
        </member>
        <member name="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CopyingToClipboard">
            <summary>
            Raised when content is being copied to the clipboard
            </summary>
        </member>
        <member name="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.CuttingToClipboard">
            <summary>
            Raised when content is being cut to the clipboard
            </summary>
        </member>
        <member name="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.PastingFromClipboard">
            <summary>
            Raised when content is being pasted from the clipboard
            </summary>
        </member>
        <member name="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanged">
            <summary>
            Occurs asynchronously after text changes and the new text is rendered.
            </summary>
        </member>
        <member name="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanging">
            <summary>
            Occurs synchronously when text starts to change but before it is rendered.
            </summary>
            <remarks>
            This event occurs just after the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Text"/> property value has been updated.
            </remarks>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Cut">
            <summary>
            Cuts the current text onto the clipboard
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Copy">
            <summary>
            Copies the current text onto the clipboard
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Paste">
            <summary>
            Pastes the current clipboard text content into the EditableComboBox
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.SelectAll">
            <summary>
            Select all text in the EditableComboBox
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.RaiseTextChangeEvents">
            <summary>
            Raises both the <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanging"/> and <see cref="E:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.TextChanged"/> events.
            </summary>
            <remarks>
            This must be called after the <see cref="P:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Text"/> property is set.
            </remarks>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Undo">
            <summary>
            Undoes the first action in the undo stack
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Redo">
            <summary>
            Reapplies the first item on the redo stack
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Avalonia#Controls#Utils#UndoRedoHelper{JetBrains#UI#Avalonia#Controls#Text#EditableComboBox#UndoRedoState}#IUndoRedoHost#OnUndoStackChanged">
            <summary>
            Called from the UndoRedoHelper when the undo stack is modified
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Controls.Text.EditableComboBox.Avalonia#Controls#Utils#UndoRedoHelper{JetBrains#UI#Avalonia#Controls#Text#EditableComboBox#UndoRedoState}#IUndoRedoHost#OnRedoStackChanged">
            <summary>
            Called from the UndoRedoHelper when the redo stack is modified
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Text.EditableComboBoxTextInputMethodClient">
            <summary>
            Based on TextBoxTextInputMethodClient
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Text.RichTextEffects">
            <summary>
            Attached properties describing a propogating via visual tree monochrome.
            Components, which are supported 'attached monochrome', should invoke AddOwner in their constructor
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.RichTextPresenter.IsKeyAccessed">
            <summary>
            Gets or sets whether the RichTextPresenter
            is key accessed by ALT + accesskey (access key is processed from the RichText)
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.RichTextPresenter.IsAutoContrasted">
            <summary>
            Gets or sets whether colors will be automatically adjusted to achieve visual contrast
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.RichTextPresenter.TextWrapping">
            <summary>
            The TextWrapping property controls whether or not text wraps
            when it reaches the flow edge of its containing block box.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Text.RichTextPresenter.TextTrimming">
            <summary>
            The TextTrimming property specifies the trimming behavior situation
            in case of clipping some textual content caused by overflowing the line's box.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Controls.Text.TextHighlighting.Attached.Highlighting">
            <summary>
            Attached properties describing a propagating via visual tree highlighting definition.
            Components, which are supported 'attached highlighting', should invoke AddOwner in their constructor
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Search.SearchTextBox.HasText">
            <summary>
            Gets whether <see cref="T:JetBrains.UI.Avalonia.Controls.Search.SearchTextBox"/> has any text
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Search.SearchTextBox.Delay">
            <summary>
            Gets or sets milliseconds before Search event will be triggered
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Controls.Search.SearchTextBox.ListenOn">
            <summary>
            Gets or sets control where text input will be listen 
            and intercept automatically in case of it is not handled
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Converters.MultiValueConverters.BooleanSelectorConverter">
            <summary>
            values[0] - checked boolean value,
            values[1] - result if true
            values[2] - result if false
            values[3] - result if null
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Converters.MultiValueConverters.MultiValueConverter.Convert(System.Collections.Generic.IList{System.Object},System.Type,System.Object,System.Globalization.CultureInfo)">
            <summary>
            Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.
            </summary>
            <returns>
            A converted value.If the method returns null, the valid null value is used.A return value of <see cref="T:AvaloniaProperty" />.<see cref="F:AvaloniaProperty.UnsetValue" /> indicates that the converter did not produce a value, and that the binding will use the <see cref="P:Avalonia.Data.FallbackValue" /> if it is available, or else will use the default value.A return value of <see cref="T:Avalonia.Data.Binding" />.<see cref="F:Avalonia.Data.Binding.DoNothing" /> indicates that the binding does not transfer the value or use the <see cref="P:Avalonia.Data.FallbackValue" /> or the default value.
            </returns>
            <param name="values">The list of values that the source bindings in the <see cref="T:MultiBinding" /> produces. The value <see cref="F:AvaloniaProperty.UnsetValue" /> indicates that the source binding has no value to provide for conversion.</param>
            <param name="targetType">The type of the binding target property.</param>
            <param name="parameter">The converter parameter to use.</param>
            <param name="culture">The culture to use in the converter.</param>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Converters.ValueConverters.InccWorkaroundConverter">
            <summary>
            Avalonia ItemsSourceView (used in many list controls) will fail if collection implements INotifyCollectionChanged and does not implement IList
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Converters.ValueConverters.ListCollectionChangedAdapterConverter">
            <summary>
            Some Avalonia item controls does not fully support <see cref="T:System.Collections.Specialized.INotifyCollectionChanged"/>.
            For this case we provide an adapter which translates <see cref="F:System.Collections.Specialized.NotifyCollectionChangedAction.Replace"/> and <see cref="F:System.Collections.Specialized.NotifyCollectionChangedAction.Move"/>
            collection changed events into <see cref="F:System.Collections.Specialized.NotifyCollectionChangedAction.Reset"/>. 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Converters.ValueConverters.ThicknessConverter">
            <summary>
            Converts between int, double, Thickness, CornerRadius, Rect, Size, Vector, Point, PixelRect, PixelSize, PixelVector, PixelPoint
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Extensions.AvaloniaPropertyChangeSink`1">
            <summary>
            Allows to know when a dependency property value changes.
            This is required for a two-way bridge between the Data Flow Properties and Dependency Properties.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Extensions.AvaloniaPropertyChangeSink`1.Property">
            <summary>
            Gets the Data Flow Property that mirrors the outer dependency property.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.AvaloniaPropertyChangeSink`1.CheckDependencyPropertyType(Avalonia.AvaloniaObject,Avalonia.AvaloniaProperty,System.Boolean)">
            <summary>
            Ensures that the property is of type <typeparamref name="TValue"/>.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.AvaloniaPropertyChangeSink`1.CreatePropertyId(Avalonia.AvaloniaObject,Avalonia.AvaloniaProperty)">
            <summary>
            Creates a new Data Flow Property ID, based on the dependency property identity.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Extensions.Rects">
            <summary>
            A helper class for carrying out advanced operations over rectangles.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Extensions.Rects.MaxSize">
            <summary>
            Gets the size whose both components are <see cref="F:System.Int32.MaxValue"/>.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AbsMaximum(Avalonia.Size)">
            <summary>
            Returns the maximum of the size dimensions absolute values.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedWithin(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Makes sure one rectangle is whole located within the other, preferring to keep its size if possible and executing minimal moves.
            </summary>
            <param name="source">The rectangle to align.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedWithinUsingMinSize(Avalonia.Rect,Avalonia.Rect,Avalonia.Size)">
            <summary>
            Try to make sure one rectangle is located within the other, preferring to keep its size if possible and executing minimal moves.
            If source rectangle is bigger than the bounds, ensure its left top corner is within the bounds.
            </summary>
            <param name="source">The rectangle to align.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
            <param name="minSize">The rectangle minimal size.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenter(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another.
            </summary>
            <param name="source">The rectangle to align. The returned value will have the same size.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenter(Avalonia.Size,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another.
            </summary>
            <param name="source">The size of the rectangle to align. The returned value will have the same size.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenterAndCropped(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another and crops down as needed.
            </summary>
            <param name="source">The rectangle to align. The returned value may be cropped down by the <paramref name="bounds"/>.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenterAndCropped(Avalonia.Size,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another and crops down as needed.
            </summary>
            <param name="source">The size of the rectangle to align. The returned value may be cropped down by the <paramref name="bounds"/>.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenterAndDownscaled(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another. If the <paramref name="source"/> does not fit into <paramref name="bounds"/>, it's downscaled proportionally.
            </summary>
            <param name="source">The rectangle to align. The returned value may be downscaled.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AlignedCenterAndDownscaled(Avalonia.Size,Avalonia.Rect)">
            <summary>
            Centers one rectangle within another. If the <paramref name="source"/> does not fit into <paramref name="bounds"/>, it's downscaled proportionally.
            </summary>
            <param name="source">The size of the rectangle to align. The returned value may be downscaled.</param>
            <param name="bounds">The bounds to align the <paramref name="source"/> within, may be smaller than <paramref name="source"/>.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Attach(Avalonia.Rect@,JetBrains.UI.Avalonia.Extensions.DockStyle,System.Int32)">
            <summary>
            Returns a non-collapsed rectangle attached outside the <paramref name="anchor"/> rectangle. Modifies the <paramref name="anchor"/> rectangle!
            </summary>
            <param name="anchor">The attachment anchor. Increased to include the newly-attached rectangle on exit, so that to attach multiple rects in sequence.</param>
            <param name="dockStyle">The docking style, which can be a side-dock only.</param>
            <param name="size">The characteristic size of the side-attached rectangle (only either width or height, whichever is not defined by the attachment process).</param>
            <returns>The rectangle attached at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Attach(Avalonia.Rect@,JetBrains.UI.Avalonia.Extensions.DockStyle,Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle attached outside the <paramref name="anchor"/> rectangle. Modifies the <paramref name="anchor"/> rectangle!
            </summary>
            <param name="anchor">The attachment anchor. Increased to include the newly-attached rectangle on exit, so that to attach multiple rects in sequence.</param>
            <param name="dockStyle">The docking style, which can be a side-dock only.</param>
            <param name="size">The characteristic size of the side-attached rectangle (only either width or height is used, whichever is not defined by the attachment process).</param>
            <returns>The rectangle attached at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Attached(Avalonia.Rect,JetBrains.UI.Avalonia.Extensions.DockStyle,System.Int32)">
            <summary>
            Returns a non-collapsed rectangle attached outside the <paramref name="anchor"/> rectangle. Does not modify the <paramref name="anchor"/> rectangle.
            </summary>
            <param name="anchor">The attachment anchor.</param>
            <param name="dockStyle">The docking style, which can be a side-dock only.</param>
            <param name="size">The characteristic size of the side-attached rectangle (only either width or height, whichever is not defined by the attachment process).</param>
            <returns>The rectangle attached at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Attached(Avalonia.Rect,JetBrains.UI.Avalonia.Extensions.DockStyle,Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle attached outside the <paramref name="anchor"/> rectangle. Does not modify the <paramref name="anchor"/> rectangle.
            </summary>
            <param name="anchor">The attachment anchor.</param>
            <param name="dockStyle">The docking style, which can be a side-dock only.</param>
            <param name="size">The characteristic size of the side-attached rectangle (only either width or height is used, whichever is not defined by the attachment process).</param>
            <returns>The rectangle attached at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.ClippedSmart(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Performs the smart clipping that returns a non-all-zeros rectangle even if there is no intersection.
            Ie, when the <paramref name="source"/> rect lays outside the <paramref name="bounds"/> over some side, the result is a zero-thick projection on that side.
            </summary>
            <param name="source"></param>
            <param name="bounds"></param>
            <returns></returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Collapsed(Avalonia.Rect,JetBrains.UI.Anchoring2D)">
            <summary>
            Collapses a rectangle down to a point.
            The inside modes are located on the inner sides of the rectangle, and outside ones are one point outside.
            The bottom-right sides are not included within the rectangle area.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Constrained(Avalonia.Size,Avalonia.Size)">
            <summary>
            Constrains the <paramref name="source"/> size by the <paramref name="limit"/>.
            </summary>
            <param name="source">The source size to be limited. May be non-normalized.</param>
            <param name="limit">The limiting size. Must be normalized.</param>
            <returns>The constrained <paramref name="source"/>, guaranteed to be normalized.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Deflated(Avalonia.Rect,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Deflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will shrink.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Deflated(Avalonia.Rect,Avalonia.Size)">
            <summary>
            Deflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will shrink.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Deflated(Avalonia.Rect,Avalonia.Thickness)">
            <summary>
            Deflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will shrink.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Dock(Avalonia.Rect@,JetBrains.UI.Avalonia.Extensions.DockStyle,System.Double)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Modifies the <paramref name="space"/> rectangle!
            </summary>
            <param name="space">The docking space. Decreased to exclude the newly-docked rectangle on exit, so that to dock multiple rects in sequence.</param>
            <param name="dockStyle">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (either width or height, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Dock(Avalonia.Rect@,System.Nullable{JetBrains.UI.Avalonia.Extensions.Dock},System.Double)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Modifies the <paramref name="space"/> rectangle!
            </summary>
            <param name="space">The docking space. Decreased to exclude the newly-docked rectangle on exit, so that to dock multiple rects in sequence.</param>
            <param name="dock">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (either width or height, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Dock(Avalonia.Rect@,JetBrains.UI.Avalonia.Extensions.DockStyle,Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Modifies the <paramref name="space"/> rectangle!
            </summary>
            <param name="space">The docking space. Decreased to exclude the newly-docked rectangle on exit, so that to dock multiple rects in sequence.</param>
            <param name="dockStyle">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (only either width or height is used, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Dock(Avalonia.Rect@,System.Nullable{JetBrains.UI.Avalonia.Extensions.Dock},Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Modifies the <paramref name="space"/> rectangle!
            </summary>
            <param name="space">The docking space. Decreased to exclude the newly-docked rectangle on exit, so that to dock multiple rects in sequence.</param>
            <param name="dock">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (only either width or height is used, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Docked(Avalonia.Rect,JetBrains.UI.Avalonia.Extensions.DockStyle,System.Int32)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Does not modify the <paramref name="space"/> rectangle.
            </summary>
            <param name="space">The docking space.</param>
            <param name="dockStyle">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (either width or height, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Docked(Avalonia.Rect,System.Nullable{JetBrains.UI.Avalonia.Extensions.Dock},System.Double)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Does not modify the <paramref name="space"/> rectangle.
            </summary>
            <param name="space">The docking space.</param>
            <param name="dock">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (either width or height, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Docked(Avalonia.Rect,JetBrains.UI.Avalonia.Extensions.DockStyle,Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Does not modify the <paramref name="space"/> rectangle.
            </summary>
            <param name="space">The docking space.</param>
            <param name="dockStyle">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (only either width or height is used, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Docked(Avalonia.Rect,System.Nullable{JetBrains.UI.Avalonia.Extensions.Dock},Avalonia.Size)">
            <summary>
            Returns a non-collapsed rectangle docked within the <paramref name="space"/> rectangle. Does not modify the <paramref name="space"/> rectangle.
            </summary>
            <param name="space">The docking space.</param>
            <param name="dock">The docking style, which can be either any side or fill.</param>
            <param name="size">The characteristic size of the side-docked rectangle (only either width or height is used, whichever is not defined by the docking process). In the <see cref="F:JetBrains.UI.Avalonia.Extensions.DockStyle.Fill"/> case, this parameter is ignored.</param>
            <returns>The rectangle docked at the given side.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.EnsuredEmptySize(Avalonia.Size)">
            <summary>
            Returns <see cref="F:System.Drawing.Size.Empty"/> if the given <paramref name="size"/> is "enhanced-empty", that is, either it's <see cref="P:System.Drawing.Size.IsEmpty"/>, or one of its dimensions is zero. Otherwise, returns the original size.
            Curcumvents the fact that <see cref="P:System.Drawing.Size.IsEmpty"/> requires both dimensions to be simultaneously zero.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.FromLtrbNonnegative(System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Creates a rectangle in a way similar to Rectangle.FromLTRB, but ensures that no dimension is negative.
            If near is less than far, they're both set to the middle value.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.FromLtrbNonnegativeJet(System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Creates a rectangle in a way similar to Rectangle.FromLTRB, but ensures that no dimension is negative.
            If near is less than far, they're both set to the middle value.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.GetBorder(Avalonia.Rect,Avalonia.Size)">
            <summary>
            Gets a set of non-overlapping rectangles forming a border just inside the given rect, of the thickness specified.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.GetCenter(Avalonia.Rect)">
            <summary>
            Gets a point that is the center of the rectangle.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Inflated(Avalonia.Rect,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            Inflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will grow.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Inflated(Avalonia.Rect,System.Double,System.Double,System.Double,System.Double)">
            <summary>
            Inflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will grow.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Inflated(Avalonia.Rect,Avalonia.Size)">
            <summary>
            Inflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will grow.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Inflated(Avalonia.Rect,Avalonia.Thickness)">
            <summary>
            Inflates all the rectangle's sides by the given amount. If the numbers are positive, the rectangle will grow.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsCollapsed(Avalonia.Size)">
            <summary>
            Gets whether the given size is collapsed, that is, has a zero or negative dimension.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsCollapsed(JetBrains.Util.Media.JetSize)">
            <summary>
            Gets whether the given size is collapsed, that is, has a zero or negative dimension.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsCollapsed(Avalonia.Rect)">
            <summary>
            Gets whether the given rectangle is collapsed, that is, has a zero or negative dimension.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsCollapsed(System.Nullable{Avalonia.Rect})">
            <summary>
            Gets whether the given rectangle is collapsed, that is, has a zero or negative dimension.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsConstrained(Avalonia.Size,Avalonia.Size)">
            <summary>
            Checks whether the <paramref name="source"/> size satisfies the <paramref name="limit"/>, in terms of the <see cref="M:JetBrains.UI.Avalonia.Extensions.Rects.Constrained(Avalonia.Size,Avalonia.Size)"/> function.
            </summary>
            <param name="source">The source size to be limited. May be non-normalized.</param>
            <param name="limit">The limiting size. Must be normalized.</param>
            <returns>Whether executing <see cref="M:JetBrains.UI.Avalonia.Extensions.Rects.Constrained(Avalonia.Size,Avalonia.Size)"/> over <paramref name="source"/> and <paramref name="limit"/> won't change the <paramref name="source"/>.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsEmptyArea(Avalonia.Size)">
            <summary>
            Checks whether the size represents an empty area.
            Unlike <see cref="P:System.Drawing.Size.IsEmpty"/>, returns <c>True</c> if either of dimensions is empty (OR condition).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsEmptyArea(Avalonia.Rect)">
            <summary>
            Checks whether the rectangle represents an empty area.
            Unlike Rectangle.IsEmpty, returns <c>True</c> if either of dimensions is empty (OR condition), and ignores the Rectangle.Location completely.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsInfinite(Avalonia.Size)">
            <summary>
            Gets whether the given rectangle is close to maxvalues.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNanOrInf(Avalonia.Point)">
            <summary>
            Gets whether any of the coordinates are NAN or INF (<see cref="M:JetBrains.NumberUtil.IsNanOrInf(System.Double)"/>).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNanOrInf(JetBrains.Util.Media.JetPoint)">
            <summary>
            Gets whether any of the coordinates are NAN or INF (<see cref="M:JetBrains.NumberUtil.IsNanOrInf(System.Double)"/>).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNanOrInf(Avalonia.Size)">
            <summary>
            Gets whether any of the coordinates are NAN or INF (<see cref="M:JetBrains.NumberUtil.IsNanOrInf(System.Double)"/>).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNanOrInf(Avalonia.Vector)">
            <summary>
            Gets whether any of the coordinates are NAN or INF (<see cref="M:JetBrains.NumberUtil.IsNanOrInf(System.Double)"/>).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNanOrInf(Avalonia.Rect)">
            <summary>
            Gets whether any of the coordinates are NAN or INF (<see cref="M:JetBrains.NumberUtil.IsNanOrInf(System.Double)"/>).
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNormalized(Avalonia.Size)">
            <summary>
            Checks whether the size corresponds to a normalized rectangle.
            A normalized rectangle is such whose left coordinate is not greater than right, and top coordinate is not greater than bottom.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNormalized(JetBrains.Util.Media.JetSize)">
            <summary>
            Checks whether the size corresponds to a normalized rectangle.
            A normalized rectangle is such whose left coordinate is not greater than right, and top coordinate is not greater than bottom.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.IsNormalized(Avalonia.Rect)">
            <summary>
            Checks whether the rectangle is normalized.
            A normalized rectangle is such whose left coordinate is not greater than right, and top coordinate is not greater than bottom.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Max(Avalonia.Size,Avalonia.Size)">
            <summary>
            Gets the normalized maximum of two sizes, max operation executed independently against both dimensions.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Min(Avalonia.Size,Avalonia.Size)">
            <summary>
            Gets the normalized minimum of two sizes, min operation executed independently against both dimensions.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Normalized(Avalonia.Rect)">
            <summary>
            Normalizes the rectangle so that it has non-negative <see cref="P:Avalonia.Rect.Width"/> and <see cref="P:Avalonia.Rect.Height"/>, and passes the IsNormalized with <c>True</c>.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Normalized(Avalonia.Size)">
            <summary>
            Normalizes the size so that it IsNormalized. All the negative components are pulled up to become zero.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Shifted(Avalonia.Rect,Avalonia.Size)">
            <summary>
            Offsets the rectangle location by the given amount.
            </summary>
            <param name="source">The source rectangle.</param>
            <param name="offset">The offset distance.</param>
            <returns>The resulting rectangle.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Shifted(Avalonia.Rect,Avalonia.Point)">
            <summary>
            Offsets the rectangle location by the given amount.
            </summary>
            <param name="source">The source rectangle.</param>
            <param name="offset">The offset distance.</param>
            <returns>The resulting rectangle.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.WithBottom(Avalonia.Rect,System.Double)">
            <summary>
            Adjusts the rectangle so that only one of the Left, Top, Right, Bottom components changes. Width or Height are changed as appropriate.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.WithLeft(Avalonia.Rect,System.Double)">
            <summary>
            Adjusts the rectangle so that only one of the Left, Top, Right, Bottom components changes. Width or Height are changed as appropriate.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.WithRight(Avalonia.Rect,System.Double)">
            <summary>
            Adjusts the rectangle so that only one of the Left, Top, Right, Bottom components changes. Width or Height are changed as appropriate.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.WithTop(Avalonia.Rect,System.Double)">
            <summary>
            Adjusts the rectangle so that only one of the Left, Top, Right, Bottom components changes. Width or Height are changed as appropriate.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Size(System.Int32,System.Int32)">
            <summary>
            Creates a new <see cref="T:System.Drawing.Size"/> object that is guaranteed to be normalized and, if at least one of its sides is empty, to be <see cref="P:System.Drawing.Size.IsEmpty"/>.
            </summary>
            <param name="width">The desired width.</param>
            <param name="height">The desired height.</param>
            <returns>A normalized size whose sides can only simultaneousely be <c>0</c>.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Size(System.Double,System.Double)">
            <summary>
            Creates a new <see cref="T:System.Drawing.Size"/> object that is guaranteed to be normalized and, if at least one of its sides is zero, to be all-zero.
            </summary>
            <param name="width">The desired width.</param>
            <param name="height">The desired height.</param>
            <returns>A normalized size whose sides can only simultaneously be <c>0</c>.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.StackHorizontally(System.Collections.Generic.IEnumerable{Avalonia.Size},System.Double)">
            <summary>
            Stacks a number of sizes horizontally and returns the resulting size.
            If a size in the list is collapsed, it's not included and the gaps for it are not added.
            </summary>
            <param name="sizes">The list of sizes to stack.</param>
            <param name="gap">The gap to insert between the adjacent stack-items.</param>
            <returns>The bounding rect of the result.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.StackHorizontally(System.Int32,Avalonia.Size[])">
            <summary>
            Stacks a number of sizes horizontally and returns the resulting size.
            If a size in the list is collapsed, it's not included and the gaps for it are not added.
            </summary>
            <param name="sizes">The list of sizes to stack.</param>
            <param name="gap">The gap to insert between the adjacent stack-items.</param>
            <returns>The bounding rect of the result.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.StackVertically(System.Collections.Generic.IEnumerable{Avalonia.Size},System.Int32)">
            <summary>
            Stacks a number of sizes vertically and returns the resulting size.
            If a size in the list is collapsed, it's not included and the gaps for it are not added.
            </summary>
            <param name="sizes">The list of sizes to stack.</param>
            <param name="gap">The gap to insert between the adjacent stack-items.</param>
            <returns>The bounding rect of the result.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.StackVertically(System.Double,Avalonia.Size[])">
            <summary>
            Stacks a number of sizes vertically and returns the resulting size.
            If a size in the list is collapsed, it's not included and the gaps for it are not added.
            </summary>
            <param name="sizes">The list of sizes to stack.</param>
            <param name="gap">The gap to insert between the adjacent stack-items.</param>
            <returns>The bounding rect of the result.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Unioned(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Unites the two rectangle and returns a rect that encompasses both.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.UnionedHorizontally(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Unites the horizontal coordinates of the rectangles, and takes the y-coordinates solely from <paramref name="source"/>.
            </summary>
            <param name="source">The first rectangle, features the y-coordinates of the retval.</param>
            <param name="other">The second rectangle.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.UnionedVertically(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Unites the vertical coordinates of the rectangles, and takes the x-coordinates solely from <paramref name="source"/>.
            </summary>
            <param name="source">The first rectangle, features the x-coordinates of the retval.</param>
            <param name="other">The second rectangle.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AssertIsReal(Avalonia.Point,System.String)">
            <summary>
            Asserts that point coordinates are real numbers. Fluent.
            Throws on <see cref="F:System.Double.NaN"/>, <see cref="F:System.Double.PositiveInfinity"/>, <see cref="F:System.Double.NegativeInfinity"/>.
            </summary>
            <param name="pt">Point to test.</param>
            <param name="failmessage">Optional. Message to include in the failure exception.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AssertIsReal(Avalonia.Rect,System.String)">
            <summary>
            Asserts that rectangle coordinates are real numbers. Fluent.
            Throws on <see cref="F:System.Double.NaN"/>, <see cref="F:System.Double.PositiveInfinity"/>, <see cref="F:System.Double.NegativeInfinity"/>.
            </summary>
            <param name="rect">Point to test.</param>
            <param name="failmessage">Optional. Message to include in the failure exception.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.AssertIsReal(Avalonia.Size,System.String)">
            <summary>
            Asserts that size dimensions are real numbers. Fluent.
            Throws on <see cref="F:System.Double.NaN"/>, <see cref="F:System.Double.PositiveInfinity"/>, <see cref="F:System.Double.NegativeInfinity"/>.
            </summary>
            <param name="size">Point to test.</param>
            <param name="failmessage">Optional. Message to include in the failure exception.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.Collapse_Linear(System.Double,System.Double,JetBrains.UI.Anchoring)">
            <summary>
            A helper function for the <see cref="M:JetBrains.UI.Avalonia.Extensions.Rects.Collapsed(Avalonia.Rect,JetBrains.UI.Anchoring2D)"/> func, handles one dimension.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.StackImpl(System.Collections.Generic.IEnumerable{Avalonia.Size},System.Double,System.Boolean)">
            <summary>
            Implements the size-stacking.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Extensions.Rects.RectsComparer">
            <summary>
            A comparer for the rectangles.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.RectsComparer.Compare(System.Collections.Generic.IEnumerable{Avalonia.Rect},System.Collections.Generic.IEnumerable{Avalonia.Rect})">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            
            <returns>
            Value Condition Less than zerox is less than beta.Zerox equals beta.Greater than zerox is greater than beta.
            </returns>
            
            <param name="beta">The second object to compare.</param>
            <param name="alpha">The first object to compare.</param>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Extensions.Rects.RectsComparer.Compare(Avalonia.Rect,Avalonia.Rect)">
            <summary>
            Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
            </summary>
            
            <returns>
            Value Condition Less than zero is less than beta.Zero equals beta.Greater than zero is greater than beta.
            </returns>
            
            <param name="beta">The second object to compare.</param>
            <param name="alpha">The first object to compare.</param>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.AvaloniaThemedIconPlaceholder.IconPlaceholder">
            <summary>
            Gets the default placeholder image to be used in place of images yet to be drawn.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Icons.DelegateTraceListener.Listen(System.String)">
            <summary>
            Trace.Listener uses global lock inside while appending/removing from the array, so it may be slow if used too often
            </summary>
            <param name="activityId"></param>
            <returns></returns>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Icons.TiImageConverterAvalonia">
            <summary>
              <para>General conversions for the <see cref="T:JetBrains.Util.Icons.TiImage" /> format to and from the popular formats.</para>
              <para>Special cases are handled by other classes, like export to C# (<c>ThemedIconsCsEmitter</c>) or import from SVG (<c>SvgThemedIconsTransferFormatParser</c>), as it's a complicated lossy import process). The conversions presented here are usually simple and lossless — provided that Avalon vector images comply with what's allowed for a TiIcon.</para>
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader">
            <summary>
              Represents a single strongly-typed icon accessor along with the component instance that is required to render the
              icon image.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader.ThemedIconManager">
            <summary>
              Gets the icon manager which governs the presentation of this icon.
            </summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader.IconId">
            <summary>
              Icon identifier.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader.CurrentAvaloniaImage">
            <summary>
              <para>Gets the icon image for use in Avalonia UI.</para>
              <para>Note that this might be either a vector image or a raster bitmap.</para>
              <para>
                This image only fits the current theme. You should watch <see cref="P:JetBrains.Application.Icons.IThemedIconManager.CurrentIconTheme" />
                changes and request a new image, or use <see cref="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader.LiveAvaloniaImage" />.
              </para>
            </summary>
            <remarks>
              <para>
                If the icon with such an ID is not registered with the system, an exception is logged and a placeholder image
                of the standard 16x16 size is returned, and execution continues.
              </para>
            </remarks>
            <returns>The icon (of its natural size), or the standard 16x16 image if the icon is not registered.</returns>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconLoader.LiveAvaloniaImage">
            <summary>
              <para>Gets the live icon image for use in Avalonia UI.</para>
              <para>Note that this might be either a vector image or a raster bitmap.</para>
              <para>This property tracks the active theme and updates the image source upon theme change.</para>
            </summary>
            <remarks>
              <para>
                If the icon with such an ID is not registered with the system, an exception is logged and a property with a
                placeholder image of the standard 16x16 size is returned, and execution continues.
              </para>
            </remarks>
            <returns>The icon (of its natural size), or the standard 16x16 image if the icon is not registered.</returns>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconManagerIcons">
            <summary>
            <see cref="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManager.Icons"/> type.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconManagerIcons.Item(JetBrains.UI.Icons.IconId)">
            <summary>
            <para>Gets the icon image in vector or raster form for use with GDI+ WinForms or WPF UI.</para>
            <para>You should be operating on <see cref="T:JetBrains.UI.Icons.IconId"/> objects for as long as possible, and only render an icon to the actual theme image when you have to present it. This is the main method for getting the actual theme image for an icon, either for the current theme or changing live with the theme.</para>
            </summary>
            <remarks>
            <para>For performance reasons, getting an icon does not validate that an icon ID is valid and an image for it exists until you actually try getting some imagery.</para>
            </remarks>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconManagerLiveImages.myMapIdToAvaloniaImage">
            <summary>
            Caches props, see class doc for details.
            Access must be protected with <see cref="F:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconManagerLiveImages.myLock" />.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Icons.ThemedIconManager.AvaloniaThemedIconManagerLiveImages.GetLiveAvaloniaImage(JetBrains.UI.Icons.IconId)">
            <summary>
            Gets the still-existing property, or creates a new one and does not hold a strong reference to it.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManager">
            <summary>
            <para>Collects and dispatches icon images throughout the application.</para>
            <para>Applies theming to icons to support different application styles.</para>
            <para>Generally, you should not be getting icons from it directly. Look for strongly-typed accessors auto-generated in the assembly which loads the icons.</para>
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManager.CurrentIconTheme">
            <summary>
            Gets the current theme selected for icons, and notifies of changes.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManager.Icons">
            <summary>
            <para>Gets the icon image in vector or raster form for use with GDI+ WinForms or WPF UI.</para>
            <para>You should be operating on <see cref="T:JetBrains.UI.Icons.IconId"/> objects for as long as possible, and only render an icon to the actual theme image when you have to present it. This is the main method for getting the actual theme image for an icon, either for the current theme or changing live with the theme.</para>
            </summary>
            <remarks>
            <para>For performance reasons, getting an icon does not validate that an icon ID is valid and an image for it exists until you actually try getting some imagery.</para>
            </remarks>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManager.GetRawApi">
            <summary>
            Api methods for use as backend by <see cref="T:JetBrains.Application.Icons.ThemedIconLoader"/>.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Icons.ThemedIconManager.IAvaloniaThemedIconManagerRawApi.GetLiveAvaloniaImage(JetBrains.UI.Icons.IconId)">
            <summary>
            Gets the still-existing property, or creates a new one and does not hold a strong reference to it.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Icons.ThemedIconManager.TiImage">
            <summary>
              <para>A view control which works as a DataTemplate for the <see cref="T:JetBrains.UI.Icons.IconId" /> type.</para>
              <para>
                As it is registered with <see cref="T:JetBrains.UI.Avalonia.Utils.PlatformResourceDictionary" />, you can use
                <see cref="T:JetBrains.UI.Icons.IconId" /> as
                content across the product's UI, and it will be presented automatically.
              </para>
              <para>
                You can also use this control when you need to have fine-grained control over the resulting
                <see cref="T:Avalonia.Controls.Image" /> object and access to its properties. In this case, set the
                <see cref="T:JetBrains.UI.Icons.IconId" /> to its
                <see cref="P:Avalonia.StyledElement.DataContext" /> property (as would applying a Data Template do), or use the special
                <see cref="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.TiImage.IconId" /> property which exposes the typed data context (for binding, you should still be using the
                <see cref="F:Avalonia.StyledElement.DataContextProperty" />).
              </para>
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Icons.ThemedIconManager.TiImage.IconId">
            <summary>
              <para>
                Exposes the <see cref="P:Avalonia.StyledElement.DataContext" /> property typed to <see cref="T:JetBrains.UI.Icons.IconId" />
                .
              </para>
              <para>
                As this object is primarily intended to be used as a data template, it receives the Icon ID in the
                <see cref="P:Avalonia.StyledElement.DataContext" /> property. This is a typed facade.
              </para>
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.MarkupExtensions.DynamicResourceExtensionBase">
            <summary>
            Same as DynamicResource, but with ability to override its behavior
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.MarkupExtensions.MarkupExtensionBase">
            <summary>
            Base class for MarkupExtension implementations. Simplifies XAML markup implementation, 
            handles such special cases as intermediate objects, Setters and other ill cases. 
            Also, the result of the XAML extension is live (via internal binding creation).
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.MarkupExtensions.ThicknessExtension">
            <summary>
            Extension for specifying margins, paddings, widths, heights, thickness etc.
            It can convert between types, so same resource can be referenced by differently typed properties.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.DescriptionLine1">
            <summary>
            The first line of the progress dialog description. Shortens paths.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.DescriptionLine2">
            <summary>
            The second line of the progress dialog description. Shortens paths.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.DescriptionLine3">
            <summary>
            Available only when not <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsEstimatingTime"/>. The third line of the progress dialog description. Shortens paths.
            When <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsEstimatingTime"/>, this line is used for displaying the time estimate.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsCancelable">
            <summary>
            Whether the cancel button is available on the dialog.
            Cannot be changed when <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsRunning"/>.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsEstimatingTime">
            <summary>
            Whether the system should estimate the remaining time and give it out in the third description line of the dialog.
            Cannot be changed when <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsRunning"/>.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsShownWithoutDelay">
            <summary>
            Show dialog immideatly after creating.
            Cannot be changed when <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsRunning"/>.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsMarquee">
            <summary>
            Whether the progress is indeterminate.
            Cannot be changed when <see cref="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsRunning"/>.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsRunning">
            <summary>
            Whether the dialog is currently visible. Set to <c>True</c> to show. To hide, either set to <c>False</c> or dispose of the dialog.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.IsUserCanceled">
            <summary>
            Whether the user has canceled the progress dialog. Readonly.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.Title">
            <summary>
            Progress dialog title.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.Value">
            <summary>
            Value of the progress, in the [0…1] range.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.WindowHandle">
            <summary>
            A handle to the progress window. Readonly.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Progress.SystemProgressDialog.BindToProgressIndicator(JetBrains.Lifetimes.Lifetime,JetBrains.Application.Progress.IProgressIndicatorModel,JetBrains.Application.Threading.IThreading)">
            <summary>
            Binds a progress indicator to its visual presentation.
            The values are prevented from being updated too often.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Settings.OwnedDialogPositionExtensions.BindToSettings(JetBrains.Lifetimes.Lifetime,JetBrains.DataFlow.IProperty{JetBrains.UI.Settings.OwnedDialogPosition},Avalonia.Controls.Window)">
            <summary>
            Reads window position from settings and applies; does the reverse upon the end of the lifetime.
            Make sure that the <paramref name="propSettings" /> lifetime is still alive when the main <paramref name="lifetime" /> terminates, of when the window closes, otherwise the settings will fail to get written.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Ide.Application.Rider.AvaloniaInRiderApplicationHost.OnAvaloniaRiderEngine``1(JetBrains.Application.Environment.JetHostItems.Empty,System.Boolean,JetBrains.Util.Logging.IFilter[])">
            <summary>
            Application host init for Rider integrated headless cross-platform Avalonia application.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl">
            <summary>
            Adapter that allows the <c>Avalonia.Threading.Dispatcher</c> to be used as <c>JetBrains.Threading.JetDispatcher</c>.
            Cross-platform, so it works on Windows, MacOs, Linux. 
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.JetBrains#Threading#IPlatformSpecificJetDispatcherThreadUnderlyingTransport#PumpMessagesOnce(System.TimeSpan)">
            <inheritdoc />
        </member>
        <member name="P:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.JetBrains#Threading#IPlatformSpecificJetDispatcherThreadUnderlyingTransport#IsShutDown">
            <inheritdoc />
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.JetBrains#Threading#IPlatformSpecificJetDispatcherThreadUnderlyingTransport#ShutDown">
            <inheritdoc />
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.PumpMessagesOnce">
            <summary>
            Pumps all the Windows messages (and async actions) currently on the queue, and terminates.
            </summary>
            <returns>The number of messages actually pumped.</returns>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.Run(JetBrains.DataFlow.IProperty{System.Boolean},System.TimeSpan,System.Boolean)">
            <summary>
            Pumps the Windows messages on the current thread (which includes all of the async operations and marshallings) while the given <paramref name="condition"/> is true, but for at most <paramref name="timeout"/> period of time.
            Returns whether the wait succeeded (timeout was not reached), unless <paramref name="isThrowOnTimeout"/> is <c>True</c>, in which case an exception is thrown.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.Run(System.Func{System.Boolean},System.TimeSpan,System.Boolean)">
            <summary>
            Pumps the messages on the current thread (which includes all of the async operations and marshallings) while the given <paramref name="condition"/> is true, but for at most <paramref name="timeout"/> period of time.
            Returns whether the wait succeeded (timeout was not reached), unless <paramref name="isThrowOnTimeout"/> is <c>True</c>, in which case an exception is thrown.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.Run">
            <summary>
            Employs the current thread.
            Pumps the Windows messages on the current thread (which includes all of the async operations and marshallings) until <see cref="M:JetBrains.Threading.JetDispatcher.BeginInvokeShutdown"/> is invoked for this dispatcher.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.JetBrains#Threading#IPlatformSpecificJetDispatcherThreadUnderlyingTransportCustomRunHandler#CustomRun(System.Func{System.Boolean},JetBrains.DataFlow.IProperty{System.Boolean},System.TimeSpan,JetBrains.Threading.OnWaitTimeout)">
            <inheritdoc />
        </member>
        <member name="P:JetBrains.UI.Avalonia.Threading.AvaloniaDispatcherImpl.JetBrains#Util#Concurrency#Dispatcher#IWindowsMessageQueueBasedTransport#IsUsingWindowsMessageQueue">
            <inheritdoc />
        </member>
        <member name="P:JetBrains.UI.Avalonia.Utils.Commands.CloseWindow">
            <summary>
            Closes current window. Parameter should be sender control.
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Utils.Commands.OpenUri">
            <summary>
            Opens the link specified. Parameter should be Uri.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Utils.IPlatformResourceDictionary">
            <summary>
            <para>Exposes the central Resource Dictionary which should be available to every piece of WPF UI within the platform-based product.</para>
            <para>Some of the UI controls rely on theming colors, icons, automation object views and other resources which must be externally applied to them thru this dictionary.</para>
            <para>If you would like to publish a resource to make it universally available:</para>
            <para>(1) Look for an existing subsystem for registering your kind of resources, such as an icon or a color. Thus subsystem will expose them for you through this dictionary.</para>
            <para>(2) If this is a new kind of resources, add a new <see cref="T:Avalonia.Controls.ResourceDictionary"/> to the <see cref="P:Avalonia.Controls.ResourceDictionary.MergedDictionaries"/> collection of <see cref="P:JetBrains.UI.Avalonia.Utils.IPlatformResourceDictionary.PlatformResources"/>.</para>
            <para>If you're authoring a new top-level WPF control (Window, Visual Studio Tool Window integration, etc), make sure to publish this dictionary on your WPF controls tree root. See PlatformResourcesBehavior for an MVVM helper for that.</para>
            </summary>
        </member>
        <member name="P:JetBrains.UI.Avalonia.Utils.IPlatformResourceDictionary.PlatformResources">
            <summary>
            <para>Exposes the central Resource Dictionary which should be available to every piece of WPF UI within the platform-based product.</para>
            <para>Some of the UI controls rely on theming colors, icons, automation object views and other resources which must be externally applied to them thru this dictionary.</para>
            <para>If you would like to publish a resource to make it universally available:</para>
            <para>(1) Look for an existing subsystem for registering your kind of resources, such as an icon or a color. Thus subsystem will expose them for you through this dictionary.</para>
            <para>(2) If this is a new kind of resources, add a new <see cref="T:Avalonia.Controls.ResourceDictionary"/> to the <see cref="P:Avalonia.Controls.ResourceDictionary.MergedDictionaries"/> collection of <see cref="P:JetBrains.UI.Avalonia.Utils.IPlatformResourceDictionary.PlatformResources"/>.</para>
            <para>If you're authoring a new top-level WPF control (Window, Visual Studio Tool Window integration, etc), make sure to publish this dictionary on your WPF controls tree root. See PlatformResourcesBehavior for an MVVM helper for that.</para>
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Utils.PlatformResourceDictionary">
            <summary>
            Default impl.
            </summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.VisualRoot.WindowExtensions.ShowAndWaitForDisplayed(Avalonia.Controls.Window)">
            <summary>
            Shows the window and returns only when it is rendered.
            Required to avoid displaying empty window in the following cases:
              When window is shown from shell component constructor and after that dispatcher will be occupied by some heavy component we will
              Some modal dialog is displayed immediately after showing the window and it will block its rendering 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.AliasResource">
            <summary>
            Resource that references another resource with other key.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.ApplicationXaml">
            <summary>
            Xaml object that includes all other xaml files used by the project.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.ControlThemeResourceInclude">
            <summary>
            ResourceInclude for control theme. It will try to load referenced xaml only when key or type exactly match
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.DataTemplateResourceDictionary">
            <summary>
            Resource dictionary specially for data templates. Here data templates can be defined without key, because their
            DataType can be used for this purpose.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.DataTemplateResourceInclude">
            <summary>
            Include for xaml with data templates. Has optimized resource search logic and will load xaml only on attempt to find resource
            with key that matches or can be cast to specified ones in Key or Keys. After that search may be performed with other values too.
            So Key or Keys should specify only main data templates, that are intended to be loaded first.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.Data.ResourcesDataTemplate">
            <summary>
            DataTemplate that searches matches in data templates located in referenced resource dictionaries.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.IconIdResource">
            <summary>
            Resource entry for IconId with specific theme selected. Used for avoiding usage of complicated platform icon management components.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.Internal.ResourceProvider">
            <summary>
            Base class for IResourceProvider implementations with Owner management
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.Internal.XamlCache">
            <summary>
            Cache for xaml to prevent multiple loading of same file. 
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.ResourceBase">
            <summary>
            Base resource entry.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.StaticResourceDictionary">
            <summary>
            Resource dictionary that allows values referenced by {x:Static}
            Also it allows lazy value conversion by overriding Resource.GetValue (i.e. specified asset path can be converted to asset)
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.SvgAssetResource">
            <summary>
            Resource for SVG image. Actual SvgImage will be loaded on getting resource by key.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.TriggerResourceInclude">
            <summary>
            ResourceInclude with optimized resource search logic and will load xaml only on attempt to find resource
            with key that matches specified ones in Key or Keys. After that search may be performed with other values too.
            So Key or Keys should specify only main resources, that are intended to be loaded first.
            </summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight">
             <summary>
            	<para>
            		<para>BusyIndicatorLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:CirarecThemedIconsThemedIcons+BusyIndicatorLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(CirarecThemedIconsThemedIcons.BusyIndicatorLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = CirarecThemedIconsThemedIcons.BusyIndicatorLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;CirarecThemedIconsThemedIcons.BusyIndicatorLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight.Id">
            <inheritdoc cref="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight.Load_Default">
            <summary>Loads the image for Themed Icon BusyIndicatorLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon BusyIndicatorLight.</summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark">
             <summary>
            	<para>
            		<para>BusyIndicatorDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:CirarecThemedIconsThemedIcons+BusyIndicatorDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(CirarecThemedIconsThemedIcons.BusyIndicatorDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = CirarecThemedIconsThemedIcons.BusyIndicatorDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;CirarecThemedIconsThemedIcons.BusyIndicatorDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark.Id">
            <inheritdoc cref="T:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark.Load_Default">
            <summary>Loads the image for Themed Icon BusyIndicatorDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Xaml.Themes.Icons.Generated.BusyIndicatorDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon BusyIndicatorDark.</summary>
        </member>
        <member name="F:JetBrains.UI.Avalonia.Temp.TestCompiledIcon.Id">
             <summary>
            	<para>
            		<para>Bulb Themed Icon autogenerated identifier object.</para>
            		<para>Identifier objects should be used where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected. In attributes, XAML, or generic parameters use the containing <see cref="T:JetBrains.Application.UI.Icons.CommonThemedIcons.CommonThemedIcons.Bulb"></see> identifier class.</para>
            		<para>
            			<code>
                        .-_,"",_-.
                     .,="-.````.-"="'
                    "!_`           -;~`
                  `;!.  ``````````  `;!`
                  ^+_ `````````````` -+=
                  \r` ..............  rr
                  =c- `---+)"")+---. .c!
                  `|r` .___roor___'  +T-
                   .)|_  .,,oo,,.` -LT-
                     ~tT  ""oo""  (t=`
                      [[          [[
                      DD`'_^=+cluk6X
                      OD.'_^=+cluk6U
                      cDr'_^=+cluh6|
                       TDo+==+TuU9T`
                        -rk4AGUer-
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:CommonThemedIcons+Bulb}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(CommonThemedIcons.Bulb))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = CommonThemedIcons.Bulb.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;CommonThemedIcons.Bulb&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Temp.TestCompiledIcon.Load_Color">
            <summary>Loads the image for Themed Icon Bulb theme aspect Color.</summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Temp.TestCompiledIcon.Load_Gray">
            <summary>Loads the image for Themed Icon Bulb theme aspect Gray.</summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Temp.TestCompiledIcon.Load_GrayDark">
            <summary>Loads the image for Themed Icon Bulb theme aspect GrayDark.</summary>
        </member>
        <member name="M:JetBrains.UI.Avalonia.Temp.TestCompiledIcon.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Bulb.</summary>
        </member>
        <member name="T:JetBrains.UI.Avalonia.OldTheming.GlobalStylesProxy">
            <summary>
            Temporary service for splitting old styles and new styles. Delete after migrating to new UI toolkit.
            </summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons">
             <summary>
            	<para>
            		<para>Autogenerated identifier classes and identifier objects to Themed Icons registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see>.</para>
            		<para>Identifier classes should be used in attributes, XAML, or generic parameters. Where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected, use the identifier object in the <c>Id</c> field of the identifier class.</para>
            	</para>
            </summary>
            <remarks>
            	<para>This code was compile-time generated to support Themed Icons in the JetBrains application.</para>
            	<para>It has two primary goals: load the icons of this assembly to be registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> so that they were WPF-accessible and theme-sensitive; and emit early-bound accessors for referencing icons in codebehind in a compile-time-validated manner.</para>
            	<h1>XAML</h1>
            	<para>For performance reasons, the icons are not individually exposed with application resources. There is a custom markup extension to bind an image source in markup.</para>
            	<para>To use an icon from XAML, set an <see cref="T:System.Windows.Media.ImageSource"></see> property to the <see cref="T:System.CodeDom.CodeTypeReference"></see> markup extension, which takes an icon identifier class (nested in <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+Trinity}" /&gt;</code>
            	<h1>Attributes</h1>
            	<para>Sometimes you have to reference an icon from a type attriute when you're defining objects in code. Typical examples are Options pages and Tool Windows.</para>
            	<para>To avoid the use of string IDs which are not validated very well, we've emitted identifier classes to be used with <c>typeof()</c> expression, one per each icon. Use the attribute overload which takes a <see cref="T:System.Type"></see> for an image, and choose your icon class from nested classes in the <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.Trinity))]</code>
            	<h1>CodeBehind</h1>
            	<para>In codebehind, we have two distinct tasks: (a) specify some icon in the APIs and (b) render icon images onscreen.</para>
            	<para>On the APIs stage you should only manipulate icon identifier objects (of type <see cref="T:JetBrains.UI.Icons.IconId"></see>, statically defined in <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons"></see>) should be turned into icon identifier objects as early as possible. Rendering is about getting an <see cref="T:System.Windows.Media.ImageSource"></see> to assign to WPF, or <see cref="T:System.Drawing.Bitmap"></see> to use with GDI+ / Windows Forms.</para>
            	<para>You should turn an identifier object into a rendered image as late as possible. The identifier is static and lightweight and does not depend on the current theme, while the image is themed and has to be loaded or generated/rasterized. You need an <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> instance to get the image out of an icon identifier object. Once you got the image, you should take care to change it with theme changes — either by using a live image property, or by listening to the theme change event. See <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> and its extensions for the related facilities.</para>
            	<para>Example:</para>
            	<code>// Getting IconId identifier object to use with APIs
            IconId iconid = VisuquwThemedIconsThemedIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(VisuquwThemedIconsThemedIcons.Trinity));</code>
            	<code>// Getting image for screen rendering by IconId
            themediconmanager.Icons[icnoid]</code>
            	<code>// Getting image for screen rendering by Icon Identifier Class
            themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.Trinity&gt;()</code>
            	<h1>Icons Origin</h1>
            	<para>This code was generated by a pre-compile build task from a set of input files which are XAML files adhering to a certain convention, as convenient for exporting them from the Illustrator workspace, plus separate PNG files with raster icons. In the projects, these files are designated with <c>ThemedIconsXamlV3</c> and <c>ThemedIconPng</c> build actions and do not themselves get into the output assembly. All of such files are processed, vector images for different themes of the same icon are split and combined into the single list of icons in this assembly. This list is then written into the genearted XAML file (compiled into BAML within assembly), and serves as the source for this generated code.</para>
            </remarks>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf">
             <summary>
            	<para>
            		<para>DocingRightHalf Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @+              @)------------;@
             @+              !:------------;@
             @+              I~------------;@
             @+              D*------------;@
             @+              --------------;@
             @+              @)------------;@
             @+              !:------------;@
             @+              6!------------;@
             @+              6!------------;@
             @+              "-------------;@
             @+              @)------------;@
             @+              "-------------;@
             @+              D*------------;@
             @DVVVVVVVVVVVVVVNdZZZZZZZZZZZZm@
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DocingRightHalf}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DocingRightHalf))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DocingRightHalf.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DocingRightHalf&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf.Load_Default">
            <summary>Loads the image for Themed Icon DocingRightHalf theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingRightHalf.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DocingRightHalf.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom">
             <summary>
            	<para>
            		<para>DocingToBottom Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                        ----------           
                        -Joooooo}:           
                          ~2oo2!             
                           `cT.              
                                             
                                             
             oooooooooooooooooooooooooooooooo
             oooooooooooooooooooooooooooooooo
             o_                            -o
             o_                            -o
             o_                            -o
             o_                            -o
             o_                            -o
             oT****************************co
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DocingToBottom}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DocingToBottom))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DocingToBottom.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DocingToBottom&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom.Load_Default">
            <summary>Loads the image for Themed Icon DocingToBottom theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DocingToBottom.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DocingToBottom.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf">
             <summary>
            	<para>
            		<para>DockingBottomHalf Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @*                            "@
             @*                            "@
             @*                            "@
             @*                            "@
             @*                            "@
             @*                            "@
             @7-  ""- `"". `""` `""` .""  -+@
             @f;--))~--))"-:)):-:))--"))--~z@
             @L----------------------------;@
             @L----------------------------;@
             @L----------------------------;@
             @L----------------------------;@
             @L----------------------------;@
             @DPPPPPPPPPPPPPPPPPPPPPPPPPPPPO@
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingBottomHalf}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingBottomHalf))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingBottomHalf.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingBottomHalf&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf.Load_Default">
            <summary>Loads the image for Themed Icon DockingBottomHalf theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingBottomHalf.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingBottomHalf.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter">
             <summary>
            	<para>
            		<para>DockingCenter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             gggggggggggggggggggggggggggggggg
             gggggggggggggggggggggggggggggggg
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             g+                            "g
             gDVVVVVVVVVVVVVVVVVVVVVVVVVVVVdg
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingCenter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingCenter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingCenter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingCenter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter.Load_Default">
            <summary>Loads the image for Themed Icon DockingCenter theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingCenter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingCenter.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf">
             <summary>
            	<para>
            		<para>DockingLeftHalf Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @L------------!@              "@
             @L------------:!              "@
             @L------------_C              "@
             @L------------~D              "@
             @L--------------              "@
             @L------------!@              "@
             @L------------:!              "@
             @L------------^X              "@
             @L------------^X              "@
             @L-------------_              "@
             @L------------!@              "@
             @L-------------_              "@
             @L------------~D              "@
             @DPPPPPPPPPPPPw%aaaaaaaaaaaaaad@
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingLeftHalf}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingLeftHalf))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingLeftHalf.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingLeftHalf&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf.Load_Default">
            <summary>Loads the image for Themed Icon DockingLeftHalf theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingLeftHalf.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingLeftHalf.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft">
             <summary>
            	<para>
            		<para>DockingToLeft Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             oooooooooooooooo                
             oooooooooooooooo                
             o_            -o                
             o_            -o                
             o_            -o                
             o_            -o         `,     
             o_            -o       :co(     
             o_            -o    `;[ooo(     
             o_            -o    -r2ooo(     
             o_            -o      `~so(     
             o_            -o         -~     
             o_            -o                
             o_            -o                
             o_            -o                
             o_            -o                
             oT************co                
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingToLeft}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingToLeft))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingToLeft.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingToLeft&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft.Load_Default">
            <summary>Loads the image for Themed Icon DockingToLeft theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToLeft.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingToLeft.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight">
             <summary>
            	<para>
            		<para>DockingToRight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                             oooooooooooooooo
                             oooooooooooooooo
                             o_            -o
                             o_            -o
                             o_            -o
                  :.         o_            -o
                  +oT_       o_            -o
                  +ooof=.    o_            -o
                  +ooo2L:    o_            -o
                  +oF;`      o_            -o
                  ":         o_            -o
                             o_            -o
                             o_            -o
                             o_            -o
                             o_            -o
                             oT************co
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingToRight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingToRight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingToRight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingToRight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight.Load_Default">
            <summary>Loads the image for Themed Icon DockingToRight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToRight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingToRight.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop">
             <summary>
            	<para>
            		<para>DockingToTop Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             oooooooooooooooooooooooooooooooo
             oooooooooooooooooooooooooooooooo
             o_                            -o
             o_                            -o
             o_                            -o
             o_                            -o
             o_                            -o
             oT****************************co
                                             
                                             
                            =r`              
                          ,[oof^             
                        `cooooooT.           
                        ,________,           
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingToTop}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingToTop))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingToTop.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingToTop&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop.Load_Default">
            <summary>Loads the image for Themed Icon DockingToTop theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingToTop.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingToTop.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf">
             <summary>
            	<para>
            		<para>DockingTopHalf Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
             @c----------------------------;@
             @c----------------------------;@
             @c----------------------------;@
             @c----------------------------;@
             @c----------------------------;@
             @c----------------------------;@
             @bl``DDL`:DD!`"DD"`"DD:`!DD``Lw@
             @+                            "@
             @+                            "@
             @+                            "@
             @+                            "@
             @+                            "@
             @+                            "@
             @DVVVVVVVVVVVVVVVVVVVVVVVVVVVVA@
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:VisuquwThemedIconsThemedIcons+DockingTopHalf}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VisuquwThemedIconsThemedIcons.DockingTopHalf))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VisuquwThemedIconsThemedIcons.DockingTopHalf.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VisuquwThemedIconsThemedIcons.DockingTopHalf&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf.Load_Default">
            <summary>Loads the image for Themed Icon DockingTopHalf theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.DockPlacementThemedIcons.DockingTopHalf.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DockingTopHalf.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons">
             <summary>
            	<para>
            		<para>Autogenerated identifier classes and identifier objects to Themed Icons registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see>.</para>
            		<para>Identifier classes should be used in attributes, XAML, or generic parameters. Where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected, use the identifier object in the <c>Id</c> field of the identifier class.</para>
            	</para>
            </summary>
            <remarks>
            	<para>This code was compile-time generated to support Themed Icons in the JetBrains application.</para>
            	<para>It has two primary goals: load the icons of this assembly to be registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> so that they were WPF-accessible and theme-sensitive; and emit early-bound accessors for referencing icons in codebehind in a compile-time-validated manner.</para>
            	<h1>XAML</h1>
            	<para>For performance reasons, the icons are not individually exposed with application resources. There is a custom markup extension to bind an image source in markup.</para>
            	<para>To use an icon from XAML, set an <see cref="T:System.Windows.Media.ImageSource"></see> property to the <see cref="T:System.CodeDom.CodeTypeReference"></see> markup extension, which takes an icon identifier class (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+Trinity}" /&gt;</code>
            	<h1>Attributes</h1>
            	<para>Sometimes you have to reference an icon from a type attriute when you're defining objects in code. Typical examples are Options pages and Tool Windows.</para>
            	<para>To avoid the use of string IDs which are not validated very well, we've emitted identifier classes to be used with <c>typeof()</c> expression, one per each icon. Use the attribute overload which takes a <see cref="T:System.Type"></see> for an image, and choose your icon class from nested classes in the <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.Trinity))]</code>
            	<h1>CodeBehind</h1>
            	<para>In codebehind, we have two distinct tasks: (a) specify some icon in the APIs and (b) render icon images onscreen.</para>
            	<para>On the APIs stage you should only manipulate icon identifier objects (of type <see cref="T:JetBrains.UI.Icons.IconId"></see>, statically defined in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons"></see>) should be turned into icon identifier objects as early as possible. Rendering is about getting an <see cref="T:System.Windows.Media.ImageSource"></see> to assign to WPF, or <see cref="T:System.Drawing.Bitmap"></see> to use with GDI+ / Windows Forms.</para>
            	<para>You should turn an identifier object into a rendered image as late as possible. The identifier is static and lightweight and does not depend on the current theme, while the image is themed and has to be loaded or generated/rasterized. You need an <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> instance to get the image out of an icon identifier object. Once you got the image, you should take care to change it with theme changes — either by using a live image property, or by listening to the theme change event. See <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> and its extensions for the related facilities.</para>
            	<para>Example:</para>
            	<code>// Getting IconId identifier object to use with APIs
            IconId iconid = GywokusThemedIconsThemedIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(GywokusThemedIconsThemedIcons.Trinity));</code>
            	<code>// Getting image for screen rendering by IconId
            themediconmanager.Icons[icnoid]</code>
            	<code>// Getting image for screen rendering by Icon Identifier Class
            themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.Trinity&gt;()</code>
            	<h1>Icons Origin</h1>
            	<para>This code was generated by a pre-compile build task from a set of input files which are XAML files adhering to a certain convention, as convenient for exporting them from the Illustrator workspace, plus separate PNG files with raster icons. In the projects, these files are designated with <c>ThemedIconsXamlV3</c> and <c>ThemedIconPng</c> build actions and do not themselves get into the output assembly. All of such files are processed, vector images for different themes of the same icon are split and combined into the single list of icons in this assembly. This list is then written into the genearted XAML file (compiled into BAML within assembly), and serves as the source for this generated code.</para>
            </remarks>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff">
             <summary>
            	<para>
            		<para>AutoHideOff Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOff}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOff))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOff.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOff&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOff theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOff.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOff.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover">
             <summary>
            	<para>
            		<para>AutoHideOffHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOffHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOffHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOffHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOffHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOffHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOffHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused">
             <summary>
            	<para>
            		<para>AutoHideOffUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOffUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOffUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOffUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOffUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOffUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOffUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOffUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn">
             <summary>
            	<para>
            		<para>AutoHideOn Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOn}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOn))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOn.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOn&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOn theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOn.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOn.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover">
             <summary>
            	<para>
            		<para>AutoHideOnHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOnHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOnHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOnHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOnHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOnHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOnHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused">
             <summary>
            	<para>
            		<para>AutoHideOnUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+AutoHideOnUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.AutoHideOnUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.AutoHideOnUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.AutoHideOnUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon AutoHideOnUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.AutoHideOnUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AutoHideOnUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close">
             <summary>
            	<para>
            		<para>Close Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+Close}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.Close))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.Close.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.Close&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close.Load_Default">
            <summary>Loads the image for Themed Icon Close theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Close.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Close.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover">
             <summary>
            	<para>
            		<para>CloseHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+CloseHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.CloseHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.CloseHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.CloseHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover.Load_Default">
            <summary>Loads the image for Themed Icon CloseHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused">
             <summary>
            	<para>
            		<para>CloseUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+CloseUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.CloseUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.CloseUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.CloseUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon CloseUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.CloseUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options">
             <summary>
            	<para>
            		<para>Options Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+Options}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.Options))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.Options.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.Options&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options.Load_Default">
            <summary>Loads the image for Themed Icon Options theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.Options.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Options.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover">
             <summary>
            	<para>
            		<para>OptionsHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+OptionsHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.OptionsHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.OptionsHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.OptionsHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover.Load_Default">
            <summary>Loads the image for Themed Icon OptionsHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OptionsHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused">
             <summary>
            	<para>
            		<para>OptionsUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GywokusThemedIconsThemedIcons+OptionsUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GywokusThemedIconsThemedIcons.OptionsUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GywokusThemedIconsThemedIcons.OptionsUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GywokusThemedIconsThemedIcons.OptionsUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon OptionsUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowButtonsThemedIcons.OptionsUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OptionsUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons">
             <summary>
            	<para>
            		<para>Autogenerated identifier classes and identifier objects to Themed Icons registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see>.</para>
            		<para>Identifier classes should be used in attributes, XAML, or generic parameters. Where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected, use the identifier object in the <c>Id</c> field of the identifier class.</para>
            	</para>
            </summary>
            <remarks>
            	<para>This code was compile-time generated to support Themed Icons in the JetBrains application.</para>
            	<para>It has two primary goals: load the icons of this assembly to be registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> so that they were WPF-accessible and theme-sensitive; and emit early-bound accessors for referencing icons in codebehind in a compile-time-validated manner.</para>
            	<h1>XAML</h1>
            	<para>For performance reasons, the icons are not individually exposed with application resources. There is a custom markup extension to bind an image source in markup.</para>
            	<para>To use an icon from XAML, set an <see cref="T:System.Windows.Media.ImageSource"></see> property to the <see cref="T:System.CodeDom.CodeTypeReference"></see> markup extension, which takes an icon identifier class (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:ZinysyzThemedIconsThemedIcons+Trinity}" /&gt;</code>
            	<h1>Attributes</h1>
            	<para>Sometimes you have to reference an icon from a type attriute when you're defining objects in code. Typical examples are Options pages and Tool Windows.</para>
            	<para>To avoid the use of string IDs which are not validated very well, we've emitted identifier classes to be used with <c>typeof()</c> expression, one per each icon. Use the attribute overload which takes a <see cref="T:System.Type"></see> for an image, and choose your icon class from nested classes in the <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(ZinysyzThemedIconsThemedIcons.Trinity))]</code>
            	<h1>CodeBehind</h1>
            	<para>In codebehind, we have two distinct tasks: (a) specify some icon in the APIs and (b) render icon images onscreen.</para>
            	<para>On the APIs stage you should only manipulate icon identifier objects (of type <see cref="T:JetBrains.UI.Icons.IconId"></see>, statically defined in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons"></see>) should be turned into icon identifier objects as early as possible. Rendering is about getting an <see cref="T:System.Windows.Media.ImageSource"></see> to assign to WPF, or <see cref="T:System.Drawing.Bitmap"></see> to use with GDI+ / Windows Forms.</para>
            	<para>You should turn an identifier object into a rendered image as late as possible. The identifier is static and lightweight and does not depend on the current theme, while the image is themed and has to be loaded or generated/rasterized. You need an <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> instance to get the image out of an icon identifier object. Once you got the image, you should take care to change it with theme changes — either by using a live image property, or by listening to the theme change event. See <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> and its extensions for the related facilities.</para>
            	<para>Example:</para>
            	<code>// Getting IconId identifier object to use with APIs
            IconId iconid = ZinysyzThemedIconsThemedIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(ZinysyzThemedIconsThemedIcons.Trinity));</code>
            	<code>// Getting image for screen rendering by IconId
            themediconmanager.Icons[icnoid]</code>
            	<code>// Getting image for screen rendering by Icon Identifier Class
            themediconmanager.GetIcon&lt;ZinysyzThemedIconsThemedIcons.Trinity&gt;()</code>
            	<h1>Icons Origin</h1>
            	<para>This code was generated by a pre-compile build task from a set of input files which are XAML files adhering to a certain convention, as convenient for exporting them from the Illustrator workspace, plus separate PNG files with raster icons. In the projects, these files are designated with <c>ThemedIconsXamlV3</c> and <c>ThemedIconPng</c> build actions and do not themselves get into the output assembly. All of such files are processed, vector images for different themes of the same icon are split and combined into the single list of icons in this assembly. This list is then written into the genearted XAML file (compiled into BAML within assembly), and serves as the source for this generated code.</para>
            </remarks>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern">
             <summary>
            	<para>
            		<para>Pattern Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:ZinysyzThemedIconsThemedIcons+Pattern}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZinysyzThemedIconsThemedIcons.Pattern))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZinysyzThemedIconsThemedIcons.Pattern.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZinysyzThemedIconsThemedIcons.Pattern&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern.Load_Default">
            <summary>Loads the image for Themed Icon Pattern theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.Pattern.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Pattern.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused">
             <summary>
            	<para>
            		<para>PatternUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:ZinysyzThemedIconsThemedIcons+PatternUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZinysyzThemedIconsThemedIcons.PatternUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZinysyzThemedIconsThemedIcons.PatternUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZinysyzThemedIconsThemedIcons.PatternUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon PatternUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowPatternThemedIcons.PatternUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon PatternUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons">
             <summary>
            	<para>
            		<para>Autogenerated identifier classes and identifier objects to Themed Icons registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see>.</para>
            		<para>Identifier classes should be used in attributes, XAML, or generic parameters. Where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected, use the identifier object in the <c>Id</c> field of the identifier class.</para>
            	</para>
            </summary>
            <remarks>
            	<para>This code was compile-time generated to support Themed Icons in the JetBrains application.</para>
            	<para>It has two primary goals: load the icons of this assembly to be registered with <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> so that they were WPF-accessible and theme-sensitive; and emit early-bound accessors for referencing icons in codebehind in a compile-time-validated manner.</para>
            	<h1>XAML</h1>
            	<para>For performance reasons, the icons are not individually exposed with application resources. There is a custom markup extension to bind an image source in markup.</para>
            	<para>To use an icon from XAML, set an <see cref="T:System.Windows.Media.ImageSource"></see> property to the <see cref="T:System.CodeDom.CodeTypeReference"></see> markup extension, which takes an icon identifier class (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+Trinity}" /&gt;</code>
            	<h1>Attributes</h1>
            	<para>Sometimes you have to reference an icon from a type attriute when you're defining objects in code. Typical examples are Options pages and Tool Windows.</para>
            	<para>To avoid the use of string IDs which are not validated very well, we've emitted identifier classes to be used with <c>typeof()</c> expression, one per each icon. Use the attribute overload which takes a <see cref="T:System.Type"></see> for an image, and choose your icon class from nested classes in the <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.Trinity))]</code>
            	<h1>CodeBehind</h1>
            	<para>In codebehind, we have two distinct tasks: (a) specify some icon in the APIs and (b) render icon images onscreen.</para>
            	<para>On the APIs stage you should only manipulate icon identifier objects (of type <see cref="T:JetBrains.UI.Icons.IconId"></see>, statically defined in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons"></see>) should be turned into icon identifier objects as early as possible. Rendering is about getting an <see cref="T:System.Windows.Media.ImageSource"></see> to assign to WPF, or <see cref="T:System.Drawing.Bitmap"></see> to use with GDI+ / Windows Forms.</para>
            	<para>You should turn an identifier object into a rendered image as late as possible. The identifier is static and lightweight and does not depend on the current theme, while the image is themed and has to be loaded or generated/rasterized. You need an <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> instance to get the image out of an icon identifier object. Once you got the image, you should take care to change it with theme changes — either by using a live image property, or by listening to the theme change event. See <see cref="T:JetBrains.Application.Icons.IThemedIconManager"></see> and its extensions for the related facilities.</para>
            	<para>Example:</para>
            	<code>// Getting IconId identifier object to use with APIs
            IconId iconid = GaxakicThemedIconsThemedIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(GaxakicThemedIconsThemedIcons.Trinity));</code>
            	<code>// Getting image for screen rendering by IconId
            themediconmanager.Icons[icnoid]</code>
            	<code>// Getting image for screen rendering by Icon Identifier Class
            themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.Trinity&gt;()</code>
            	<h1>Icons Origin</h1>
            	<para>This code was generated by a pre-compile build task from a set of input files which are XAML files adhering to a certain convention, as convenient for exporting them from the Illustrator workspace, plus separate PNG files with raster icons. In the projects, these files are designated with <c>ThemedIconsXamlV3</c> and <c>ThemedIconPng</c> build actions and do not themselves get into the output assembly. All of such files are processed, vector images for different themes of the same icon are split and combined into the single list of icons in this assembly. This list is then written into the genearted XAML file (compiled into BAML within assembly), and serves as the source for this generated code.</para>
            </remarks>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize">
             <summary>
            	<para>
            		<para>Maximize Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+Maximize}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.Maximize))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.Maximize.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.Maximize&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize.Load_Default">
            <summary>Loads the image for Themed Icon Maximize theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Maximize.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Maximize.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover">
             <summary>
            	<para>
            		<para>MaximizeHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+MaximizeHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.MaximizeHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.MaximizeHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.MaximizeHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover.Load_Default">
            <summary>Loads the image for Themed Icon MaximizeHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MaximizeHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused">
             <summary>
            	<para>
            		<para>MaximizeUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+MaximizeUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.MaximizeUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.MaximizeUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.MaximizeUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon MaximizeUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MaximizeUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MaximizeUnfocused.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize">
             <summary>
            	<para>
            		<para>Minimize Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+Minimize}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.Minimize))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.Minimize.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.Minimize&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize.Load_Default">
            <summary>Loads the image for Themed Icon Minimize theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.Minimize.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Minimize.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover">
             <summary>
            	<para>
            		<para>MinimizeHover Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+MinimizeHover}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.MinimizeHover))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.MinimizeHover.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.MinimizeHover&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover.Load_Default">
            <summary>Loads the image for Themed Icon MinimizeHover theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeHover.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MinimizeHover.</summary>
        </member>
        <member name="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused">
             <summary>
            	<para>
            		<para>MinimizeUnfocused Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused.Id"></see> identifier object, as a field in the identifier class, for use where an <see cref="T:JetBrains.UI.Icons.IconId"></see> value is expected.</para>
            		<para>
            			<code>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </code>
            		</para>
            	</para>
            </summary>
            <remarks>
            	<para>For details on Themed Icons and their use, see Remarks on the outer class.</para>
            </remarks>
            <example>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:GaxakicThemedIconsThemedIcons+MinimizeUnfocused}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GaxakicThemedIconsThemedIcons.MinimizeUnfocused))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GaxakicThemedIconsThemedIcons.MinimizeUnfocused.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GaxakicThemedIconsThemedIcons.MinimizeUnfocused&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused.Id">
            <inheritdoc cref="T:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused.Load_Default">
            <summary>Loads the image for Themed Icon MinimizeUnfocused theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.UI.ThemedIcons.ToolWindowSizeButtonThemedIcons.MinimizeUnfocused.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MinimizeUnfocused.</summary>
        </member>
        <member name="T:Avalonia.EnumExtensions">
            <summary>
            Provides extension methods for enums.
            </summary>
        </member>
        <member name="M:Avalonia.Utilities.StringBuilderCache.Acquire(System.Int32)">
            <summary>Get a StringBuilder for the specified capacity.</summary>
            <remarks>If a StringBuilder of an appropriate size is cached, it will be returned and the cache emptied.</remarks>
        </member>
        <member name="M:Avalonia.Utilities.StringBuilderCache.Release(System.Text.StringBuilder)">
            <summary>Place the specified builder in the cache if it is not too big.</summary>
        </member>
        <member name="M:Avalonia.Utilities.StringBuilderCache.GetStringAndRelease(System.Text.StringBuilder)">
            <summary>ToString() the stringbuilder, Release it to the cache, and return the resulting string.</summary>
        </member>
        <member name="P:Avalonia.Controls.Utils.UndoRedoHelper`1.Limit">
            <summary>
            Maximum number of states this helper can store for undo/redo.
            If -1, no limit is imposed.
            </summary>
        </member>
    </members>
</doc>
