<?xml version="1.0"?>
<doc>
    <assembly>
        <name>JetBrains.dotMemory.Avalonia.GUI.Common</name>
    </assembly>
    <members>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutedEventProperty">
            <summary>
            Identifies the <seealso cref="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutedEvent"/> avalonia property.
            </summary>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutingStrategiesProperty">
            <summary>
            Identifies the <seealso cref="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutingStrategies"/> avalonia property.
            </summary>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.SourceInteractiveProperty">
            <summary>
            Identifies the <seealso cref="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.SourceInteractive"/> avalonia property.
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutedEvent">
            <summary>
            Gets or sets routing event to listen for. This is a avalonia property.
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutingStrategies">
            <summary>
            Gets or sets the routing event <see cref="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.RoutingStrategies"/>. This is a avalonia property.
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.SourceInteractive">
            <summary>
            Gets or sets the source object from which this behavior listens for events.
            If <seealso cref="P:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.SourceInteractive"/> is not set, the source will default to <seealso cref="P:Avalonia.Xaml.Interactivity.Behavior.AssociatedObject"/>. This is a avalonia property.
            </summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.OnAttachedToVisualTree">
            <inheritdoc />
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.RoutedEventTriggerForHandledTooBehavior.OnDetachedFromVisualTree">
            <inheritdoc />
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Behaviors.ViewModelRequestBehavior">
            <summary>
            This behavior is used to handle requests of viewmodel -> view direction.
            Set ViewModelRequest to a property of viewmodel of some delegate type.
            Set delegate which will be set to viewmodel to Respond property.
            </summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Common.MultiSelection.SynchronizationManager.Start(System.Collections.IList)">
            <summary>
            Starts synchronizing the list.
            </summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Common.MultiSelection.SynchronizationManager.Stop">
            <summary>
            Stops synchronizing the list.
            </summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.Comparison.VerticalComparisonStatsCoordinator.GetGlobalMaxValue">
            <summary>
            We need to know global max value in order to scale rectangles properly
            </summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.Comparison.VerticalComparisonStatsCoordinator.GetPrecedingLocalMaxValues(System.Int32)">
            <summary>
            We need to know preceding local max values in order to avoid overlapping of legend lines/captions
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.Overlays.ChartCursorVm">
            <summary>
            VM-level wrapper over <see cref="T:JetBrains.Common.Util.ViewModel.Charts.IMultiChartCursor"/> which provides last rendered YValues for binding.
            The 'last rendered' because y-values are depend on units-per-dot parameter determined by render pass. 
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.Overlays.MemorySnapshotMarksOverlay">
            <summary>
            dotMemory-specific overlay which displays snapshot marks with name tips. 
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.TabStripView.TabStripItemView.Item">
            <summary>
            Gets or sets TabStripItem to present
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.TabStripView.TabStripItemView.Dock">
            <summary>
            Gets or sets tab's alignment
            </summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Controls.TabStripView.TabStripRow.ItemsOrEmptyCollection">
            <summary>
            Gets items in fail-safe way
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.ArithmeticConverter">
            <summary>
            Value converter that performs arithmetic calculations over its argument(s)
            </summary>
            <remarks>
            MathConverter can act as a value converter, or as a multivalue converter.
            It is also a markup extension which allows to avoid declaring resources,
            ConverterParameter must contain an arithmetic expression over converter arguments. Operations supported are +, -, * and /
            Single argument of a value converter may referred as x, a, or {0}
            Arguments of multi value converter may be referred as x,y,z,t (first-fourth argument), or a,b,c,d, or {0}, {1}, {2}, {3}, {4}, ...
            The converter supports arithmetic expressions of arbitrary complexity, including nested subexpressions
            </remarks>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.CallTreeNodeTitleHighlighter">
            <summary>
            Specialized converter for <c>ICallTreeNodeVm.Title</c>.
            Takes in account additional flags: <c>IDominatorTreeNodeVm.IsSelectionTrace</c> and <c>IDominatorTreeNodeVm.IsContainedInSet</c>.
            </summary>
            <remarks>
            Expects the following multi-binding:<br />
            [0]: <c>HighlightedString</c> title
            [1]: <c>bool</c> is contained in set?<br />
            [2]: <c>bool</c> is auxiliary (tail or trim)?<br />
            </remarks>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.ConverterSequence">
            <summary>Represents a chain of <see cref="T:Avalonia.Data.Converters.IValueConverter"/>s to be executed in succession.</summary>
        </member>
        <member name="P:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.ConverterSequence.Converters">
            <summary>Gets the converters to execute.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.DominatorTreeNodeTitleHighlighter">
            <summary>
            Specialized converter for <c>IDominatorTreeNodeVm.Title</c>.
            Takes in account additional flags: <c>IDominatorTreeNodeVm.IsSelectionTrace</c> and <c>IDominatorTreeNodeVm.IsContainedInSet</c>.
            </summary>
            <remarks>
            Expects the following multi-binding:<br />
            [0]: <c>HighlightedString</c> title
            [1]: <c>bool</c> is selection trace?<br />
            [2]: <c>bool</c> is contained in set?<br />
            [3]: <c>bool</c> is auxiliary (tail or trim)?<br />
            </remarks>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.ToOneLineTrimmedLeftConverter.#ctor">
            <summary>
            Don't create it, use singletons
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.SimpleMarkupToRichTextConverter">
            <summary>
            Converts simple markup to rich text.
            </summary>
            <remarks>
            The following special chars are supported:
            <list type="bullet">
              <item>
                <term>*bold*</term>
              </item>
              <item>
                <term>%italic%</term>
              </item>
              <item>
                <term>_underline_</term>
              </item>
            </list>
            To escape special char use backslash, e.g. \*
            </remarks>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.TabsToTabStripModelConverter.TabStripViewModelWrapper.OnTabClosed(System.Object,JetBrains.Application.UI.Controls.TabStripView.TabStripClosedEventArgs)">
            <summary>
            <see cref="E:JetBrains.Application.UI.Controls.TabStripView.TabStripViewModel.Closed" /> event is a GUI event, we need to pass it into our view model -> call "delete" command
            </summary>
            <param name="sender"></param>
            <param name="args"></param>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Converters.WorkspaceStatusToIconConverter">
            <summary>
            values[0] - workspaceStatus: WorkspaceStatus
            values[1] - lockedIcon: DataTemplate
            values[2] - warningIcon: DataTemplate
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Extensions.StaticExtension">
            <summary>
            Use this extension instead of x:Static when nested types support is needed
            Workaround for https://github.com/AvaloniaUI/Avalonia/issues/272
            </summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons">
             <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="!:JetBrains.UI.ThemedIcons.RiderDayDotMemorySvgIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:RiderDayDotMemorySvgIcons+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="!:JetBrains.UI.ThemedIcons.RiderDayDotMemorySvgIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.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="!:JetBrains.UI.ThemedIcons.RiderDayDotMemorySvgIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="!:JetBrains.UI.ThemedIcons.RiderDayDotMemorySvgIcons"></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 = RiderDayDotMemorySvgIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(RiderDayDotMemorySvgIcons.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;RiderDayDotMemorySvgIcons.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.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown">
             <summary>
            	<para>
            		<para>ArrowDown Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown.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:RiderDayDotMemorySvgIcons+ArrowDown}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ArrowDown))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ArrowDown.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ArrowDown&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown.Load_RiderDay">
            <summary>Loads the image for Themed Icon ArrowDown theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowDown.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowDown.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp">
             <summary>
            	<para>
            		<para>ArrowUp Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp.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:RiderDayDotMemorySvgIcons+ArrowUp}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ArrowUp))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ArrowUp.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ArrowUp&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp.Load_RiderDay">
            <summary>Loads the image for Themed Icon ArrowUp theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ArrowUp.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowUp.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch.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:RiderDayDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch.Load_RiderDay">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ClearSearch.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree">
             <summary>
            	<para>
            		<para>CollapseTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree.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:RiderDayDotMemorySvgIcons+CollapseTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.CollapseTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.CollapseTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.CollapseTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree.Load_RiderDay">
            <summary>Loads the image for Themed Icon CollapseTree theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CollapseTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CollapseTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible">
             <summary>
            	<para>
            		<para>Collapsible Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible.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:RiderDayDotMemorySvgIcons+Collapsible}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Collapsible))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Collapsible.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Collapsible&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible.Load_RiderDay">
            <summary>Loads the image for Themed Icon Collapsible theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Collapsible.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Collapsible.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil">
             <summary>
            	<para>
            		<para>EditPencil Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil.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:RiderDayDotMemorySvgIcons+EditPencil}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.EditPencil))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.EditPencil.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.EditPencil&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil.Load_RiderDay">
            <summary>Loads the image for Themed Icon EditPencil theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.EditPencil.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EditPencil.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree">
             <summary>
            	<para>
            		<para>ExpandTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree.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:RiderDayDotMemorySvgIcons+ExpandTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ExpandTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ExpandTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ExpandTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree.Load_RiderDay">
            <summary>Loads the image for Themed Icon ExpandTree theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ExpandTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ExpandTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable">
             <summary>
            	<para>
            		<para>Expandable Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable.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:RiderDayDotMemorySvgIcons+Expandable}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Expandable))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Expandable.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Expandable&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable.Load_RiderDay">
            <summary>Loads the image for Themed Icon Expandable theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Expandable.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Expandable.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy">
             <summary>
            	<para>
            		<para>GroupBy Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy.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:RiderDayDotMemorySvgIcons+GroupBy}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.GroupBy))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.GroupBy.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.GroupBy&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy.Load_RiderDay">
            <summary>Loads the image for Themed Icon GroupBy theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GroupBy.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupBy.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems">
             <summary>
            	<para>
            		<para>ResetSubsystems Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems.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:RiderDayDotMemorySvgIcons+ResetSubsystems}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ResetSubsystems))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ResetSubsystems.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ResetSubsystems&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems.Load_RiderDay">
            <summary>Loads the image for Themed Icon ResetSubsystems theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ResetSubsystems.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ResetSubsystems.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField">
             <summary>
            	<para>
            		<para>SearchField Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField.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:RiderDayDotMemorySvgIcons+SearchField}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.SearchField))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.SearchField.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.SearchField&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField.Load_RiderDay">
            <summary>Loads the image for Themed Icon SearchField theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchField.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory">
             <summary>
            	<para>
            		<para>SearchFieldWithHistory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory.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:RiderDayDotMemorySvgIcons+SearchFieldWithHistory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.SearchFieldWithHistory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.SearchFieldWithHistory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.SearchFieldWithHistory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory.Load_RiderDay">
            <summary>Loads the image for Themed Icon SearchFieldWithHistory theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.SearchFieldWithHistory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchFieldWithHistory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo.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:RiderDayDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowInfo.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison">
             <summary>
            	<para>
            		<para>Comparison Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison.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:RiderDayDotMemorySvgIcons+Comparison}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Comparison))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Comparison.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Comparison&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison.Load_RiderDay">
            <summary>Loads the image for Themed Icon Comparison theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Comparison.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Comparison.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary">
             <summary>
            	<para>
            		<para>ObjectSetSummary Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary.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:RiderDayDotMemorySvgIcons+ObjectSetSummary}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ObjectSetSummary))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ObjectSetSummary.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ObjectSetSummary&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary.Load_RiderDay">
            <summary>Loads the image for Themed Icon ObjectSetSummary theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSetSummary.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetSummary.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary">
             <summary>
            	<para>
            		<para>ObjectSummary Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary.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:RiderDayDotMemorySvgIcons+ObjectSummary}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ObjectSummary))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ObjectSummary.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ObjectSummary&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary.Load_RiderDay">
            <summary>Loads the image for Themed Icon ObjectSummary theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectSummary.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSummary.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn">
             <summary>
            	<para>
            		<para>ShowAllocatedObjectsBtn Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn.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>
                                             
                                             
                     -:~~^.    `"~~:-`       
                   !zT*~~~-    -~~~/T{+`     
                  +{,                -{)     
                  {{                  {{     
                  *r                  *r     
                                             
                               `:!rccr!:`    
                  ;!          ^JT;:-:~LJT:   
                  {{         ^JL`      -TJ:  
                  ?{-        rJ_        ;J!  
                  `r{r;~~^.  ~JL`      .TJ:  
                    `,~~~~-   ^vJr~"_"+JJ+   
                                :;rccr;:;vT~`
                                         `~TL
            </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:RiderDayDotMemorySvgIcons+ShowAllocatedObjectsBtn}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowAllocatedObjectsBtn theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowAllocatedObjectsBtn.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowAllocatedObjectsBtn.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects">
             <summary>
            	<para>
            		<para>ShowRetainedObjects Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects.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>
                                             
                              -pQgw~         
                              g@@@@g         
                             L@@@@Q~         
                           Lg@f`             
                  *AQg$puJg@f`               
                -g@Er::rV@@^         ,+L-    
                W@+      ^@gffffffffD@@@@w   
                $@~      -@gffffffff$@@@@W   
                :g@i~``~Jg@;         ={f;    
                 `T%@@@$pE@gJ                
                          `f@gJ              
                            `f@@ggp~         
                              W@@@@g         
                              *g@@$=         
                                             
            </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:RiderDayDotMemorySvgIcons+ShowRetainedObjects}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ShowRetainedObjects))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ShowRetainedObjects.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ShowRetainedObjects&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowRetainedObjects theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowRetainedObjects.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowRetainedObjects.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic">
             <summary>
            	<para>
            		<para>Traffic Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic.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:RiderDayDotMemorySvgIcons+Traffic}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Traffic))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Traffic.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Traffic&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic.Load_RiderDay">
            <summary>Loads the image for Themed Icon Traffic theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Traffic.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Traffic.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark">
             <summary>
            	<para>
            		<para>Mark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark.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:RiderDayDotMemorySvgIcons+Mark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0">
             <summary>
            	<para>
            		<para>Mark0 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0.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:RiderDayDotMemorySvgIcons+Mark0}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark0))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark0.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark0&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark0 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark0.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark0.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1">
             <summary>
            	<para>
            		<para>Mark1 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1.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:RiderDayDotMemorySvgIcons+Mark1}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark1))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark1.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark1&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark1 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark1.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark1.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2">
             <summary>
            	<para>
            		<para>Mark2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2.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:RiderDayDotMemorySvgIcons+Mark2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark2 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3">
             <summary>
            	<para>
            		<para>Mark3 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3.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:RiderDayDotMemorySvgIcons+Mark3}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark3))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark3.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark3&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark3 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark3.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark3.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4">
             <summary>
            	<para>
            		<para>Mark4 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4.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:RiderDayDotMemorySvgIcons+Mark4}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark4))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark4.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark4&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark4 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark4.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark4.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5">
             <summary>
            	<para>
            		<para>Mark5 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5.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:RiderDayDotMemorySvgIcons+Mark5}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark5))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark5.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark5&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark5 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark5.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark5.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6">
             <summary>
            	<para>
            		<para>Mark6 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6.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:RiderDayDotMemorySvgIcons+Mark6}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark6))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark6.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark6&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark6 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark6.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark6.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7">
             <summary>
            	<para>
            		<para>Mark7 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7.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:RiderDayDotMemorySvgIcons+Mark7}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark7))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark7.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark7&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark7 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark7.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark7.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8">
             <summary>
            	<para>
            		<para>Mark8 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8.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:RiderDayDotMemorySvgIcons+Mark8}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark8))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark8.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark8&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark8 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark8.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark8.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9">
             <summary>
            	<para>
            		<para>Mark9 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9.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:RiderDayDotMemorySvgIcons+Mark9}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Mark9))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Mark9.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Mark9&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9.Load_RiderDay">
            <summary>Loads the image for Themed Icon Mark9 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Mark9.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark9.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite">
             <summary>
            	<para>
            		<para>AddToFavorite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite.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:RiderDayDotMemorySvgIcons+AddToFavorite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.AddToFavorite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.AddToFavorite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.AddToFavorite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite.Load_RiderDay">
            <summary>Loads the image for Themed Icon AddToFavorite theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.AddToFavorite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavorite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis">
             <summary>
            	<para>
            		<para>CloneAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis.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:RiderDayDotMemorySvgIcons+CloneAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.CloneAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.CloneAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.CloneAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis.Load_RiderDay">
            <summary>Loads the image for Themed Icon CloneAnalysis theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloneAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloneAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall">
             <summary>
            	<para>
            		<para>CloseSmall Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall.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:RiderDayDotMemorySvgIcons+CloseSmall}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.CloseSmall))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.CloseSmall.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.CloseSmall&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall.Load_RiderDay">
            <summary>Loads the image for Themed Icon CloseSmall theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.CloseSmall.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseSmall.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis">
             <summary>
            	<para>
            		<para>DeleteAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis.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:RiderDayDotMemorySvgIcons+DeleteAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.DeleteAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.DeleteAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.DeleteAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis.Load_RiderDay">
            <summary>Loads the image for Themed Icon DeleteAnalysis theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DeleteAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DeleteAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export">
             <summary>
            	<para>
            		<para>Export Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export.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:RiderDayDotMemorySvgIcons+Export}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Export))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Export.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Export&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export.Load_RiderDay">
            <summary>Loads the image for Themed Icon Export theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Export.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Export.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite">
             <summary>
            	<para>
            		<para>Favorite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite.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:RiderDayDotMemorySvgIcons+Favorite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Favorite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Favorite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Favorite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite.Load_RiderDay">
            <summary>Loads the image for Themed Icon Favorite theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Favorite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Favorite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter">
             <summary>
            	<para>
            		<para>Filter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter.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:RiderDayDotMemorySvgIcons+Filter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Filter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Filter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Filter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter.Load_RiderDay">
            <summary>Loads the image for Themed Icon Filter theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Filter.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis">
             <summary>
            	<para>
            		<para>OpenAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis.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:RiderDayDotMemorySvgIcons+OpenAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.OpenAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.OpenAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.OpenAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis.Load_RiderDay">
            <summary>Loads the image for Themed Icon OpenAnalysis theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump">
             <summary>
            	<para>
            		<para>OpenProcessDump Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump.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>
                                             
                         `!TCCCCCCCT="       
                       `=1?CC      .~Cc      
                     .+C?- CC        CC      
                   `+C?-  ,C7        CC      
                   7CCCCC{L;`        CC      
                   CC                CC      
                   CC                CC      
                                             
             "|ffffffffffffffffffffffffffffT~
             ff,   ``:)f, .Tfff+` =,   ``:/ff
             ff, =fl+` |,   ^J:   =, =fsT` +f
             ff, =fff, =, =!` `+, =, :~~^  Jf
             ff, =ffT` L, =f{![f, =, :~~~/lff
             ff,     -+f, =fffff, =, =fffffff
             ;{ffffffffffffffffffffffffffffF=
            </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:RiderDayDotMemorySvgIcons+OpenProcessDump}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.OpenProcessDump))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.OpenProcessDump.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.OpenProcessDump&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump.Load_RiderDay">
            <summary>Loads the image for Themed Icon OpenProcessDump theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenProcessDump.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDump.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace">
             <summary>
            	<para>
            		<para>OpenWorkspace Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace.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:RiderDayDotMemorySvgIcons+OpenWorkspace}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.OpenWorkspace))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.OpenWorkspace.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.OpenWorkspace&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace.Load_RiderDay">
            <summary>Loads the image for Themed Icon OpenWorkspace theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.OpenWorkspace.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspace.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning">
             <summary>
            	<para>
            		<para>Warning Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning.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:DixararThemedIconsThemedIcons+Warning}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(DixararThemedIconsThemedIcons.Warning))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = DixararThemedIconsThemedIcons.Warning.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;DixararThemedIconsThemedIcons.Warning&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning.Load_RiderDay">
            <summary>Loads the image for Themed Icon Warning theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Warning.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Warning.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked">
             <summary>
            	<para>
            		<para>Locked Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked.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:TyvicuqThemedIconsThemedIcons+Locked}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(TyvicuqThemedIconsThemedIcons.Locked))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = TyvicuqThemedIconsThemedIcons.Locked.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;TyvicuqThemedIconsThemedIcons.Locked&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked.Load_RiderDay">
            <summary>Loads the image for Themed Icon Locked theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Locked.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Locked.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh">
             <summary>
            	<para>
            		<para>Refresh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh.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:NacucokThemedIconsThemedIcons+Refresh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NacucokThemedIconsThemedIcons.Refresh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NacucokThemedIconsThemedIcons.Refresh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NacucokThemedIconsThemedIcons.Refresh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh.Load_RiderDay">
            <summary>Loads the image for Themed Icon Refresh theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Refresh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Refresh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler">
             <summary>
            	<para>
            		<para>DotMemoryProfiler Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler.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:RiderDayDotMemorySvgIcons+DotMemoryProfiler}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.DotMemoryProfiler))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.DotMemoryProfiler.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.DotMemoryProfiler&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler.Load_RiderDay">
            <summary>Loads the image for Themed Icon DotMemoryProfiler theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfiler.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20">
             <summary>
            	<para>
            		<para>DotMemoryProfiler20 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20.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:RiderDayDotMemorySvgIcons+DotMemoryProfiler20}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.DotMemoryProfiler20))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.DotMemoryProfiler20.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.DotMemoryProfiler20&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20.Load_RiderDay">
            <summary>Loads the image for Themed Icon DotMemoryProfiler20 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.DotMemoryProfiler20.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfiler20.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach">
             <summary>
            	<para>
            		<para>Detach Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach.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:RiderDayDotMemorySvgIcons+Detach}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Detach))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Detach.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Detach&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach.Load_RiderDay">
            <summary>Loads the image for Themed Icon Detach theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Detach.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Detach.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc">
             <summary>
            	<para>
            		<para>ForceGc Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc.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:RiderDayDotMemorySvgIcons+ForceGc}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ForceGc))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ForceGc.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ForceGc&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc.Load_RiderDay">
            <summary>Loads the image for Themed Icon ForceGc theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ForceGc.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGc.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot">
             <summary>
            	<para>
            		<para>GetSnapshot Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot.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:RiderDayDotMemorySvgIcons+GetSnapshot}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.GetSnapshot))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.GetSnapshot.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.GetSnapshot&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot.Load_RiderDay">
            <summary>Loads the image for Themed Icon GetSnapshot theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshot.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshot.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition">
             <summary>
            	<para>
            		<para>GetSnapshotByCondition Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition.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>
                                             
                                             
                      -rs{{{{{{{{s?-         
                     `sJ`        `T{-        
                _!){{{{-          .s{{{)!"   
               ={;.         ```        `~{?  
               {{       `~({JT{(;`       {{  
               {{      -s(-    :?{,      {{  
               {{      L{.      `*,      "*  
               {{      ={,         `rcLr`    
               {{      `/{/::.  ;ccT~  ,TcL; 
               {{        `~/r: ^J-        .J;
               r{^              *7  -JJ:  Lr 
                ;rs{{{{{{{{{{: "J-   ``   .J^
                                *|++:  -++|r`
                                   `|LrT.    
            </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:RiderDayDotMemorySvgIcons+GetSnapshotByCondition}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.GetSnapshotByCondition))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.GetSnapshotByCondition.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.GetSnapshotByCondition&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition.Load_RiderDay">
            <summary>Loads the image for Themed Icon GetSnapshotByCondition theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByCondition.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByCondition.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionOn Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn.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[[[[[[[[lL:         
                     `li`        `7[-        
                "=|[[[[-          .l[[[|="   
               =[;.         `          `~[L  
               [[       `;J[Jssc!`       [[  
               [[      :lT:`  `:)[:      [[  
               [[      )[.      `,`      [[  
               [[      +[:       -+|L;-  ~|  
               [[      `r[+,-:,  v!  .;v!:   
               [[        `^!!!!  z;     `~7=.
               r[^               z;        rT
                ;?l[[[[[[[[[[[[  z;     `:)L-
                                 J;  `,Tr_`  
                                 :|r|+:`     
            </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:RiderDayDotMemorySvgIcons+GetSnapshotByConditionOn}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn.Load_RiderDay">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionOn theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionOn.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionOn.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionPause Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause.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[[[[[[[[lL:         
                     `ls`        `7[-        
                "=|[[[[-          .l[[[|="   
               =[;.         ```        `~[L  
               [[       `~Ts77}7;`       [[  
               [[      -s7:    ,|[:      [[  
               [[      |[.      `[l      [[  
               [[      +[_                   
               [[      `+[+^:  `+s}v=  "c}}c"
               [[        .^=r  !}, !}: }}  }}
               r[^             !}, !}: }}  }}
                ;?l[[[[[[[[[[  !}, !}: }}  }}
                               !}, !}: }}  }}
                               -|}}}L` ;s}}s;
            </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:RiderDayDotMemorySvgIcons+GetSnapshotByConditionPause}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause.Load_RiderDay">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionPause theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.GetSnapshotByConditionPause.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionPause.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill">
             <summary>
            	<para>
            		<para>Kill Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill.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:RiderDayDotMemorySvgIcons+Kill}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.Kill))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.Kill.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.Kill&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill.Load_RiderDay">
            <summary>Loads the image for Themed Icon Kill theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Kill.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Kill.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm">
             <summary>
            	<para>
            		<para>RiderDm Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm.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>
                                             
                           :!!~,-.           
                           rr`-_;+r~'        
                     .^+=  rr     .^++_      
                  `;lT!:`  rr        ,r\.    
                 ;}):      rr         `!r-   
                ![;        rr          `+r`  
               "[!         rr           :r;  
               +[-         _+rrrrrrrrrrrrr"  
               L[.                           
               :[!                  -T;      
                r[^                -lT`      
                 ~[L-            `![r`       
                  .!s7~:`     -~r[r-         
                     :;+T[[[[7);:`           
                                             
            </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:RiderDayDotMemorySvgIcons+RiderDm}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.RiderDm))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.RiderDm.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.RiderDm&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm.Load_RiderDay">
            <summary>Loads the image for Themed Icon RiderDm theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.RiderDm.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RiderDm.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh">
             <summary>
            	<para>
            		<para>ChartAllocatedInLoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh.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:RiderDayDotMemorySvgIcons+ChartAllocatedInLoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartAllocatedInLoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartAllocatedInLoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartAllocatedInLoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartAllocatedInLoh theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartAllocatedInLoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations">
             <summary>
            	<para>
            		<para>ChartFullAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations.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:RiderDayDotMemorySvgIcons+ChartFullAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartFullAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartFullAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartFullAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartFullAllocations theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartFullAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime">
             <summary>
            	<para>
            		<para>ChartGcTime Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime.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:RiderDayDotMemorySvgIcons+ChartGcTime}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartGcTime))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartGcTime.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartGcTime&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartGcTime theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartGcTime.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGcTime.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0">
             <summary>
            	<para>
            		<para>ChartHeapGen0 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0.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:RiderDayDotMemorySvgIcons+ChartHeapGen0}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartHeapGen0))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartHeapGen0.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartHeapGen0&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartHeapGen0 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen0.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1">
             <summary>
            	<para>
            		<para>ChartHeapGen1 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1.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:RiderDayDotMemorySvgIcons+ChartHeapGen1}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartHeapGen1))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartHeapGen1.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartHeapGen1&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartHeapGen1 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen1.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2">
             <summary>
            	<para>
            		<para>ChartHeapGen2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2.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:RiderDayDotMemorySvgIcons+ChartHeapGen2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartHeapGen2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartHeapGen2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartHeapGen2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartHeapGen2 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartHeapGen2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh">
             <summary>
            	<para>
            		<para>ChartLohAndPoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh.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:RiderDayDotMemorySvgIcons+ChartLohAndPoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartLohAndPoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartLohAndPoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartLohAndPoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartLohAndPoh theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartLohAndPoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLohAndPoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations">
             <summary>
            	<para>
            		<para>ChartSampledAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations.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:RiderDayDotMemorySvgIcons+ChartSampledAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartSampledAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartSampledAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartSampledAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartSampledAllocations theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSampledAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit">
             <summary>
            	<para>
            		<para>ChartSplit Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit.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:RiderDayDotMemorySvgIcons+ChartSplit}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartSplit))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartSplit.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartSplit&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartSplit theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartSplit.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSplit.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed">
             <summary>
            	<para>
            		<para>ChartTotalUsed Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed.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:RiderDayDotMemorySvgIcons+ChartTotalUsed}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartTotalUsed))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartTotalUsed.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartTotalUsed&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartTotalUsed theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartTotalUsed.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsed.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory.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:RiderDayDotMemorySvgIcons+ChartUnmanagedMemory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDayDotMemorySvgIcons.ChartUnmanagedMemory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDayDotMemorySvgIcons.ChartUnmanagedMemory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDayDotMemorySvgIcons.ChartUnmanagedMemory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory.Load_RiderDay">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemory theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ChartUnmanagedMemory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter">
             <summary>
            	<para>
            		<para>Filter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Filter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter.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:VoralarThemedIconsThemedIcons+ObjectsFilter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VoralarThemedIconsThemedIcons.ObjectsFilter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VoralarThemedIconsThemedIcons.ObjectsFilter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VoralarThemedIconsThemedIcons.ObjectsFilter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter.Load_RiderDay">
            <summary>Loads the image for Themed Icon ObjectsFilter theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ObjectsFilter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectsFilter.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart">
             <summary>
            	<para>
            		<para>HideChart Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart.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:ZirohurThemedIconsThemedIcons+HideChart}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZirohurThemedIconsThemedIcons.HideChart))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZirohurThemedIconsThemedIcons.HideChart.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZirohurThemedIconsThemedIcons.HideChart&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart.Load_RiderDay">
            <summary>Loads the image for Themed Icon HideChart theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon HideChart.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2">
             <summary>
            	<para>
            		<para>HideChart2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2.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:WosypemThemedIconsThemedIcons+HideChart2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(WosypemThemedIconsThemedIcons.HideChart2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = WosypemThemedIconsThemedIcons.HideChart2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;WosypemThemedIconsThemedIcons.HideChart2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2.Load_RiderDay">
            <summary>Loads the image for Themed Icon HideChart2 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.HideChart2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon HideChart2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart">
             <summary>
            	<para>
            		<para>ShowChart Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart.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:FujajofThemedIconsThemedIcons+ShowChart}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(FujajofThemedIconsThemedIcons.ShowChart))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = FujajofThemedIconsThemedIcons.ShowChart.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;FujajofThemedIconsThemedIcons.ShowChart&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowChart theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowChart.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2">
             <summary>
            	<para>
            		<para>ShowChart2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2.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:LuxetapThemedIconsThemedIcons+ShowChart2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(LuxetapThemedIconsThemedIcons.ShowChart2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = LuxetapThemedIconsThemedIcons.ShowChart2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;LuxetapThemedIconsThemedIcons.ShowChart2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowChart2 theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowChart2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowChart2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle">
             <summary>
            	<para>
            		<para>Icicle Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle.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:LozohivThemedIconsThemedIcons+Icicle}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(LozohivThemedIconsThemedIcons.Icicle))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = LozohivThemedIconsThemedIcons.Icicle.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;LozohivThemedIconsThemedIcons.Icicle&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle.Load_RiderDay">
            <summary>Loads the image for Themed Icon Icicle theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Icicle.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Icicle.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst">
             <summary>
            	<para>
            		<para>Sunburst Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst.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>
            
                       !iVA$gg$RE{*`
                    =p@Q2)!^--_;Lu$@#r`
                  {@gx-      gg8er`-JQ@2`
                .g@{         @@*6g@W~ T@g:
               `g@*          @@   ^%@E ,@g-
               V@2           @@     p@{ )@R
               g@,           @@@@@@@@@@ `@@
               g@:                      `@@
               w@{                      *@W
               .g@~                    -g@:
                :g@+                  ;g@~
                 `U@Wr`             =#@A-
                   -J$@#T;:.  `:~)p@Qx-
                      -7E#$g@@gQDUi-
            
            </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:KotypykThemedIconsThemedIcons+Sunburst}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(KotypykThemedIconsThemedIcons.Sunburst))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = KotypykThemedIconsThemedIcons.Sunburst.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;KotypykThemedIconsThemedIcons.Sunburst&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst.Load_RiderDay">
            <summary>Loads the image for Themed Icon Sunburst theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.Sunburst.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Sunburst.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend">
             <summary>
            	<para>
            		<para>ShowLegend Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend.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>
             ;:`                     `-~-
             rrrr=;":--........--:~;+rrr-
             rrrrrrrrrrrrrrrrrrrrrrrrrrr-
             ;rrrrrrrrrrrrrrrrrrrrrrrrr+.
              `-_;=rrrrrrrrrrrrrrr+!^:`
             "-``   ``.-------..`
             ~~~~^_:--.........--:
             ~~~~~~~~~~~~~~~~~~~~~
             -"~~~~~~~~~~~~~~~~~~~
               ``-:,^~~~~~~~~~~~^_
                                `:";==;":`
                              `~r~:.``.-~r;.
                             -+!`  :!!:  `;r:
                             ,r;   ,++^   ^r~
                              -!+".`  `."+\:
                                .^;=rr=;~-
            </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:DebazebThemedIconsThemedIcons+ShowLegend}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(DebazebThemedIconsThemedIcons.ShowLegend))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = DebazebThemedIconsThemedIcons.ShowLegend.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;DebazebThemedIconsThemedIcons.ShowLegend&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend.Load_RiderDay">
            <summary>Loads the image for Themed Icon ShowLegend theme aspect RiderDay.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDayDotMemorySvgIcons.ShowLegend.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowLegend.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons">
             <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="!:JetBrains.UI.ThemedIcons.RiderDotMemorySvgIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:RiderDotMemorySvgIcons+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="!:JetBrains.UI.ThemedIcons.RiderDotMemorySvgIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.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="!:JetBrains.UI.ThemedIcons.RiderDotMemorySvgIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="!:JetBrains.UI.ThemedIcons.RiderDotMemorySvgIcons"></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 = RiderDotMemorySvgIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(RiderDotMemorySvgIcons.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;RiderDotMemorySvgIcons.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.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart">
             <summary>
            	<para>
            		<para>Icon Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart.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>
                                             
                            `-``             
                            :====;^-`        
                     ._~!+- :========~-      
                  .~rrrrrr- :==========;`    
                 ^rrrrrrrr- -============.   
               `\rrrrrr_.     `,==========`  
               ~rrrrr/`         `;========~  
               `.....`           -=========  
                                 ,========!  
                                `=========,  
                          `-:,~:` :!=====;   
                         `=\\\\\=_` -!==~    
                         ;\\\\\\\;:   --     
                        .:,_::-.             
                                             
            </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:RypakoqThemedIconsThemedIcons+Icon}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RypakoqThemedIconsThemedIcons.Icon))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RypakoqThemedIconsThemedIcons.Icon.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RypakoqThemedIconsThemedIcons.Icon&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart.Load_Default">
            <summary>Loads the image for Themed Icon Icon theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Chart.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Icon.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh">
             <summary>
            	<para>
            		<para>ChartAllocatedInLoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh.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:RiderDotMemorySvgIcons+ChartAllocatedInLoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartAllocatedInLoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartAllocatedInLoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartAllocatedInLoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh.Load_Default">
            <summary>Loads the image for Themed Icon ChartAllocatedInLoh theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark">
             <summary>
            	<para>
            		<para>ChartAllocatedInLohDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark.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:ZehecyjThemedIconsThemedIcons+ChartAllocatedInLohDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartAllocatedInLohDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLohDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark">
             <summary>
            	<para>
            		<para>ChartAllocatedInLohRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartAllocatedInLohRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartAllocatedInLohRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartAllocatedInLohRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLohRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight">
             <summary>
            	<para>
            		<para>ChartAllocatedInLohRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight.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:RiderDotMemorySvgIcons+ChartAllocatedInLohRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartAllocatedInLohRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartAllocatedInLohRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLohRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations">
             <summary>
            	<para>
            		<para>ChartFullAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations.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:RiderDotMemorySvgIcons+ChartFullAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartFullAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartFullAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartFullAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations.Load_Default">
            <summary>Loads the image for Themed Icon ChartFullAllocations theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark">
             <summary>
            	<para>
            		<para>ChartFullAllocationsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark.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:ZehecyjThemedIconsThemedIcons+ChartFullAllocationsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartFullAllocationsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartFullAllocationsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartFullAllocationsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartFullAllocationsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocationsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark">
             <summary>
            	<para>
            		<para>ChartFullAllocationsRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartFullAllocationsRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartFullAllocationsRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartFullAllocationsRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartFullAllocationsRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartFullAllocationsRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocationsRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight">
             <summary>
            	<para>
            		<para>ChartFullAllocationsRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight.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:RiderDotMemorySvgIcons+ChartFullAllocationsRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartFullAllocationsRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartFullAllocationsRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocationsRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime">
             <summary>
            	<para>
            		<para>ChartGCTime Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime.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:RiderDotMemorySvgIcons+ChartGCTime}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartGCTime))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartGCTime.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartGCTime&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime.Load_Default">
            <summary>Loads the image for Themed Icon ChartGCTime theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTime.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGCTime.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark">
             <summary>
            	<para>
            		<para>ChartGCTimeDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark.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:ZehecyjThemedIconsThemedIcons+ChartGCTimeDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartGCTimeDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartGCTimeDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartGCTimeDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartGCTimeDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGCTimeDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark">
             <summary>
            	<para>
            		<para>ChartGCTimeRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartGCTimeRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartGCTimeRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartGCTimeRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartGCTimeRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartGCTimeRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGCTimeRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight">
             <summary>
            	<para>
            		<para>ChartGCTimeRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight.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:RiderDotMemorySvgIcons+ChartGCTimeRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartGCTimeRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartGCTimeRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartGCTimeRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartGCTimeRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartGCTimeRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGCTimeRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0">
             <summary>
            	<para>
            		<para>ChartHeapGen0 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0.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:RiderDotMemorySvgIcons+ChartHeapGen0}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen0))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen0.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen0&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen0 theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark">
             <summary>
            	<para>
            		<para>ChartHeapGen0Dark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen0Dark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen0Dark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen0Dark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen0Dark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen0Dark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0Dark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0Dark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark">
             <summary>
            	<para>
            		<para>ChartHeapGen0RiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen0RiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen0RiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen0RiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen0RiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen0RiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0RiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight">
             <summary>
            	<para>
            		<para>ChartHeapGen0RiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight.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:RiderDotMemorySvgIcons+ChartHeapGen0RiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen0RiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen0RiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen0RiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen0RiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen0RiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0RiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1">
             <summary>
            	<para>
            		<para>ChartHeapGen1 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1.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:RiderDotMemorySvgIcons+ChartHeapGen1}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen1))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen1.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen1&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen1 theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark">
             <summary>
            	<para>
            		<para>ChartHeapGen1Dark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen1Dark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen1Dark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen1Dark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen1Dark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen1Dark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1Dark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1Dark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark">
             <summary>
            	<para>
            		<para>ChartHeapGen1RiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen1RiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen1RiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen1RiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen1RiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen1RiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1RiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight">
             <summary>
            	<para>
            		<para>ChartHeapGen1RiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight.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:RiderDotMemorySvgIcons+ChartHeapGen1RiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen1RiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen1RiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen1RiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen1RiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen1RiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1RiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2">
             <summary>
            	<para>
            		<para>ChartHeapGen2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2.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:RiderDotMemorySvgIcons+ChartHeapGen2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen2 theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark">
             <summary>
            	<para>
            		<para>ChartHeapGen2Dark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen2Dark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen2Dark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen2Dark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen2Dark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen2Dark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2Dark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2Dark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark">
             <summary>
            	<para>
            		<para>ChartHeapGen2RiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark.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:ZehecyjThemedIconsThemedIcons+ChartHeapGen2RiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartHeapGen2RiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartHeapGen2RiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartHeapGen2RiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen2RiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2RiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight">
             <summary>
            	<para>
            		<para>ChartHeapGen2RiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight.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:RiderDotMemorySvgIcons+ChartHeapGen2RiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartHeapGen2RiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartHeapGen2RiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartHeapGen2RiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartHeapGen2RiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartHeapGen2RiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2RiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh">
             <summary>
            	<para>
            		<para>ChartLOHandPoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh.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:RiderDotMemorySvgIcons+ChartLOHandPoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartLOHandPoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartLOHandPoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartLOHandPoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh.Load_Default">
            <summary>Loads the image for Themed Icon ChartLOHandPoh theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLOHandPoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark">
             <summary>
            	<para>
            		<para>ChartLOHandPohDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark.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:ZehecyjThemedIconsThemedIcons+ChartLOHandPohDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartLOHandPohDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartLOHandPohDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartLOHandPohDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartLOHandPohDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLOHandPohDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark">
             <summary>
            	<para>
            		<para>ChartLOHandPohRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartLOHandPohRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartLOHandPohRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartLOHandPohRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartLOHandPohRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartLOHandPohRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLOHandPohRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight">
             <summary>
            	<para>
            		<para>ChartLOHandPohRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight.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:RiderDotMemorySvgIcons+ChartLOHandPohRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartLOHandPohRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartLOHandPohRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartLOHandPohRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartLOHandPohRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartLOHandPohRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLOHandPohRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations">
             <summary>
            	<para>
            		<para>ChartSampledAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations.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:RiderDotMemorySvgIcons+ChartSampledAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartSampledAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartSampledAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartSampledAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations.Load_Default">
            <summary>Loads the image for Themed Icon ChartSampledAllocations theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark">
             <summary>
            	<para>
            		<para>ChartSampledAllocationsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark.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:ZehecyjThemedIconsThemedIcons+ChartSampledAllocationsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartSampledAllocationsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocationsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark">
             <summary>
            	<para>
            		<para>ChartSampledAllocationsRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartSampledAllocationsRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartSampledAllocationsRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartSampledAllocationsRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocationsRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight">
             <summary>
            	<para>
            		<para>ChartSampledAllocationsRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight.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:RiderDotMemorySvgIcons+ChartSampledAllocationsRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartSampledAllocationsRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSampledAllocationsRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocationsRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed">
             <summary>
            	<para>
            		<para>ChartTotalUsed Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed.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:RiderDotMemorySvgIcons+ChartTotalUsed}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartTotalUsed))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartTotalUsed.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartTotalUsed&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed.Load_Default">
            <summary>Loads the image for Themed Icon ChartTotalUsed theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsed.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsed.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark">
             <summary>
            	<para>
            		<para>ChartTotalUsedDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark.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:ZehecyjThemedIconsThemedIcons+ChartTotalUsedDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartTotalUsedDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartTotalUsedDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartTotalUsedDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartTotalUsedDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsedDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark">
             <summary>
            	<para>
            		<para>ChartTotalUsedRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartTotalUsedRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartTotalUsedRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartTotalUsedRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartTotalUsedRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartTotalUsedRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsedRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight">
             <summary>
            	<para>
            		<para>ChartTotalUsedRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight.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:RiderDotMemorySvgIcons+ChartTotalUsedRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartTotalUsedRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartTotalUsedRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartTotalUsedRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartTotalUsedRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartTotalUsedRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsedRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory.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:RiderDotMemorySvgIcons+ChartUnmanagedMemory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartUnmanagedMemory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartUnmanagedMemory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartUnmanagedMemory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory.Load_Default">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemory theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemoryDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark.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:ZehecyjThemedIconsThemedIcons+ChartUnmanagedMemoryDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemoryDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemoryDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemoryRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark.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:ZehecyjThemedIconsThemedIcons+ChartUnmanagedMemoryRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZehecyjThemedIconsThemedIcons.ChartUnmanagedMemoryRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemoryRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemoryRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemoryRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight.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:RiderDotMemorySvgIcons+ChartUnmanagedMemoryRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemoryRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartUnmanagedMemoryRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemoryRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots">
             <summary>
            	<para>
            		<para>CompareSnapshots Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots.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:RiderDotMemorySvgIcons+CompareSnapshots}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CompareSnapshots))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CompareSnapshots.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CompareSnapshots&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots.Load_Default">
            <summary>Loads the image for Themed Icon CompareSnapshots theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshots.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CompareSnapshots.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark">
             <summary>
            	<para>
            		<para>CompareSnapshotsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark.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:RiderDotMemorySvgIcons+CompareSnapshotsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CompareSnapshotsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CompareSnapshotsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CompareSnapshotsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark.Load_Default">
            <summary>Loads the image for Themed Icon CompareSnapshotsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CompareSnapshotsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark">
             <summary>
            	<para>
            		<para>CompareSnapshotsRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark.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:RiderDotMemorySvgIcons+CompareSnapshotsRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CompareSnapshotsRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CompareSnapshotsRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CompareSnapshotsRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon CompareSnapshotsRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CompareSnapshotsRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight">
             <summary>
            	<para>
            		<para>CompareSnapshotsRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight.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:RiderDotMemorySvgIcons+CompareSnapshotsRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CompareSnapshotsRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CompareSnapshotsRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CompareSnapshotsRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon CompareSnapshotsRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CompareSnapshotsRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CompareSnapshotsRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach">
             <summary>
            	<para>
            		<para>Detach Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach.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:RiderDotMemorySvgIcons+Detach}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.Detach))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.Detach.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.Detach&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach.Load_Default">
            <summary>Loads the image for Themed Icon Detach theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Detach.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Detach.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark">
             <summary>
            	<para>
            		<para>DetachDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark.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:RiderDotMemorySvgIcons+DetachDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DetachDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DetachDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DetachDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark.Load_Default">
            <summary>Loads the image for Themed Icon DetachDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DetachDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark">
             <summary>
            	<para>
            		<para>DetachRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark.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:RiderDotMemorySvgIcons+DetachRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DetachRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DetachRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DetachRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon DetachRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DetachRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight">
             <summary>
            	<para>
            		<para>DetachRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight.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:RiderDotMemorySvgIcons+DetachRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DetachRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DetachRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DetachRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon DetachRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DetachRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DetachRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler">
             <summary>
            	<para>
            		<para>DotMemoryProfiler Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler.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:RiderDotMemorySvgIcons+DotMemoryProfiler}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DotMemoryProfiler))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DotMemoryProfiler.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DotMemoryProfiler&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler.Load_Default">
            <summary>Loads the image for Themed Icon DotMemoryProfiler theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfiler.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfiler.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark">
             <summary>
            	<para>
            		<para>DotMemoryProfilerDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark.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:RiderDotMemorySvgIcons+DotMemoryProfilerDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DotMemoryProfilerDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DotMemoryProfilerDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DotMemoryProfilerDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark.Load_Default">
            <summary>Loads the image for Themed Icon DotMemoryProfilerDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfilerDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark">
             <summary>
            	<para>
            		<para>DotMemoryProfilerRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark.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:RiderDotMemorySvgIcons+DotMemoryProfilerRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon DotMemoryProfilerRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfilerRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight">
             <summary>
            	<para>
            		<para>DotMemoryProfilerRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight.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:RiderDotMemorySvgIcons+DotMemoryProfilerRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon DotMemoryProfilerRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DotMemoryProfilerRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfilerRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC">
             <summary>
            	<para>
            		<para>ForceGC Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC.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:RiderDotMemorySvgIcons+ForceGC}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ForceGC))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ForceGC.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ForceGC&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC.Load_Default">
            <summary>Loads the image for Themed Icon ForceGC theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGC.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGC.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark">
             <summary>
            	<para>
            		<para>ForceGCDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark.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:RiderDotMemorySvgIcons+ForceGCDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ForceGCDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ForceGCDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ForceGCDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark.Load_Default">
            <summary>Loads the image for Themed Icon ForceGCDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGCDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGCDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark">
             <summary>
            	<para>
            		<para>ForceGcRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark.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:RotivoqThemedIconsThemedIcons+ForceGcRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RotivoqThemedIconsThemedIcons.ForceGcRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RotivoqThemedIconsThemedIcons.ForceGcRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RotivoqThemedIconsThemedIcons.ForceGcRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ForceGcRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGcRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight">
             <summary>
            	<para>
            		<para>ForceGcRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight.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:GoraqibThemedIconsThemedIcons+ForceGcRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GoraqibThemedIconsThemedIcons.ForceGcRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GoraqibThemedIconsThemedIcons.ForceGcRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GoraqibThemedIconsThemedIcons.ForceGcRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ForceGcRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ForceGcRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGcRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot">
             <summary>
            	<para>
            		<para>GetSnapshot Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot.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:RiderDotMemorySvgIcons+GetSnapshot}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GetSnapshot))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GetSnapshot.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GetSnapshot&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshot theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshot.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshot.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill">
             <summary>
            	<para>
            		<para>Kill Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill.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:RiderDotMemorySvgIcons+Kill}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.Kill))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.Kill.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.Kill&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill.Load_Default">
            <summary>Loads the image for Themed Icon Kill theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Kill.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Kill.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark">
             <summary>
            	<para>
            		<para>KillDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark.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:RiderDotMemorySvgIcons+KillDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.KillDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.KillDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.KillDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark.Load_Default">
            <summary>Loads the image for Themed Icon KillDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.KillDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon KillDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace">
             <summary>
            	<para>
            		<para>OpenWorkspace Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace.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:RiderDotMemorySvgIcons+OpenWorkspace}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenWorkspace))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenWorkspace.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenWorkspace&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace.Load_Default">
            <summary>Loads the image for Themed Icon OpenWorkspace theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspace.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspace.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark">
             <summary>
            	<para>
            		<para>OpenWorkspaceDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark.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:RiderDotMemorySvgIcons+OpenWorkspaceDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenWorkspaceDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenWorkspaceDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenWorkspaceDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenWorkspaceDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspaceDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark">
             <summary>
            	<para>
            		<para>OpenWorkspaceRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark.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:RiderDotMemorySvgIcons+OpenWorkspaceRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenWorkspaceRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenWorkspaceRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenWorkspaceRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenWorkspaceRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspaceRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight">
             <summary>
            	<para>
            		<para>OpenWorkspaceRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight.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:RiderDotMemorySvgIcons+OpenWorkspaceRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenWorkspaceRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenWorkspaceRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenWorkspaceRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon OpenWorkspaceRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenWorkspaceRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspaceRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails">
             <summary>
            	<para>
            		<para>PreviewDetails Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails.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:RiderDotMemorySvgIcons+PreviewDetails}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.PreviewDetails))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.PreviewDetails.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.PreviewDetails&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails.Load_Default">
            <summary>Loads the image for Themed Icon PreviewDetails theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetails.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon PreviewDetails.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark">
             <summary>
            	<para>
            		<para>PreviewDetailsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark.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:RiderDotMemorySvgIcons+PreviewDetailsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.PreviewDetailsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.PreviewDetailsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.PreviewDetailsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark.Load_Default">
            <summary>Loads the image for Themed Icon PreviewDetailsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon PreviewDetailsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark">
             <summary>
            	<para>
            		<para>PreviewDetailsRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark.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:RiderDotMemorySvgIcons+PreviewDetailsRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.PreviewDetailsRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.PreviewDetailsRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.PreviewDetailsRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon PreviewDetailsRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon PreviewDetailsRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight">
             <summary>
            	<para>
            		<para>PreviewDetailsRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight.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:RiderDotMemorySvgIcons+PreviewDetailsRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.PreviewDetailsRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.PreviewDetailsRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.PreviewDetailsRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon PreviewDetailsRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.PreviewDetailsRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon PreviewDetailsRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations">
             <summary>
            	<para>
            		<para>ViewMemoryAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations.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:RiderDotMemorySvgIcons+ViewMemoryAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ViewMemoryAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ViewMemoryAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ViewMemoryAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations.Load_Default">
            <summary>Loads the image for Themed Icon ViewMemoryAllocations theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ViewMemoryAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark">
             <summary>
            	<para>
            		<para>ViewMemoryAllocationsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark.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:RiderDotMemorySvgIcons+ViewMemoryAllocationsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ViewMemoryAllocationsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ViewMemoryAllocationsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ViewMemoryAllocationsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark.Load_Default">
            <summary>Loads the image for Themed Icon ViewMemoryAllocationsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ViewMemoryAllocationsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark">
             <summary>
            	<para>
            		<para>ViewMemoryAllocationsRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark.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:RiderDotMemorySvgIcons+ViewMemoryAllocationsRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ViewMemoryAllocationsRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ViewMemoryAllocationsRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight">
             <summary>
            	<para>
            		<para>ViewMemoryAllocationsRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight.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:RiderDotMemorySvgIcons+ViewMemoryAllocationsRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ViewMemoryAllocationsRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ViewMemoryAllocationsRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ViewMemoryAllocationsRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight">
             <summary>
            	<para>
            		<para>UnselectallRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight.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:XadeqacThemedIconsThemedIcons+UnselectallRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(XadeqacThemedIconsThemedIcons.UnselectallRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = XadeqacThemedIconsThemedIcons.UnselectallRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;XadeqacThemedIconsThemedIcons.UnselectallRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon UnselectallRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon UnselectallRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall">
             <summary>
            	<para>
            		<para>Unselectall Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall.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:XadeqacThemedIconsThemedIcons+Unselectall}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(XadeqacThemedIconsThemedIcons.Unselectall))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = XadeqacThemedIconsThemedIcons.Unselectall.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;XadeqacThemedIconsThemedIcons.Unselectall&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall.Load_Default">
            <summary>Loads the image for Themed Icon Unselectall theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Unselectall.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Unselectall.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark">
             <summary>
            	<para>
            		<para>UnselectallDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark.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:ComabonThemedIconsThemedIcons+UnselectallDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ComabonThemedIconsThemedIcons.UnselectallDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ComabonThemedIconsThemedIcons.UnselectallDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ComabonThemedIconsThemedIcons.UnselectallDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark.Load_Default">
            <summary>Loads the image for Themed Icon UnselectallDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon UnselectallDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark">
             <summary>
            	<para>
            		<para>UnselectallRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark.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:ComabonThemedIconsThemedIcons+UnselectallRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ComabonThemedIconsThemedIcons.UnselectallRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ComabonThemedIconsThemedIcons.UnselectallRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ComabonThemedIconsThemedIcons.UnselectallRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon UnselectallRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnselectallRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon UnselectallRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite">
             <summary>
            	<para>
            		<para>AddToFavourite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite.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:NisugyjThemedIconsThemedIcons+AddToFavourite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.AddToFavourite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.AddToFavourite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.AddToFavourite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite.Load_Default">
            <summary>Loads the image for Themed Icon AddToFavourite theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavourite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavourite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark">
             <summary>
            	<para>
            		<para>AddToFavouriteDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark.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:NisugyjThemedIconsThemedIcons+AddToFavouriteDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.AddToFavouriteDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.AddToFavouriteDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.AddToFavouriteDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark.Load_Default">
            <summary>Loads the image for Themed Icon AddToFavouriteDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavouriteDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark">
             <summary>
            	<para>
            		<para>AddToFavouriteRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark.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:NisugyjThemedIconsThemedIcons+AddToFavouriteRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.AddToFavouriteRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.AddToFavouriteRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.AddToFavouriteRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon AddToFavouriteRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavouriteRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight">
             <summary>
            	<para>
            		<para>AddToFavouriteRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight.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:NisugyjThemedIconsThemedIcons+AddToFavouriteRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.AddToFavouriteRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.AddToFavouriteRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.AddToFavouriteRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon AddToFavouriteRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AddToFavouriteRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavouriteRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite">
             <summary>
            	<para>
            		<para>Favourite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite.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:NisugyjThemedIconsThemedIcons+Favourite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.Favourite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.Favourite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.Favourite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite.Load_Default">
            <summary>Loads the image for Themed Icon Favourite theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Favourite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Favourite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark">
             <summary>
            	<para>
            		<para>FavouriteDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark.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:NisugyjThemedIconsThemedIcons+FavouriteDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FavouriteDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FavouriteDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FavouriteDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark.Load_Default">
            <summary>Loads the image for Themed Icon FavouriteDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FavouriteDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark">
             <summary>
            	<para>
            		<para>FavouriteRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark.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:NisugyjThemedIconsThemedIcons+FavouriteRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FavouriteRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FavouriteRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FavouriteRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon FavouriteRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FavouriteRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight">
             <summary>
            	<para>
            		<para>FavouriteRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight.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:NisugyjThemedIconsThemedIcons+FavouriteRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FavouriteRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FavouriteRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FavouriteRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon FavouriteRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FavouriteRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FavouriteRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter">
             <summary>
            	<para>
            		<para>Filter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter.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:NisugyjThemedIconsThemedIcons+Filter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.Filter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.Filter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.Filter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter.Load_Default">
            <summary>Loads the image for Themed Icon Filter theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.Filter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Filter.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark">
             <summary>
            	<para>
            		<para>FilterDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark.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:NisugyjThemedIconsThemedIcons+FilterDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FilterDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FilterDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FilterDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark.Load_Default">
            <summary>Loads the image for Themed Icon FilterDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FilterDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark">
             <summary>
            	<para>
            		<para>FilterRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark.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:NisugyjThemedIconsThemedIcons+FilterRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FilterRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FilterRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FilterRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon FilterRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FilterRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight">
             <summary>
            	<para>
            		<para>FilterRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight.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:NisugyjThemedIconsThemedIcons+FilterRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.FilterRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.FilterRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.FilterRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon FilterRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FilterRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FilterRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump">
             <summary>
            	<para>
            		<para>OpenProcessDump Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                 rrr!^.   r;     "r..rrr!;-  
                 rr   -r  r!r:  +*r..r    ;r 
                 rr    r/ r. ^r/  r..r-  `+! 
                 rr   `r. r.      r..r-      
                 rrrr/,   r.      r..r       
                                             
            </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:NisugyjThemedIconsThemedIcons+OpenProcessDump}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.OpenProcessDump))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.OpenProcessDump.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.OpenProcessDump&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump.Load_Default">
            <summary>Loads the image for Themed Icon OpenProcessDump theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDump.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDump.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark">
             <summary>
            	<para>
            		<para>OpenProcessDumpDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                 555Cv+: _5[:   -75++555C}r, 
                 55 `:r5;_5C5L`;2u5++5_ `.}5:
                 55   `5u_5+-v5u~"5++5r;;!2C`
                 55  .=5+_5+ `_` _5++5r;;;,` 
                 5555u|~`_5+     _5++5_      
                                             
            </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:NisugyjThemedIconsThemedIcons+OpenProcessDumpDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.OpenProcessDumpDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.OpenProcessDumpDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.OpenProcessDumpDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenProcessDumpDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDumpDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark">
             <summary>
            	<para>
            		<para>OpenProcessDumpRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                 uuu{T=- :ui:   `|u!!uuu{J+: 
                 uu  -+u~:uFur`~3Cu!!u:  `Ju-
                 uu    ux:u!.Tux":u!!u+~~;3F`
                 uu  `;u!:u!  :` :u!!u+~~~:  
                 uuuuxL_ :u!     :u!!u:      
                                             
            </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:NisugyjThemedIconsThemedIcons+OpenProcessDumpRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenProcessDumpRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDumpRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight">
             <summary>
            	<para>
            		<para>OpenProcessDumpRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                 777L=_  `7r     !7,,777L+^  
                 77   ^7-`7c7~ -T|7,,7`   +7 
                 77    7)`7, =7).`7,,7^---Tc 
                 77   :7,`7,  `  `7,,7^---   
                 7777);` `7,     `7,,7`      
                                             
            </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:NisugyjThemedIconsThemedIcons+OpenProcessDumpRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.OpenProcessDumpRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon OpenProcessDumpRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenProcessDumpRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDumpRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcess">
             <summary>
            	<para>
            		<para>RunningProcess Themed Icon generated identifiers:</para>
            		<para>— <see cref = "T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcess"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref = "F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcess.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:NisugyjThemedIconsThemedIcons+RunningProcess}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcess))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcess.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcess&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive">
             <summary>
            	<para>
            		<para>RunningProcessActive Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive.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>
                                             
                                             
                      _c7Cyy3Jc^             
                   `cXe*_-``-_!u9|-          
                  "he-    ==    .39;         
                 ^b}      bb      Tb!        
                 ub:      bb      -bX        
                 eb-    ~e9r                 
                 !b7    _+`                  
                  !wF`                       
                   :uwz~-`                   
                     .!zuEb                  
                                             
                                             
                                             
                                             
            </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:NisugyjThemedIconsThemedIcons+RunningProcessActive}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessActive))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessActive.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessActive&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessActive theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActive.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessActive.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark">
             <summary>
            	<para>
            		<para>RunningProcessActiveDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark.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:NisugyjThemedIconsThemedIcons+RunningProcessActiveDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessActiveDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessActiveDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessActiveDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessActiveDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessActiveDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark">
             <summary>
            	<para>
            		<para>RunningProcessActiveRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark.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:NisugyjThemedIconsThemedIcons+RunningProcessActiveRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessActiveRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessActiveRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight">
             <summary>
            	<para>
            		<para>RunningProcessActiveRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight.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>
                                             
                                             
                      ,?T}22[T?"             
                   `?k2=,-``-,!]Ec-          
                  _V2-    !!    .[E;         
                 "Xs      XX      |X!        
                 CX:      XX      .Xk        
                 2X-    ^2E+                 
                 ;XT    ,=`                  
                  !Xi`                       
                   :]XJ~-`                   
                     `!J]eX                  
                                             
                                             
                                             
                                             
            </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:NisugyjThemedIconsThemedIcons+RunningProcessActiveRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessActiveRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessActiveRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessActiveRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessActiveRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark">
             <summary>
            	<para>
            		<para>RunningProcessDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark.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:NisugyjThemedIconsThemedIcons+RunningProcessDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark">
             <summary>
            	<para>
            		<para>RunningProcessRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark.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:NisugyjThemedIconsThemedIcons+RunningProcessRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight">
             <summary>
            	<para>
            		<para>RunningProcessRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight.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:NisugyjThemedIconsThemedIcons+RunningProcessRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(NisugyjThemedIconsThemedIcons.RunningProcessRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = NisugyjThemedIconsThemedIcons.RunningProcessRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;NisugyjThemedIconsThemedIcons.RunningProcessRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon RunningProcessRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RunningProcessRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RunningProcessRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark">
             <summary>
            	<para>
            		<para>ChartSplitRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark.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>
                            _4444444444a.    
                          `l4444444444+      
                         _4444444444a.       
                       `l4444444444+         
                      _4444444444a.          
                    `l4444444444+            
                   _4444444444a.             
                 `l4444444444+               
                 `54444444444^               
                   !4444444444F`             
                    `54444444444^            
                      !4444444444F`          
                       `54444444444^         
                         !4444444444F`       
                          `54444444444^      
                            !4444444444F`    
            </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:GavurodThemedIconsThemedIcons+ChartSplitRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GavurodThemedIconsThemedIcons.ChartSplitRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GavurodThemedIconsThemedIcons.ChartSplitRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GavurodThemedIconsThemedIcons.ChartSplitRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ChartSplitRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSplitRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight">
             <summary>
            	<para>
            		<para>ChartSplitRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight.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:GavurodThemedIconsThemedIcons+ChartSplitRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GavurodThemedIconsThemedIcons.ChartSplitRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GavurodThemedIconsThemedIcons.ChartSplitRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GavurodThemedIconsThemedIcons.ChartSplitRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ChartSplitRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ChartSplitRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSplitRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree">
             <summary>
            	<para>
            		<para>CollapseTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree.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:VakuzesThemedIconsThemedIcons+CollapseTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VakuzesThemedIconsThemedIcons.CollapseTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VakuzesThemedIconsThemedIcons.CollapseTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VakuzesThemedIconsThemedIcons.CollapseTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree.Load_Default">
            <summary>Loads the image for Themed Icon CollapseTree theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapseTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CollapseTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree">
             <summary>
            	<para>
            		<para>ExpandTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree.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:VakuzesThemedIconsThemedIcons+ExpandTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VakuzesThemedIconsThemedIcons.ExpandTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VakuzesThemedIconsThemedIcons.ExpandTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VakuzesThemedIconsThemedIcons.ExpandTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree.Load_Default">
            <summary>Loads the image for Themed Icon ExpandTree theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ExpandTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory">
             <summary>
            	<para>
            		<para>SearchFieldWithHistory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory.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:VakuzesThemedIconsThemedIcons+SearchFieldWithHistory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(VakuzesThemedIconsThemedIcons.SearchFieldWithHistory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = VakuzesThemedIconsThemedIcons.SearchFieldWithHistory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;VakuzesThemedIconsThemedIcons.SearchFieldWithHistory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory.Load_Default">
            <summary>Loads the image for Themed Icon SearchFieldWithHistory theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchFieldWithHistory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchFieldWithHistory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetLight">
             <summary>
            	<para>
            		<para>ResetSubsystems Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ResetSubsystems"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetLight.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:RiderDotMemorySvgIcons+ResetSubsystems}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ResetSubsystems))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ResetSubsystems.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ResetSubsystems&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetLight.Id">
            <inheritdoc cref="!:ResetSubsystems">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetLight.Load_RiderLight">
            <summary>Loads the image for Themed Icon ResetSubsystems theme aspect RiderLight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ResetSubsystems.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetDark">
             <summary>
            	<para>
            		<para>ResetSubsystems Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ResetSubsystems"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetDark.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:RiderDotMemorySvgIcons+ResetSubsystems}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ResetSubsystems))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ResetSubsystems.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ResetSubsystems&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetDark.Id">
            <inheritdoc cref="!:ResetSubsystems">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetDark.Load_RiderDark">
            <summary>Loads the image for Themed Icon ResetSubsystems theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SubsystemsResetDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ResetSubsystems.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon">
             <summary>
            	<para>
            		<para>SwitchSubsystemsKindIcon Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                 -------     
                                 `rkka/`     
                                   `;`       
                                             
                                             
            </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:KocabobThemedIconsThemedIcons+SwitchSubsystemsKindIcon}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(KocabobThemedIconsThemedIcons.SwitchSubsystemsKindIcon))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = KocabobThemedIconsThemedIcons.SwitchSubsystemsKindIcon.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;KocabobThemedIconsThemedIcons.SwitchSubsystemsKindIcon&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon.Load_Default">
            <summary>Loads the image for Themed Icon SwitchSubsystemsKindIcon theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SwitchSubsystemsKindIcon.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SwitchSubsystemsKindIcon.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark">
             <summary>
            	<para>
            		<para>ArrayIndicatorDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark.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>
             $$$$$$$$$$$$$$$$$$$$$!          
             $$$$$kiiiiiiiiii$$$$$!          
             $$$$$;          $$$$$!          
             $$$$$;    -SSSSS$$$$$OPPPPPPPPPP
             $$$$$;    :$$$$$mmmmmmmmmmD$$$$$
             $$$$$;    :$$$$$          :$$$$$
             $$$$$;    :$$$$$iiiii:    :$$$$$
             $$$$$;    :$$$$$$$$$$;    :$$$$$
             $$$$$;    :$$$$$$$$$$;    :$$$$$
             $$$$$;    .iiiii$$$$$;    :$$$$$
             $$$$$;          $$$$$;    :$$$$$
             $$$$$pSSSSSSSSSS$$$$$;    :$$$$$
             ##########D$$$$$mmmmm^    :$$$$$
                       _$$$$$          :$$$$$
                       _$$$$$iiiiiiiiii2$$$$$
                       _$$$$$$$$$$$$$$$$$$$$$
            </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:RiderDotMemorySvgIcons+ArrayIndicatorDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ArrayIndicatorDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ArrayIndicatorDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ArrayIndicatorDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark.Load_Default">
            <summary>Loads the image for Themed Icon ArrayIndicatorDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrayIndicatorDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight">
             <summary>
            	<para>
            		<para>ArrayIndicatorLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight.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:RiderDotMemorySvgIcons+ArrayIndicatorLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ArrayIndicatorLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ArrayIndicatorLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ArrayIndicatorLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight.Load_Default">
            <summary>Loads the image for Themed Icon ArrayIndicatorLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrayIndicatorLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrayIndicatorLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark">
             <summary>
            	<para>
            		<para>AssemblyDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark.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>
                                             
                                             
                                             
                                             
                         "YX#$$$$$$$$$$#9f~  
                       .wNL-`          `-+WO-
              -|9##X}- 5$" ;Z00000000006+ -$p
             =$6;-.^6$$$$  00000000000000  $$
             O$. lu        00000000000000  $$
             )$2:` -u$$$$  00000000000000  $$
              "fD$$DV~ Z$: ?D00000000008J `$m
                       -#D;`             ~#D,
                        `=ED$$$$$$$$$$$$DX+` 
                                             
                                             
                                             
            </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:RiderDotMemorySvgIcons+AssemblyDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.AssemblyDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.AssemblyDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.AssemblyDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark.Load_Default">
            <summary>Loads the image for Themed Icon AssemblyDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AssemblyDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight">
             <summary>
            	<para>
            		<para>AssemblyLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight.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>
                                             
                                             
                                             
                                             
                                             
                          ;JX%%%%%%%%%%XJ!   
                         i%v:          -r%S  
               .Tww3:    %%              %%  
               e%~"%%%%%%%%              %%  
               :u884~    %%              %%  
                         2%r`          `;%w  
                          LeD%%%%%%%%%%Dec`  
                                             
                                             
                                             
                                             
            </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:RiderDotMemorySvgIcons+AssemblyLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.AssemblyLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.AssemblyLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.AssemblyLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight.Load_Default">
            <summary>Loads the image for Themed Icon AssemblyLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.AssemblyLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AssemblyLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark">
             <summary>
            	<para>
            		<para>ClassDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark.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>
                      `7W0F'                 
                    `7WX""X0F'               
                  `7WX"    "X0F'             
                `7WX"        "X0F'    `'     
              `7WX"          -C$k,  `7W0F'   
             7WX"          -C$$$$$$$$X""XBF' 
             k$C-        -C        X"    "X0F
              ,k$C-    -C$$$$  $$X"      -C$k
                ,k$C--C$k, $$  $$C-    -C$k, 
                  ,k$$k,   $$  $$2$C--C$D;   
                    ,,     $$  $$$$$$X""XBF' 
                           $$      X"    "X0F
                           $$$$$$X"      -C$k
                              -2$C-    -C$k, 
                                -2$C--C$k,   
                                  -2$$k,     
            </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:RiderDotMemorySvgIcons+ClassDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClassDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClassDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClassDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark.Load_Default">
            <summary>Loads the image for Themed Icon ClassDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClassDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight">
             <summary>
            	<para>
            		<para>ClassLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight.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>
                                             
                       `;;`                  
                     `;LLLL;`                
                   `;LLLLLLLL;`              
                 `;LLLLLLLLLL=-              
               `;LLLLLLLLLL=-        `;;`    
               -=LLLLLLLL=-LLLLLLLL`;LLLL;`  
                 -=LLLL=-    LL  `;LLLLLL=-  
                   -==-      LL  -=LLLL=-    
                             LL    -==-      
                             LL      `;;`    
                             LLLLLL`;LLLL;`  
                                 `;LLLLLL=-  
                                 -=LLLL=-    
                                   -==-      
                                             
            </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:RiderDotMemorySvgIcons+ClassLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClassLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClassLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClassLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight.Load_Default">
            <summary>Loads the image for Themed Icon ClassLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClassLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClassLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark">
             <summary>
            	<para>
            		<para>CollapsibleDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark.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:RiderDotMemorySvgIcons+CollapsibleDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CollapsibleDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CollapsibleDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CollapsibleDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark.Load_Default">
            <summary>Loads the image for Themed Icon CollapsibleDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CollapsibleDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight">
             <summary>
            	<para>
            		<para>CollapsibleLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight.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:RiderDotMemorySvgIcons+CollapsibleLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CollapsibleLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CollapsibleLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CollapsibleLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight.Load_Default">
            <summary>Loads the image for Themed Icon CollapsibleLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CollapsibleLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CollapsibleLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark">
             <summary>
            	<para>
            		<para>ConstructorDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark.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>
                 $$$$$$                      
             $$$$$$``$$$$$$                  
             $$``$$``$$``$$                  
             $$$$``````$$$$                  
             $$````00````$$   ,)4pT"         
             $$$$``````$$$$=5%#i~"7m0a+-     
             $$``$$``$$``$$e/-      .!uWD];  
             $$$$$$``$$$$$$v^`       _TpB$$  
                 $$$$$$$$`/k8WS+:-\e8WXr`$$  
                       $$    -Tb%%AJ:    $$  
                       $$                $$  
                       $$`              `$$  
                       +a%d7"        _cw0Pr  
                          _Tp$kr:-*e%OJ^`    
                             `;]D8u=.        
                                             
            </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:RiderDotMemorySvgIcons+ConstructorDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ConstructorDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ConstructorDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ConstructorDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark.Load_Default">
            <summary>Loads the image for Themed Icon ConstructorDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ConstructorDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight">
             <summary>
            	<para>
            		<para>ConstructorLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight.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[;`         
               ??  ??  ??  :LX%%%%%%w)_      
                   ??      ;{D%%%%%%DC!-     
                         DL:``:raK?:``-+m    
                         %%%%X!-` .;e%%%%    
                         %%%%%%%%%%%%%%%%    
                         b%%%%%%%%%%%%%%O    
                          .;[D%%%%%%83=-     
                              :+SKr:         
                                             
                                             
            </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:KusivonThemedIconsThemedIcons+ConstructorLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(KusivonThemedIconsThemedIcons.ConstructorLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = KusivonThemedIconsThemedIcons.ConstructorLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;KusivonThemedIconsThemedIcons.ConstructorLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight.Load_Default">
            <summary>Loads the image for Themed Icon ConstructorLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ConstructorLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ConstructorLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark">
             <summary>
            	<para>
            		<para>DelegateDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark.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>
                                             
                                             
                       88888888888888        
                       88          88        
                       88  888888  88        
                   8888888888888888888888    
                   882^              "C88    
                   88u8A?.        `rp8288    
                   88 `/68888DD8888br. 88    
                   88        DD        88    
                   88                  88    
                   88                  88    
                   8888888888888888888888    
                                             
                                             
                                             
            </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:RiderDotMemorySvgIcons+DelegateDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.DelegateDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.DelegateDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.DelegateDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark.Load_Default">
            <summary>Loads the image for Themed Icon DelegateDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DelegateDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight">
             <summary>
            	<para>
            		<para>DelegateLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight.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>
                                             
                                             
                                             
                         dddddddddd          
                         dd      dd          
                                             
                     :Twddddddddddddp7:      
                     : `;eddddddddV!` -      
                     dk=`          `!Sd      
                     dddddddd  dddddddd      
                     dddddddddddddddddd      
                     dddddddddddddddddd      
                                             
                                             
                                             
                                             
            </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:WaxecomThemedIconsThemedIcons+DelegateLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(WaxecomThemedIconsThemedIcons.DelegateLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = WaxecomThemedIconsThemedIcons.DelegateLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;WaxecomThemedIconsThemedIcons.DelegateLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight.Load_Default">
            <summary>Loads the image for Themed Icon DelegateLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.DelegateLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DelegateLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark">
             <summary>
            	<para>
            		<para>EnumDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark.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>
                                             
                                             
                                             
                            r6m$$$$$$$$mb)`  
                           2$7-        -r$w  
                           $$  WWWWWWWW  $$  
                  r6m$$$$$$$$d4r         $$  
                 2$7-        -r$0WWWWWW  $$  
                 $$  WWWWWWWW  $$       ;$m  
                 $$            $$$$$$$$$W1`  
                 $$  WWWWWWWW  $$            
                 P$*`         ;$m            
                 `iD$$$$$$$$$$W1`            
                                             
                                             
                                             
            </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:RiderDotMemorySvgIcons+EnumDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.EnumDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.EnumDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.EnumDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark.Load_Default">
            <summary>Loads the image for Themed Icon EnumDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EnumDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight">
             <summary>
            	<para>
            		<para>EnumLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight.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>
                                             
                             `----------.    
                            ;LLLLLLLLLLLLr'  
                           .LL:---------+L~  
                           `rL:`````````+L~  
                             `:+LLLLLLLLLL~  
                `:~~~~~~~~~^-   -:::::::rL~  
               .?LLLLLLLLLLLL+          +L~  
               ,LL         -LL. .LLLLLLLLL:  
               ,LL:::::::::"LL. `~~~~~~~"'   
               ,LLLLLLLLLLLLLL.              
               ,LL---------:LL.              
               ,LL`````````:LL.              
               .?LLLLLLLLLLLL/               
                 -----------.                
                                             
            </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:RiderDotMemorySvgIcons+EnumLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.EnumLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.EnumLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.EnumLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight.Load_Default">
            <summary>Loads the image for Themed Icon EnumLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EnumLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EnumLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark">
             <summary>
            	<para>
            		<para>ExpandableDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark.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:RiderDotMemorySvgIcons+ExpandableDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ExpandableDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ExpandableDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ExpandableDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark.Load_Default">
            <summary>Loads the image for Themed Icon ExpandableDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ExpandableDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight">
             <summary>
            	<para>
            		<para>ExpandableLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight.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:RiderDotMemorySvgIcons+ExpandableLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ExpandableLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ExpandableLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ExpandableLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight.Load_Default">
            <summary>Loads the image for Themed Icon ExpandableLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ExpandableLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ExpandableLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark">
             <summary>
            	<para>
            		<para>FieldDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark.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>
                                             
                                             
                           `;F88kT~'         
                        :LZBEr:-~|V88kT~'    
                    `;FDDz~``^v3L^. -~|V88k  
                 :LZBEr: -+a8WWWWWK=  -:-$$  
               FDDz~` ~zRWWWWW#z~``::`   $$  
               $$.::- `:=}6a+- -:-       $$  
               $$     .::- `::`          $$  
               $$                     :rE$6  
               $$                 `~zD8C;`   
               b$9z!:          :rE$6c:       
                `:+Cb$9z!: `~zD8C;`          
                     `:+Cb$$6c:              
                                             
                                             
            </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:RiderDotMemorySvgIcons+FieldDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.FieldDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.FieldDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.FieldDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark.Load_Default">
            <summary>Loads the image for Themed Icon FieldDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FieldDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight">
             <summary>
            	<para>
            		<para>FieldLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight.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>
                                             
                                             
                                             
                            -!{3c;-          
                        `"ckZT~:;|u43c;-     
                     -!{4t*:`     :*E43i3    
                 `"ckX)~`     `~)Vk}}k444    
                 2}ifZEi+"-:*143i34444444    
                 444442}ifZk}}k4444444444    
                 444444444444444444444{!-    
                 44444444444444444kc"`       
                 ."+}Z444444444{!-           
                      ."+}Zkc"`              
                                             
                                             
                                             
            </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:MohuxucThemedIconsThemedIcons+FieldLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(MohuxucThemedIconsThemedIcons.FieldLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = MohuxucThemedIconsThemedIcons.FieldLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;MohuxucThemedIconsThemedIcons.FieldLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight.Load_Default">
            <summary>Loads the image for Themed Icon FieldLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.FieldLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon FieldLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark">
             <summary>
            	<para>
            		<para>InterfaceDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark.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>
                                             
                                             
                                             
                             :TfZmm6uv_      
                           rDDv_-``-_|m8T    
              -)6mmZi-   `k$L          !Nb.  
             =B6;-.^6$$$$$$r   -7KXJ:   ;$f  
             d$.           .   6WWWWD    $W  
             c$2:` -u$$$$$$/   ,2#De~   ^$e  
              _CD$$Dy^   .bW;          "DD-  
                          `iW6+.`  `.!VBu`   
                            `;u6D$$D42!`     
                                             
                                             
                                             
                                             
            </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:RiderDotMemorySvgIcons+InterfaceDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.InterfaceDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.InterfaceDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.InterfaceDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark.Load_Default">
            <summary>Loads the image for Themed Icon InterfaceDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon InterfaceDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight">
             <summary>
             <para>
                 <para>InterfaceLight Themed Icon generated identifiers:</para>
                 <para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
                 <para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight.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>
                                             
                                             
                                             
                                             
                             `~T[ooC7;-      
                            ;X444444444T     
               `r22T-      !444f~--~}444r    
               }44444444444u444-    `444Z    
               -JXXC:      r444s:``:|444T    
                            T4444444444T`    
                             :=Ck44EC+-      
                                             
                                             
                                             
                                             
                                             
            </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:HyhozorThemedIconsThemedIcons+InterfaceLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
             <code>[Item(Name="Sample", Icon=typeof(HyhozorThemedIconsThemedIcons.InterfaceLight))]        // C# Type attribute</code>
            </example>
            <example>
             <code>IconId iconid = HyhozorThemedIconsThemedIcons.InterfaceLight.Id;        // IconId identifier object</code>
            </example>
            <example>
             <code>themediconmanager.GetIcon&lt;HyhozorThemedIconsThemedIcons.InterfaceLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight.Load_Default">
            <summary>Loads the image for Themed Icon InterfaceLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.InterfaceLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon InterfaceLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark">
             <summary>
            	<para>
            		<para>MethodDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark.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>
                                             
                         `;}R#1!.            
                      :cU82+--=uD9T"         
                  .=uDw|"        ,cXD5+-     
                 b8D1-              .sD8A    
                 88ibOn=-        .;[Od[88    
                 88  `;2Ob7~``^T6Ry/`  88    
                 88      -)UD#6T:      88    
                 88                    88    
                 88                    88    
                 D8c,                :r88    
                  ,)XD2=-        .!C#w7"     
                     `;{#pJ~``^TwDu!.        
                         :rS88Ec:            
                                             
                                             
            </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:RiderDotMemorySvgIcons+MethodDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.MethodDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.MethodDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.MethodDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark.Load_Default">
            <summary>Loads the image for Themed Icon MethodDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MethodDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight">
             <summary>
             <para>
                 <para>MethodLight Themed Icon generated identifiers:</para>
                 <para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
                 <para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight.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>
                                             
                                             
                          -=C2+:             
                      `~7wddddddwi;.         
                    :2dddddddddddddde"       
                   "``:+udddddddder,``,      
                   dd6r:``^)P6T~.`-+Udd      
                   dddddd2;.  .~Cdddddd      
                   dddddddddddddddddddd      
                   dddddddddddddddddddd      
                   ;iwddddddddddddddwF!      
                      :+2dddddddder:         
                         `^cP6T~`            
                                             
                                             
                                             
            </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:LorukunThemedIconsThemedIcons+MethodLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
             <code>[Item(Name="Sample", Icon=typeof(LorukunThemedIconsThemedIcons.MethodLight))]        // C# Type attribute</code>
            </example>
            <example>
             <code>IconId iconid = LorukunThemedIconsThemedIcons.MethodLight.Id;        // IconId identifier object</code>
            </example>
            <example>
             <code>themediconmanager.GetIcon&lt;LorukunThemedIconsThemedIcons.MethodLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight.Load_Default">
            <summary>Loads the image for Themed Icon MethodLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.MethodLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon MethodLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark">
             <summary>
            	<para>
            		<para>NamespaceDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark.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>
                                             
                       `=uD$$$$85+`          
                     .]0p+-$$$$-!U$2-        
                    ^8D~ -f$$$$e: _m%!       
                   -$w` :W$$$$$$$"  e$_      
                   S$_  2$$$$$$$$d  .$p      
                 f8DJ -f$$$$$$$$$$f- T#%2    
                 $$   $$$$$$$$$$$$$$   $$    
                 X$U+ "6$$$$$$$$$$6" /k$w    
                  `X$:  E$$$$$$$$#  `$m.     
                   :$k  _$$$$$$$$;  F$;      
                    =0p: :6$$$$d^ -E$)       
                     :P$2~`$$$$ "1$w_        
                       -(4$$$$$$p7:          
                                             
                                             
            </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:WutatolThemedIconsThemedIcons+NamespaceDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(WutatolThemedIconsThemedIcons.NamespaceDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = WutatolThemedIconsThemedIcons.NamespaceDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;WutatolThemedIconsThemedIcons.NamespaceDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark.Load_Default">
            <summary>Loads the image for Themed Icon NamespaceDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon NamespaceDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight">
             <summary>
            	<para>
            		<para>NamespaceLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight.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>
                                             
                                             
                        .rZ    Xc-           
                      `sNX"    :aNu`         
                     -#Na        [ND:        
                     uNN,        .NN9        
                   `;DZ"          "ZN;`      
                   NNN              NNN      
                   -r8[-          -[NL:      
                     eNN:        `NNd        
                     :8Nu        TNW^        
                      .eN2-    .{NX:         
                        ,sD    D[^           
                                             
                                             
                                             
            </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:RiwotenThemedIconsThemedIcons+NamespaceLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiwotenThemedIconsThemedIcons.NamespaceLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiwotenThemedIconsThemedIcons.NamespaceLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiwotenThemedIconsThemedIcons.NamespaceLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight.Load_Default">
            <summary>Loads the image for Themed Icon NamespaceLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.NamespaceLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon NamespaceLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark">
             <summary>
            	<para>
            		<para>StructDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark.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:RiderDotMemorySvgIcons+StructDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.StructDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.StructDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.StructDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark.Load_Default">
            <summary>Loads the image for Themed Icon StructDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon StructDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight">
             <summary>
             <para>
                 <para>StructLight Themed Icon generated identifiers:</para>
                 <para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
                 <para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight.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>
                                             
                                             
                                             
                   444444444444  444444      
                   444444444444  444444      
                   444444444444  444444      
                                 444444      
                   444444        444444      
                   444444        444444      
                   444444                    
                   444444  444444444444      
                   444444  444444444444      
                   444444  444444444444      
                                             
                                             
                                             
            </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:DozivyvThemedIconsThemedIcons+StructLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
             <code>[Item(Name="Sample", Icon=typeof(DozivyvThemedIconsThemedIcons.StructLight))]        // C# Type attribute</code>
            </example>
            <example>
             <code>IconId iconid = DozivyvThemedIconsThemedIcons.StructLight.Id;        // IconId identifier object</code>
            </example>
            <example>
             <code>themediconmanager.GetIcon&lt;DozivyvThemedIconsThemedIcons.StructLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight.Load_Default">
            <summary>Loads the image for Themed Icon StructLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.StructLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon StructLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark">
             <summary>
            	<para>
            		<para>UnresolvedFieldDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark.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>
                     `~sd$$$$ds~`            
                 `~sd$$82+::+28$$ds~`        
             `~sd$$82+:.~T66T~.:+28$$        
             $$82+:.~T6$$$$8u+:.,":$$        
             $$:",.:+u88u+:.,":````$$        
             $$````:",..,":````````$$        
             $$```````````````;}2X#$$a[;`    
             $$````````````-}NOL^:``:^rw$u:  
             $$bv;.```````;8O: :CHAAAu~ '6$+ 
             :+eW$$bv;..;a$V   W$    $$   f$c
                 :+eW$$$$$$_     `")X$y   -$B
                         #$:     $$$$:    `$$
                         r$u              J$i
                          c$E`   $$$$   `u$s 
                           "d$S;-`  `-;uBd;  
                             -cPd8$$WAPc-    
            </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:RiderDotMemorySvgIcons+UnresolvedFieldDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.UnresolvedFieldDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.UnresolvedFieldDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.UnresolvedFieldDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark.Load_Default">
            <summary>Loads the image for Themed Icon UnresolvedFieldDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon UnresolvedFieldDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight">
             <summary>
            	<para>
            		<para>UnresolvedFieldLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight.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>
                                             
                       `"cPPc"`              
                   `"cPDI=::=IDPc"`          
               `"cPDI=:`````^|UDk54          
               45kDU|^``^|UDk54%%%%          
               %%%%45kDDk54%%%%%%%%          
               %%%%%%%%%%%%%%8x;":`          
               %%%%%%%%%%%%b;``--::::--`     
               -![D%%%%%%%z``:_+kORRRkL_:`   
                   -![DD[, `,__8%____%%___`  
                           :_____~r1b%X___:  
                           :_____%%%%r____:  
                           `______________.  
                            `:___%%%%___,`   
                              `-:,__,:-`     
                                             
            </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:RiderDotMemorySvgIcons+UnresolvedFieldLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.UnresolvedFieldLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.UnresolvedFieldLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.UnresolvedFieldLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight.Load_Default">
            <summary>Loads the image for Themed Icon UnresolvedFieldLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.UnresolvedFieldLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon UnresolvedFieldLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchDarcula">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchDarcula.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:RiderDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchDarcula.Id">
            <inheritdoc cref="!:ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchDarcula.Load_Darcula">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect Darcula.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderDark">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderDark.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:RiderDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderDark.Id">
            <inheritdoc cref="!:ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderDark.Load_RiderDark">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchIdeaLight">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchIdeaLight.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:RiderDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchIdeaLight.Id">
            <inheritdoc cref="!:ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchIdeaLight.Load_IJLight">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect IJ Light.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderLight">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderLight.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:RiderDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderLight.Id">
            <inheritdoc cref="!:ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderLight.Load_RiderLight">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect RiderLight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ClearSearchRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula">
             <summary>
            	<para>
            		<para>SearchDarcula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula.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:RiderDotMemorySvgIcons+SearchDarcula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.SearchDarcula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.SearchDarcula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.SearchDarcula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula.Id">
            <inheritdoc cref="!:SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula.Load_Darcula">
            <summary>Loads the image for Themed Icon SearchField theme aspect Darcula.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark">
             <summary>
            	<para>
            		<para>SearchDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark.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:RiderDotMemorySvgIcons+SearchDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.SearchDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.SearchDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.SearchDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark.Id">
            <inheritdoc cref="!:SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark.Load_RiderDark">
            <summary>Loads the image for Themed Icon SearchField theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight">
             <summary>
            	<para>
            		<para>SearchIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight.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:RiderDotMemorySvgIcons+SearchIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.SearchIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.SearchIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.SearchIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight.Id">
            <inheritdoc cref="!:SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight.Load_IJLight">
            <summary>Loads the image for Themed Icon SearchField theme aspect IJ Light.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight">
             <summary>
            	<para>
            		<para>SearchLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight.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:RiderDotMemorySvgIcons+SearchLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.SearchLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.SearchLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.SearchLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight.Id">
            <inheritdoc cref="!:SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight.Load_RiderLight">
            <summary>Loads the image for Themed Icon SearchField theme aspect RiderLight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.SearchRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoDarcula">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoDarcula.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:RiderDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoDarcula.Id">
            <inheritdoc cref="!:ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoDarcula.Load_Darcula">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect Darcula.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderDark">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderDark.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:RiderDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderDark.Id">
            <inheritdoc cref="!:ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderDark.Load_RiderDark">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoIdeaLight">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoIdeaLight.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:RiderDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoIdeaLight.Id">
            <inheritdoc cref="!:ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoIdeaLight.Load_IJLight">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect IJ Light.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderLight">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderLight.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:RiderDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderLight.Id">
            <inheritdoc cref="!:ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderLight.Load_RiderDark">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowInfoRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark">
             <summary>
            	<para>
            		<para>WarningDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark.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:RiderDotMemorySvgIcons+WarningDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.WarningDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.WarningDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.WarningDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark.Load_Default">
            <summary>Loads the image for Themed Icon WarningDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon WarningDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight">
             <summary>
            	<para>
            		<para>WarningDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight.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:RiderDotMemorySvgIcons+WarningLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.WarningLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.WarningLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.WarningLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight.Load_Default">
            <summary>Loads the image for Themed Icon WarningLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.WarningLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon WarningLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark">
             <summary>
            	<para>
            		<para>ArrowDownDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark.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:RiderDotMemorySvgIcons+ArrowDownDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ArrowDownDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ArrowDownDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ArrowDownDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark.Load_Default">
            <summary>Loads the image for Themed Icon ArrowDownDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowDownDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight">
             <summary>
            	<para>
            		<para>ArrowDownLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight.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:RiderDotMemorySvgIcons+ArrowDownLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ArrowDownLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ArrowDownLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ArrowDownLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight.Load_Default">
            <summary>Loads the image for Themed Icon ArrowDownLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ArrowDownLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowDownLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula">
             <summary>
            	<para>
            		<para>GroupByDarcula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula.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:RiderDotMemorySvgIcons+GroupByDarcula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GroupByDarcula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GroupByDarcula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GroupByDarcula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula.Load_Default">
            <summary>Loads the image for Themed Icon GroupByDarcula theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupByDarcula.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight">
             <summary>
            	<para>
            		<para>GroupByIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight.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:RiderDotMemorySvgIcons+GroupByIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GroupByIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GroupByIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GroupByIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight.Load_Default">
            <summary>Loads the image for Themed Icon GroupByIdeaLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupByIdeaLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderDark">
             <summary>
            	<para>
            		<para>GroupBy Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:GroupBy"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderDark.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:RiderDotMemorySvgIcons+GroupBy}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GroupBy))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GroupBy.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GroupBy&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderDark.Id">
            <inheritdoc cref="!:GroupBy">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderDark.Load_RiderDark">
            <summary>Loads the image for Themed Icon GroupBy theme aspect RiderDark.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupBy.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderLight">
             <summary>
            	<para>
            		<para>GroupBy Themed Icon generated identifiers:</para>
            		<para>— <see cref="!:GroupBy"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderLight.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                 :}kkkkkkkk}:
                                   :}kkkk}:  
                                     :}}:    
            </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:RiderDotMemorySvgIcons+GroupBy}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GroupBy))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GroupBy.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GroupBy&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderLight.Id">
            <inheritdoc cref="!:GroupBy">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderLight.Load_RiderLight">
            <summary>Loads the image for Themed Icon GroupBy theme aspect RiderLight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GroupByRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupBy.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark">
             <summary>
            	<para>
            		<para>CloneAnalysisIconRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark.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:RiderDotMemorySvgIcons+CloneAnalysisIconRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon CloneAnalysisIconRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloneAnalysisIconRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight">
             <summary>
            	<para>
            		<para>CloneAnalysisIconRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight.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:RiderDotMemorySvgIcons+CloneAnalysisIconRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon CloneAnalysisIconRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloneAnalysisIconRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloneAnalysisIconRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark">
             <summary>
            	<para>
            		<para>OpenAnalysisIconRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark.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:RiderDotMemorySvgIcons+OpenAnalysisIconRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenAnalysisIconRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAnalysisIconRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight">
             <summary>
            	<para>
            		<para>OpenAnalysisIconRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight.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:RiderDotMemorySvgIcons+OpenAnalysisIconRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon OpenAnalysisIconRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAnalysisIconRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAnalysisIconRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark">
             <summary>
            	<para>
            		<para>CloseSmallRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark.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:RiderDotMemorySvgIcons+CloseSmallRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CloseSmallRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CloseSmallRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CloseSmallRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon CloseSmallRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseSmallRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight">
             <summary>
            	<para>
            		<para>CloseSmallRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight.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:RiderDotMemorySvgIcons+CloseSmallRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.CloseSmallRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.CloseSmallRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.CloseSmallRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon CloseSmallRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.CloseSmallRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseSmallRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon">
             <summary>
            	<para>
            		<para>RiderDmIcon Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon.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:RiderDotMemorySvgIcons+RiderDmIcon}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.RiderDmIcon))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.RiderDmIcon.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.RiderDmIcon&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon.Load_Default">
            <summary>Loads the image for Themed Icon RiderDmIcon theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.RiderDmIcon.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RiderDmIcon.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula">
             <summary>
            	<para>
            		<para>ObjectDarkula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula.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:RiderDotMemorySvgIcons+ObjectDarkula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectDarkula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectDarkula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectDarkula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula.Load_Default">
            <summary>Loads the image for Themed Icon ObjectDarkula theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectDarkula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectDarkula.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight">
             <summary>
            	<para>
            		<para>ObjectIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight.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:RiderDotMemorySvgIcons+ObjectIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight.Load_Default">
            <summary>Loads the image for Themed Icon ObjectIdeaLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectIdeaLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark">
             <summary>
            	<para>
            		<para>ObjectRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark.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:RiderDotMemorySvgIcons+ObjectRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ObjectRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight">
             <summary>
            	<para>
            		<para>ObjectRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight.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:RiderDotMemorySvgIcons+ObjectRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ObjectRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula">
             <summary>
            	<para>
            		<para>ObjectSetDarkula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula.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:RiderDotMemorySvgIcons+ObjectSetDarkula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectSetDarkula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectSetDarkula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectSetDarkula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula.Load_Default">
            <summary>Loads the image for Themed Icon ObjectSetDarkula theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetDarkula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetDarkula.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight">
             <summary>
            	<para>
            		<para>ObjectSetIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight.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:RiderDotMemorySvgIcons+ObjectSetIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectSetIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectSetIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectSetIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight.Load_Default">
            <summary>Loads the image for Themed Icon ObjectSetIdeaLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetIdeaLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark">
             <summary>
            	<para>
            		<para>ObjectSetRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark.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:RiderDotMemorySvgIcons+ObjectSetRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectSetRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectSetRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectSetRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ObjectSetRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight">
             <summary>
            	<para>
            		<para>ObjectSetRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight.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:RiderDotMemorySvgIcons+ObjectSetRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ObjectSetRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ObjectSetRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ObjectSetRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ObjectSetRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ObjectSetRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula">
             <summary>
            	<para>
            		<para>ComparisonDarcula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula.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:RiderDotMemorySvgIcons+ComparisonDarcula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ComparisonDarcula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ComparisonDarcula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ComparisonDarcula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula.Load_Default">
            <summary>Loads the image for Themed Icon ComparisonDarcula theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ComparisonDarcula.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight">
             <summary>
            	<para>
            		<para>ComparisonIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight.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:RiderDotMemorySvgIcons+ComparisonIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ComparisonIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ComparisonIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ComparisonIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight.Load_Default">
            <summary>Loads the image for Themed Icon ComparisonIdeaLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ComparisonIdeaLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark">
             <summary>
            	<para>
            		<para>ComparisonRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark.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:RiderDotMemorySvgIcons+ComparisonRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ComparisonRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ComparisonRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ComparisonRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon ComparisonRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ComparisonRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight">
             <summary>
            	<para>
            		<para>ComparisonRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight.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:RiderDotMemorySvgIcons+ComparisonRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ComparisonRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ComparisonRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ComparisonRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon ComparisonRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ComparisonRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ComparisonRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula">
             <summary>
            	<para>
            		<para>TrafficDarcula Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula.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:RiderDotMemorySvgIcons+TrafficDarcula}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.TrafficDarcula))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.TrafficDarcula.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.TrafficDarcula&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula.Load_Default">
            <summary>Loads the image for Themed Icon TrafficDarcula theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficDarcula.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon TrafficDarcula.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight">
             <summary>
            	<para>
            		<para>TrafficIdeaLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight.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:RiderDotMemorySvgIcons+TrafficIdeaLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.TrafficIdeaLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.TrafficIdeaLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.TrafficIdeaLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight.Load_Default">
            <summary>Loads the image for Themed Icon TrafficIdeaLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficIdeaLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon TrafficIdeaLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark">
             <summary>
            	<para>
            		<para>TrafficRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark.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:RiderDotMemorySvgIcons+TrafficRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.TrafficRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.TrafficRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.TrafficRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon TrafficRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon TrafficRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight">
             <summary>
            	<para>
            		<para>TrafficRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight.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:RiderDotMemorySvgIcons+TrafficRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.TrafficRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.TrafficRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.TrafficRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon TrafficRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.TrafficRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon TrafficRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark">
             <summary>
            	<para>
            		<para>EditPencilDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark.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:RiderDotMemorySvgIcons+EditPencilDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.EditPencilDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.EditPencilDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.EditPencilDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark.Load_Default">
            <summary>Loads the image for Themed Icon EditPencilDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EditPencilDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight">
             <summary>
            	<para>
            		<para>EditPencilLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight.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:RiderDotMemorySvgIcons+EditPencilLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.EditPencilLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.EditPencilLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.EditPencilLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight.Load_Default">
            <summary>Loads the image for Themed Icon EditPencilLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.EditPencilLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EditPencilLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark">
             <summary>
            	<para>
            		<para>ShowRetainedObjectsDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark.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:RiderDotMemorySvgIcons+ShowRetainedObjectsDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowRetainedObjectsDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowRetainedObjectsDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowRetainedObjectsDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark.Load_Default">
            <summary>Loads the image for Themed Icon ShowRetainedObjectsDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowRetainedObjectsDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight">
             <summary>
            	<para>
            		<para>ShowRetainedObjectsLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight.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:RiderDotMemorySvgIcons+ShowRetainedObjectsLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.ShowRetainedObjectsLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.ShowRetainedObjectsLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.ShowRetainedObjectsLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight.Load_Default">
            <summary>Loads the image for Themed Icon ShowRetainedObjectsLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ShowRetainedObjectsLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowRetainedObjectsLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark">
             <summary>
            	<para>
            		<para>OpenAllocatedObjectsBtnRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark.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:RiderDotMemorySvgIcons+OpenAllocatedObjectsBtnRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon OpenAllocatedObjectsBtnRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAllocatedObjectsBtnRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight">
             <summary>
            	<para>
            		<para>OpenAllocatedObjectsBtnRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight.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:RiderDotMemorySvgIcons+OpenAllocatedObjectsBtnRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon OpenAllocatedObjectsBtnRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.OpenAllocatedObjectsBtnRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAllocatedObjectsBtnRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionOnRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark.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:RiderDotMemorySvgIcons+GetSnapshotByConditionOnRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionOnRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionOnRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionOnRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight.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:QykaqibThemedIconsThemedIcons+GetSnapshotByConditionOnRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(QykaqibThemedIconsThemedIcons.GetSnapshotByConditionOnRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = QykaqibThemedIconsThemedIcons.GetSnapshotByConditionOnRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;QykaqibThemedIconsThemedIcons.GetSnapshotByConditionOnRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionOnRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionOnRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionOnRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionPauseRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark.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:SiqyjedThemedIconsThemedIcons+GetSnapshotByConditionPauseRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(SiqyjedThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = SiqyjedThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;SiqyjedThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionPauseRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionPauseRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionPauseRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight.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:WevewomThemedIconsThemedIcons+GetSnapshotByConditionPauseRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(WevewomThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = WevewomThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;WevewomThemedIconsThemedIcons.GetSnapshotByConditionPauseRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionPauseRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionPauseRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionPauseRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark.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:KojajewThemedIconsThemedIcons+GetSnapshotByConditionRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(KojajewThemedIconsThemedIcons.GetSnapshotByConditionRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = KojajewThemedIconsThemedIcons.GetSnapshotByConditionRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;KojajewThemedIconsThemedIcons.GetSnapshotByConditionRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight.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:PiqulyxThemedIconsThemedIcons+GetSnapshotByConditionRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(PiqulyxThemedIconsThemedIcons.GetSnapshotByConditionRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = PiqulyxThemedIconsThemedIcons.GetSnapshotByConditionRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;PiqulyxThemedIconsThemedIcons.GetSnapshotByConditionRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotByConditionRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark">
             <summary>
            	<para>
            		<para>GetSnapshotRiderDark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark.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:GogorecThemedIconsThemedIcons+GetSnapshotRiderDark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GogorecThemedIconsThemedIcons.GetSnapshotRiderDark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GogorecThemedIconsThemedIcons.GetSnapshotRiderDark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GogorecThemedIconsThemedIcons.GetSnapshotRiderDark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotRiderDark theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderDark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotRiderDark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight">
             <summary>
            	<para>
            		<para>GetSnapshotRiderLight Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight.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:GopivihThemedIconsThemedIcons+GetSnapshotRiderLight}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GopivihThemedIconsThemedIcons.GetSnapshotRiderLight))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GopivihThemedIconsThemedIcons.GetSnapshotRiderLight.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GopivihThemedIconsThemedIcons.GetSnapshotRiderLight&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight.Load_Default">
            <summary>Loads the image for Themed Icon GetSnapshotRiderLight theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.GetSnapshotRiderLight.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotRiderLight.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp">
             <summary>
            	<para>
            		<para>ContextHelp Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp.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:WucevimThemedIconsThemedIcons+ContextHelp}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(WucevimThemedIconsThemedIcons.ContextHelp))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = WucevimThemedIconsThemedIcons.ContextHelp.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;WucevimThemedIconsThemedIcons.ContextHelp&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp.Load_Default">
            <summary>Loads the image for Themed Icon ContextHelp theme aspect Default.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderDotMemorySvgIcons.ContextHelp.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ContextHelp.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons">
             <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="!:JetBrains.UI.ThemedIcons.RiderNightDotMemorySvgIcons"></see> class) as a parameter.</para>
            	<para>Example:</para>
            	<code>&lt;Image Source="{icons:ThemedIcon myres:RiderNightDotMemorySvgIcons+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="!:JetBrains.UI.ThemedIcons.RiderNightDotMemorySvgIcons"></see> class.</para>
            	<para>Example:</para>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.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="!:JetBrains.UI.ThemedIcons.RiderNightDotMemorySvgIcons"></see> in <c>Id</c> fields). Icon identifier classes (nested in <see cref="!:JetBrains.UI.ThemedIcons.RiderNightDotMemorySvgIcons"></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 = RiderNightDotMemorySvgIcons.Trinity.Id;</code>
            	<code>// Getting IconId out of an Icon Identifier Class type
            IconId iconid = new JetBrains.Application.Icons.CompiledIconsCs.CompiledIconCsId(typeof(RiderNightDotMemorySvgIcons.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;RiderNightDotMemorySvgIcons.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.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown">
             <summary>
            	<para>
            		<para>ArrowDown Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown.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:RiderNightDotMemorySvgIcons+ArrowDown}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ArrowDown))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ArrowDown.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ArrowDown&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown.Load_RiderNight">
            <summary>Loads the image for Themed Icon ArrowDown theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowDown.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowDown.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp">
             <summary>
            	<para>
            		<para>ArrowUp Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp.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:RiderNightDotMemorySvgIcons+ArrowUp}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ArrowUp))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ArrowUp.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ArrowUp&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp.Load_RiderNight">
            <summary>Loads the image for Themed Icon ArrowUp theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ArrowUp.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ArrowUp.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch">
             <summary>
            	<para>
            		<para>ClearSearch Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch.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:RiderNightDotMemorySvgIcons+ClearSearch}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ClearSearch))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ClearSearch.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ClearSearch&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch.Load_RiderNight">
            <summary>Loads the image for Themed Icon ClearSearch theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ClearSearch.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ClearSearch.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree">
             <summary>
            	<para>
            		<para>CollapseTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree.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:RiderNightDotMemorySvgIcons+CollapseTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.CollapseTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.CollapseTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.CollapseTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree.Load_RiderNight">
            <summary>Loads the image for Themed Icon CollapseTree theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CollapseTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CollapseTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible">
             <summary>
            	<para>
            		<para>Collapsible Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible.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:RiderNightDotMemorySvgIcons+Collapsible}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Collapsible))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Collapsible.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Collapsible&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible.Load_RiderNight">
            <summary>Loads the image for Themed Icon Collapsible theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Collapsible.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Collapsible.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil">
             <summary>
            	<para>
            		<para>EditPencil Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil.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:RiderNightDotMemorySvgIcons+EditPencil}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.EditPencil))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.EditPencil.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.EditPencil&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil.Load_RiderNight">
            <summary>Loads the image for Themed Icon EditPencil theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.EditPencil.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon EditPencil.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree">
             <summary>
            	<para>
            		<para>ExpandTree Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree.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:RiderNightDotMemorySvgIcons+ExpandTree}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ExpandTree))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ExpandTree.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ExpandTree&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree.Load_RiderNight">
            <summary>Loads the image for Themed Icon ExpandTree theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ExpandTree.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ExpandTree.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable">
             <summary>
            	<para>
            		<para>Expandable Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable.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:RiderNightDotMemorySvgIcons+Expandable}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Expandable))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Expandable.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Expandable&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable.Load_RiderNight">
            <summary>Loads the image for Themed Icon Expandable theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Expandable.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Expandable.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy">
             <summary>
            	<para>
            		<para>GroupBy Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy.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:RiderNightDotMemorySvgIcons+GroupBy}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.GroupBy))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.GroupBy.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.GroupBy&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy.Load_RiderNight">
            <summary>Loads the image for Themed Icon GroupBy theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GroupBy.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GroupBy.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems">
             <summary>
            	<para>
            		<para>ResetSubsystems Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems.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:RiderNightDotMemorySvgIcons+ResetSubsystems}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ResetSubsystems))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ResetSubsystems.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ResetSubsystems&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems.Load_RiderNight">
            <summary>Loads the image for Themed Icon ResetSubsystems theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ResetSubsystems.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ResetSubsystems.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField">
             <summary>
            	<para>
            		<para>SearchField Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField.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:RiderNightDotMemorySvgIcons+SearchField}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.SearchField))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.SearchField.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.SearchField&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField.Load_RiderNight">
            <summary>Loads the image for Themed Icon SearchField theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchField.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchField.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory">
             <summary>
            	<para>
            		<para>SearchFieldWithHistory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory.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:RiderNightDotMemorySvgIcons+SearchFieldWithHistory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.SearchFieldWithHistory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.SearchFieldWithHistory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.SearchFieldWithHistory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory.Load_RiderNight">
            <summary>Loads the image for Themed Icon SearchFieldWithHistory theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.SearchFieldWithHistory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon SearchFieldWithHistory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo">
             <summary>
            	<para>
            		<para>ShowInfo Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo.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:RiderNightDotMemorySvgIcons+ShowInfo}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ShowInfo))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ShowInfo.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ShowInfo&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowInfo theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowInfo.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowInfo.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison">
             <summary>
            	<para>
            		<para>Comparison Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison.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:RiderNightDotMemorySvgIcons+Comparison}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Comparison))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Comparison.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Comparison&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison.Load_RiderNight">
            <summary>Loads the image for Themed Icon Comparison theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Comparison.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Comparison.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary">
             <summary>
            	<para>
            		<para>ObjectSetSummary Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary.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:RiderNightDotMemorySvgIcons+ObjectSetSummary}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ObjectSetSummary))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ObjectSetSummary.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ObjectSetSummary&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary.Load_RiderNight">
            <summary>Loads the image for Themed Icon ObjectSetSummary theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSetSummary.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSetSummary.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary">
             <summary>
            	<para>
            		<para>ObjectSummary Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary.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:RiderNightDotMemorySvgIcons+ObjectSummary}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ObjectSummary))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ObjectSummary.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ObjectSummary&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary.Load_RiderNight">
            <summary>Loads the image for Themed Icon ObjectSummary theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectSummary.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectSummary.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn">
             <summary>
            	<para>
            		<para>ShowAllocatedObjectsBtn Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                -,^~~^:.     
                              :;;;cs7+;;;-   
                             :;~h888888u;;.  
                             ~;*88888888;;,  
                             :;~P8888882;;.  
                              -;;;?|)+;;;"   
                                -:^~~^:-:;;: 
                                          :;~
            </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:RiderNightDotMemorySvgIcons+ShowAllocatedObjectsBtn}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowAllocatedObjectsBtn theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowAllocatedObjectsBtn.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowAllocatedObjectsBtn.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects">
             <summary>
            	<para>
            		<para>ShowRetainedObjects Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects.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:RiderNightDotMemorySvgIcons+ShowRetainedObjects}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ShowRetainedObjects))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ShowRetainedObjects.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ShowRetainedObjects&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowRetainedObjects theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowRetainedObjects.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowRetainedObjects.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic">
             <summary>
            	<para>
            		<para>Traffic Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic.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:RiderNightDotMemorySvgIcons+Traffic}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Traffic))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Traffic.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Traffic&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic.Load_RiderNight">
            <summary>Loads the image for Themed Icon Traffic theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Traffic.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Traffic.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark">
             <summary>
            	<para>
            		<para>Mark Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark.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:RiderNightDotMemorySvgIcons+Mark}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0">
             <summary>
            	<para>
            		<para>Mark0 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0.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>
                                             
                                             
                                             
                          .\]fr-             
                         \@y~~{@(            
                        .@m    5@_           
                        +@r    ~@7           
                        :@y    7@;           
                         k@=` ~@#            
                          ;k0$X+             
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark0}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark0))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark0.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark0&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark0 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark0.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark0.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1">
             <summary>
            	<para>
            		<para>Mark1 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1.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>
                                             
                                             
                                             
                           .\s.              
                         ;bD6Q;              
                         `. ;Q;              
                            ;Q;              
                            ;Q;              
                          ..+Q+.`            
                         .{{{{{{r            
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark1}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark1))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark1.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark1&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark1 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark1.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark1.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2">
             <summary>
            	<para>
            		<para>Mark2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2.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>
                                             
                                             
                                             
                          _+vT+:             
                        `b8;::?Qu            
                        `^     d$`           
                             .[0;            
                           :uWT`             
                         "E0|-..`            
                         uEEEEEEE:           
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark2 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3">
             <summary>
            	<para>
            		<para>Mark3 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3.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>
                                             
                                             
                                             
                         !{{{{{{v`           
                         `..._E#\            
                           .2$+              
                           `;?2$T`           
                         `     ;Qc           
                        -0u:``:U$:           
                         `;v2jz\`            
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark3}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark3))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark3.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark3&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark3 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark3.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark3.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4">
             <summary>
            	<para>
            		<para>Mark4 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4.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>
                                             
                                             
                                             
                             -s+             
                           `T#DQ             
                          ~D) EQ             
                        .j6-  EQ             
                       `$0{{{{8Q{c           
                        `.....DQ.`           
                              \c             
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark4}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark4))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark4.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark4&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark4 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark4.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark4.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5">
             <summary>
            	<para>
            		<para>Mark5 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5.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>
                                             
                                             
                                             
                         :z{{{{{~            
                         sQ.....`            
                         Ud_cs+_             
                         Tj+_:;8w            
                               +Q~           
                         Uu_``_#D`           
                         `!{jjs!             
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark5}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark5))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark5.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark5&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark5 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark5.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark5.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6">
             <summary>
            	<para>
            		<para>Mark6 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6.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>
                                             
                                             
                                             
                          `;)v+^             
                         ;$z_-~{;            
                        `Q{`_;:`             
                        ;Qd2!;TW{`           
                        :Qu    ;Q=           
                         y8:  `y$.           
                          ~uEUV)`            
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark6}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark6))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark6.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark6&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark6 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark6.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark6.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7">
             <summary>
            	<para>
            		<para>Mark7 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7.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>
                                             
                                             
                                             
                        -z{{{{{{v-           
                         .....-O$:           
                             `U8:            
                            `d8-             
                           `O8-              
                          -8O`               
                          ;s`                
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark7}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark7))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark7.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark7&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark7 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark7.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark7.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8">
             <summary>
            	<para>
            		<para>Mark8 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8.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>
                                             
                                             
                                             
                          ^?ss?~             
                         d8^.._#D`           
                        `8b`  `U0.           
                         -y$66$b:            
                        ~$[`   )Q\           
                        ;Qz`   ?Qr           
                         :|jCCjv:            
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark8}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark8))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark8.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark8&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark8 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark8.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark8.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9">
             <summary>
            	<para>
            		<para>Mark9 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9.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>
                                             
                                             
                                             
                          _+vv?-             
                         wD;-:\0z            
                        ~Q+    |Q~           
                        `#D~..;DQ?           
                          ^rz+"+Q_           
                         :!`  "W2            
                         `|2V6[;             
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+Mark9}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Mark9))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Mark9.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Mark9&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9.Load_RiderNight">
            <summary>Loads the image for Themed Icon Mark9 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Mark9.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Mark9.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite">
             <summary>
            	<para>
            		<para>AddToFavorite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite.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:RiderNightDotMemorySvgIcons+AddToFavorite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.AddToFavorite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.AddToFavorite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.AddToFavorite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite.Load_RiderNight">
            <summary>Loads the image for Themed Icon AddToFavorite theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.AddToFavorite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon AddToFavorite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis">
             <summary>
            	<para>
            		<para>CloneAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis.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:RiderNightDotMemorySvgIcons+CloneAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.CloneAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.CloneAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.CloneAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis.Load_RiderNight">
            <summary>Loads the image for Themed Icon CloneAnalysis theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloneAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloneAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall">
             <summary>
            	<para>
            		<para>CloseSmall Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall.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:RiderNightDotMemorySvgIcons+CloseSmall}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.CloseSmall))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.CloseSmall.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.CloseSmall&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall.Load_RiderNight">
            <summary>Loads the image for Themed Icon CloseSmall theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.CloseSmall.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon CloseSmall.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis">
             <summary>
            	<para>
            		<para>DeleteAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis.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:RiderNightDotMemorySvgIcons+DeleteAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.DeleteAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.DeleteAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.DeleteAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis.Load_RiderNight">
            <summary>Loads the image for Themed Icon DeleteAnalysis theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DeleteAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DeleteAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export">
             <summary>
            	<para>
            		<para>Export Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export.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:RiderNightDotMemorySvgIcons+Export}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Export))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Export.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Export&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export.Load_RiderNight">
            <summary>Loads the image for Themed Icon Export theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Export.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Export.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite">
             <summary>
            	<para>
            		<para>Favorite Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite.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:RiderNightDotMemorySvgIcons+Favorite}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Favorite))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Favorite.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Favorite&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite.Load_RiderNight">
            <summary>Loads the image for Themed Icon Favorite theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Favorite.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Favorite.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter">
             <summary>
            	<para>
            		<para>Filter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter.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:RiderNightDotMemorySvgIcons+Filter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Filter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Filter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Filter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter.Load_RiderNight">
            <summary>Loads the image for Themed Icon Filter theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Filter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Filter.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis">
             <summary>
            	<para>
            		<para>OpenAnalysis Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis.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:RiderNightDotMemorySvgIcons+OpenAnalysis}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.OpenAnalysis))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.OpenAnalysis.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.OpenAnalysis&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis.Load_RiderNight">
            <summary>Loads the image for Themed Icon OpenAnalysis theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenAnalysis.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenAnalysis.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump">
             <summary>
            	<para>
            		<para>OpenProcessDump Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
             .:"""""""""""""""""""""""""""":.
             ""kgggB8E*"kg#="""cBgTkgggB86T""
             ""kgT"~cNQ/kg$Q2;XgQgTkgT";!8gc"
             ""kgT"""kgTkgT7Bg8ckgTkg6112Q$;"
             ""kgT""=8g+kgT"~v^"kgTkg6111T~""
             ""kgggggAc"kgT"""""kgTkgT"""""""
             -_""""""""""""""""""""""""""""_-
            </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:RiderNightDotMemorySvgIcons+OpenProcessDump}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.OpenProcessDump))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.OpenProcessDump.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.OpenProcessDump&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump.Load_RiderNight">
            <summary>Loads the image for Themed Icon OpenProcessDump theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenProcessDump.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenProcessDump.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace">
             <summary>
            	<para>
            		<para>OpenWorkspace Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace.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:RiderNightDotMemorySvgIcons+OpenWorkspace}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.OpenWorkspace))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.OpenWorkspace.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.OpenWorkspace&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace.Load_RiderNight">
            <summary>Loads the image for Themed Icon OpenWorkspace theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.OpenWorkspace.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon OpenWorkspace.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning">
             <summary>
            	<para>
            		<para>Warning Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning.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>
                                             
                                             
                                             
                                             
                           "vJ;              
                           yyyy              
                           yyyy              
                           1yy2              
                           `^~.              
                                             
                           "vJ;              
                           ;u2*              
                                             
                                             
                                             
                                             
            </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:PybanohThemedIconsThemedIcons+Warning}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(PybanohThemedIconsThemedIcons.Warning))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = PybanohThemedIconsThemedIcons.Warning.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;PybanohThemedIconsThemedIcons.Warning&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning.Load_RiderNight">
            <summary>Loads the image for Themed Icon Warning theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Warning.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Warning.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked">
             <summary>
            	<para>
            		<para>Locked Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked.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:ZipakigThemedIconsThemedIcons+Locked}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ZipakigThemedIconsThemedIcons.Locked))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ZipakigThemedIconsThemedIcons.Locked.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ZipakigThemedIconsThemedIcons.Locked&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked.Load_RiderNight">
            <summary>Loads the image for Themed Icon Locked theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Locked.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Locked.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh">
             <summary>
            	<para>
            		<para>Refresh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh.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:KodecoxThemedIconsThemedIcons+Refresh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(KodecoxThemedIconsThemedIcons.Refresh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = KodecoxThemedIconsThemedIcons.Refresh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;KodecoxThemedIconsThemedIcons.Refresh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh.Load_RiderNight">
            <summary>Loads the image for Themed Icon Refresh theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Refresh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Refresh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler">
             <summary>
            	<para>
            		<para>DotMemoryProfiler Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler.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:RiderNightDotMemorySvgIcons+DotMemoryProfiler}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.DotMemoryProfiler))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.DotMemoryProfiler.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.DotMemoryProfiler&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler.Load_RiderNight">
            <summary>Loads the image for Themed Icon DotMemoryProfiler theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfiler.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20">
             <summary>
            	<para>
            		<para>DotMemoryProfiler20 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20.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:RiderNightDotMemorySvgIcons+DotMemoryProfiler20}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.DotMemoryProfiler20))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.DotMemoryProfiler20.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.DotMemoryProfiler20&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20.Load_RiderNight">
            <summary>Loads the image for Themed Icon DotMemoryProfiler20 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.DotMemoryProfiler20.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon DotMemoryProfiler20.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach">
             <summary>
            	<para>
            		<para>Detach Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach.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:RiderNightDotMemorySvgIcons+Detach}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Detach))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Detach.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Detach&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach.Load_RiderNight">
            <summary>Loads the image for Themed Icon Detach theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Detach.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Detach.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc">
             <summary>
            	<para>
            		<para>ForceGc Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc.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:RiderNightDotMemorySvgIcons+ForceGc}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ForceGc))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ForceGc.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ForceGc&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc.Load_RiderNight">
            <summary>Loads the image for Themed Icon ForceGc theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ForceGc.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ForceGc.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot">
             <summary>
            	<para>
            		<para>GetSnapshot Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot.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:RiderNightDotMemorySvgIcons+GetSnapshot}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.GetSnapshot))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.GetSnapshot.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.GetSnapshot&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot.Load_RiderNight">
            <summary>Loads the image for Themed Icon GetSnapshot theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshot.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshot.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition">
             <summary>
            	<para>
            		<para>GetSnapshotByCondition Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                    ^!!^`    
                                :~~;+bO?;~~: 
                               -;c88DEED88s;:
                                ";m8T;;?8D!~ 
                               -;c88m33O88s;:
                                ";!!?O#T!!!^ 
                                   `~!!;`    
            </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:RiderNightDotMemorySvgIcons+GetSnapshotByCondition}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.GetSnapshotByCondition))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.GetSnapshotByCondition.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.GetSnapshotByCondition&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition.Load_RiderNight">
            <summary>Loads the image for Themed Icon GetSnapshotByCondition theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByCondition.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByCondition.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionOn Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                 .^;~,`      
                                 ;/Dwv+;,.   
                                 !+8888p}+!"`
                                 !+8888888d=;
                                 !+8888D2c=~.
                                 !+8DIL!^-`  
                                 -;\;^-      
            </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:RiderNightDotMemorySvgIcons+GetSnapshotByConditionOn}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn.Load_RiderNight">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionOn theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionOn.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionOn.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause">
             <summary>
            	<para>
            		<para>GetSnapshotByConditionPause Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause.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>
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                                             
                               `~!/!"  :;//;:
                               _/rb;/- //bb//
                               _/rb;/- //bb//
                               _/rb;/- //bb//
                               _/rb;/- //bb//
                               `;///;` ,!//!,
            </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:RiderNightDotMemorySvgIcons+GetSnapshotByConditionPause}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause.Load_RiderNight">
            <summary>Loads the image for Themed Icon GetSnapshotByConditionPause theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.GetSnapshotByConditionPause.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon GetSnapshotByConditionPause.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill">
             <summary>
            	<para>
            		<para>Kill Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill.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:RiderNightDotMemorySvgIcons+Kill}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.Kill))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.Kill.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.Kill&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill.Load_RiderNight">
            <summary>Loads the image for Themed Icon Kill theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Kill.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Kill.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm">
             <summary>
            	<para>
            		<para>RiderDm Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm.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>
                                             
                           ;rr+\;:           
                           //kulTr++"        
                           //bbbbbyv++\`     
                           //bbbbbbbw}\+:    
                           //bbbbbbbbbk?\~   
                           //bbbbbbbbbbX+*:  
                           //bbbbbbbbbbbf/r  
                           \+////////////++  
                                             
                                             
                                             
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+RiderDm}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.RiderDm))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.RiderDm.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.RiderDm&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm.Load_RiderNight">
            <summary>Loads the image for Themed Icon RiderDm theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.RiderDm.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon RiderDm.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh">
             <summary>
            	<para>
            		<para>ChartAllocatedInLoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh.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:RiderNightDotMemorySvgIcons+ChartAllocatedInLoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartAllocatedInLoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartAllocatedInLoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartAllocatedInLoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartAllocatedInLoh theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartAllocatedInLoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartAllocatedInLoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations">
             <summary>
            	<para>
            		<para>ChartFullAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations.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:RiderNightDotMemorySvgIcons+ChartFullAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartFullAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartFullAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartFullAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartFullAllocations theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartFullAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartFullAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime">
             <summary>
            	<para>
            		<para>ChartGcTime Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime.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:RiderNightDotMemorySvgIcons+ChartGcTime}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartGcTime))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartGcTime.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartGcTime&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartGcTime theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartGcTime.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartGcTime.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0">
             <summary>
            	<para>
            		<para>ChartHeapGen0 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0.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:RiderNightDotMemorySvgIcons+ChartHeapGen0}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartHeapGen0))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartHeapGen0.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartHeapGen0&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartHeapGen0 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen0.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen0.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1">
             <summary>
            	<para>
            		<para>ChartHeapGen1 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1.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:RiderNightDotMemorySvgIcons+ChartHeapGen1}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartHeapGen1))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartHeapGen1.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartHeapGen1&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartHeapGen1 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen1.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen1.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2">
             <summary>
            	<para>
            		<para>ChartHeapGen2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2.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:RiderNightDotMemorySvgIcons+ChartHeapGen2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartHeapGen2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartHeapGen2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartHeapGen2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartHeapGen2 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartHeapGen2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartHeapGen2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh">
             <summary>
            	<para>
            		<para>ChartLohAndPoh Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh.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:RiderNightDotMemorySvgIcons+ChartLohAndPoh}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartLohAndPoh))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartLohAndPoh.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartLohAndPoh&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartLohAndPoh theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartLohAndPoh.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartLohAndPoh.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations">
             <summary>
            	<para>
            		<para>ChartSampledAllocations Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations.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:RiderNightDotMemorySvgIcons+ChartSampledAllocations}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartSampledAllocations))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartSampledAllocations.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartSampledAllocations&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartSampledAllocations theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSampledAllocations.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSampledAllocations.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit">
             <summary>
            	<para>
            		<para>ChartSplit Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit.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>
                                             
                                             
                                             
                                             
                            _DDDDw`          
                           nDDDDr            
                         _DDDDw`             
                        nDDDDr               
                       `XDDDD^               
                         =DDDD2              
                          `XDDDD^            
                            =DDDD2           
                                             
                                             
                                             
                                             
            </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:RiderNightDotMemorySvgIcons+ChartSplit}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartSplit))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartSplit.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartSplit&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartSplit theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartSplit.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartSplit.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed">
             <summary>
            	<para>
            		<para>ChartTotalUsed Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed.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:RiderNightDotMemorySvgIcons+ChartTotalUsed}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartTotalUsed))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartTotalUsed.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartTotalUsed&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartTotalUsed theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartTotalUsed.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartTotalUsed.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory">
             <summary>
            	<para>
            		<para>ChartUnmanagedMemory Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory.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:RiderNightDotMemorySvgIcons+ChartUnmanagedMemory}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(RiderNightDotMemorySvgIcons.ChartUnmanagedMemory))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = RiderNightDotMemorySvgIcons.ChartUnmanagedMemory.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;RiderNightDotMemorySvgIcons.ChartUnmanagedMemory&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory.Load_RiderNight">
            <summary>Loads the image for Themed Icon ChartUnmanagedMemory theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ChartUnmanagedMemory.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ChartUnmanagedMemory.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter">
             <summary>
            	<para>
            		<para>ObjectsFilter Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter.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:DujoqopThemedIconsThemedIcons+ObjectsFilter}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(DujoqopThemedIconsThemedIcons.ObjectsFilter))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = DujoqopThemedIconsThemedIcons.ObjectsFilter.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;DujoqopThemedIconsThemedIcons.ObjectsFilter&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter.Load_RiderNight">
            <summary>Loads the image for Themed Icon ObjectsFilter theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ObjectsFilter.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ObjectsFilter.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart">
             <summary>
            	<para>
            		<para>HideChart Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart.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:ByvypidThemedIconsThemedIcons+HideChart}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(ByvypidThemedIconsThemedIcons.HideChart))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = ByvypidThemedIconsThemedIcons.HideChart.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;ByvypidThemedIconsThemedIcons.HideChart&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart.Load_RiderNight">
            <summary>Loads the image for Themed Icon HideChart theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon HideChart.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2">
             <summary>
            	<para>
            		<para>HideChart2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2.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:SuqinaxThemedIconsThemedIcons+HideChart2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(SuqinaxThemedIconsThemedIcons.HideChart2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = SuqinaxThemedIconsThemedIcons.HideChart2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;SuqinaxThemedIconsThemedIcons.HideChart2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2.Load_RiderNight">
            <summary>Loads the image for Themed Icon HideChart2 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.HideChart2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon HideChart2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart">
             <summary>
            	<para>
            		<para>ShowChart Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart.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:PefovudThemedIconsThemedIcons+ShowChart}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(PefovudThemedIconsThemedIcons.ShowChart))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = PefovudThemedIconsThemedIcons.ShowChart.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;PefovudThemedIconsThemedIcons.ShowChart&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowChart theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowChart.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2">
             <summary>
            	<para>
            		<para>ShowChart2 Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2.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:GyquvajThemedIconsThemedIcons+ShowChart2}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(GyquvajThemedIconsThemedIcons.ShowChart2))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = GyquvajThemedIconsThemedIcons.ShowChart2.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;GyquvajThemedIconsThemedIcons.ShowChart2&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowChart2 theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowChart2.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowChart2.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle">
             <summary>
            	<para>
            		<para>Icicle Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle.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:MufehyqThemedIconsThemedIcons+Icicle}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(MufehyqThemedIconsThemedIcons.Icicle))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = MufehyqThemedIconsThemedIcons.Icicle.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;MufehyqThemedIconsThemedIcons.Icicle&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle.Load_RiderNight">
            <summary>Loads the image for Themed Icon Icicle theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Icicle.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Icicle.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst">
             <summary>
            	<para>
            		<para>Sunburst Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst.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>
            
                       !iVA$gg$RE{*`
                    =p@Q2)!^--_;Lu$@#r`
                  {@gx-      gg8er`-JQ@2`
                .g@{         @@*6g@W~ T@g:
               `g@*          @@   ^%@E ,@g-
               V@2           @@     p@{ )@R
               g@,           @@@@@@@@@@ `@@
               g@:                      `@@
               w@{                      *@W
               .g@~                    -g@:
                :g@+                  ;g@~
                 `U@Wr`             =#@A-
                   -J$@#T;:.  `:~)p@Qx-
                      -7E#$g@@gQDUi-
            
            </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:HahehosThemedIconsThemedIcons+Sunburst}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(HahehosThemedIconsThemedIcons.Sunburst))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = HahehosThemedIconsThemedIcons.Sunburst.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;HahehosThemedIconsThemedIcons.Sunburst&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst.Load_RiderNight">
            <summary>Loads the image for Themed Icon Sunburst theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.Sunburst.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon Sunburst.</summary>
        </member>
        <member name="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend">
             <summary>
            	<para>
            		<para>ShowLegend Themed Icon generated identifiers:</para>
            		<para>— <see cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend"></see> identifier class, for use in attributes, XAML, and generic parameters;</para>
            		<para>— <see cref="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend.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>
             ;:`                     `-~-
             ????=;":--........--,~!r???-
             ???????????????????????????-
             ;?????????????????????????+.
              `-_;/r??????????????+!~:`
             ~:.`   ``.-------..`
             ;;;;~":---.......'-::
             ;;;;;;;;;;;;;;;;;;;;;
             :~;;;;;;;;;;;;;;;;;;;
               `.-:"~;;;;;;;;;;;~^
                       ````````
            
            
            
            
            
            </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:DaquwujThemedIconsThemedIcons+ShowLegend}" /&gt;        &lt;!-- XAML --&gt;</code>
            </example>
            <example>
            	<code>[Item(Name="Sample", Icon=typeof(DaquwujThemedIconsThemedIcons.ShowLegend))]        // C# Type attribute</code>
            </example>
            <example>
            	<code>IconId iconid = DaquwujThemedIconsThemedIcons.ShowLegend.Id;        // IconId identifier object</code>
            </example>
            <example>
            	<code>themediconmanager.GetIcon&lt;DaquwujThemedIconsThemedIcons.ShowLegend&gt;()        // Icon image for rendering</code>
            </example>
        </member>
        <member name="F:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend.Id">
            <inheritdoc cref="T:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend">identifier class</inheritdoc>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend.Load_RiderNight">
            <summary>Loads the image for Themed Icon ShowLegend theme aspect RiderNight.</summary>
        </member>
        <member name="M:JetBrains.dotMemory.Avalonia.GUI.Common.Icons.RiderNightDotMemorySvgIcons.ShowLegend.GetThemeImages">
            <summary>Returns the set of theme images for Themed Icon ShowLegend.</summary>
        </member>
    </members>
</doc>
