Skip to content

Commit

Permalink
Re-organize controls categories
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Aug 31, 2024
1 parent 4e9eaec commit a394e2c
Show file tree
Hide file tree
Showing 1,060 changed files with 55 additions and 57 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">

<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/SettingsControls/SettingsCard/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Community/SettingsControls/SettingsCard.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/Controls/Expander.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/ThemeResources.xaml" />
</ResourceDictionary.MergedDictionaries>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
xmlns:primitives="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Primitives"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarSeparator.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarRepeatButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarToggleButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarSeparator.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarRepeatButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarToggleButton.xaml" />
</ResourceDictionary.MergedDictionaries>

<Style TargetType="primitives:CommandBarToolBar">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:primitives="clr-namespace:iNKORE.UI.WPF.Modern.Controls.Primitives"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern">
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/HyperlinkButton/HyperlinkButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/HyperlinkButton/HyperlinkButton.xaml" />
</ResourceDictionary.MergedDictionaries>

<Style TargetType="local:InfoBar">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/Controls/Slider.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern;component/Themes/Controls/TextStyles.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarRepeatButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/AppBarToggleButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/CommandBar/CommandBar.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Flyout/FlyoutPresenter.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarRepeatButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/AppBarToggleButton.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/CommandBar/CommandBar.xaml" />
<ResourceDictionary Source="/iNKORE.UI.WPF.Modern.Controls;component/Controls/Windows/Flyout/FlyoutPresenter.xaml" />
<ResourceDictionary>
<ikw:DoubleProportionConverter x:Key="DoubleProportionConverter" />
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" />
Expand Down
Loading

0 comments on commit a394e2c

Please sign in to comment.