- added local copy of Fluent ribbon...
f53d0361
Dimitar Tsenev
committed
failed
515 changed files
generic.xaml
/BExplorer/BetterExplorer/themes/generic.xaml-12+12
/BExplorer/BetterExplorer/themes/generic.xaml
Add comment 6 xmlns:Microsoft_Windows_Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
Add comment 7 xmlns:controls="clr-namespace:CustomControls;assembly=StarRatingControl"
Add comment 8 >
Add comment 9 Minus   <SolidColorBrush x:Key="NotTabItemNormalBackground" Color="#FFF5F5F5"/>
Add comment 9 Plus   <!--<SolidColorBrush x:Key="NotTabItemNormalBackground" Color="#FFF5F5F5"/>
Add comment 10 <ControlTemplate x:Key="HorizontalScrollBarTemplate" TargetType="{x:Type ScrollBar}">
Add comment 11 <Grid x:Name="Bg"
Add comment 12 Background="Transparent"
Add comment 212 <SolidColorBrush x:Key="TabItemDisabledBackground" Color="#F4F4F4"/>
Add comment 213 <SolidColorBrush x:Key="TabItemDisabledBorderBrush" Color="#FFC9C7BA"/>
Add comment 214
Add comment 215 Minus   <!--<Style TargetType="{x:Type local:ClosableTabItem}" >
Add comment 215 Plus   --><!--<Style TargetType="{x:Type local:ClosableTabItem}" >
Add comment 216 <Style.Resources>
Add comment 217 <LinearGradientBrush x:Key="ButtonNormalBackground" EndPoint="0,1" StartPoint="0,0">
Add comment 218 <GradientStop Color="#F3F3F3" Offset="0"/>
Add comment 361 </ControlTemplate>
Add comment 362 </Setter.Value>
Add comment 363 </Setter>
Add comment 364 Minus   </Style>-->
Add comment 364 Plus   </Style>--><!--
Add comment 365
Add comment 366 <LinearGradientBrush x:Key="mouseOverBtnBrush" StartPoint="0,0" EndPoint="0,1">
Add comment 367 <GradientStop Color="#FFEAF6FD" Offset="0"/>
Add comment 388 <Geometry x:Key="DownArrow">M0,3 L7,3 3.5,7 z</Geometry>
Add comment 389 <Geometry x:Key="OverflowArrow">F1 M7,0 L4,3 7,6 M3,0 L0,3 3,6</Geometry>
Add comment 390
Add comment 391 Minus   <!--DropDownButtonTemplate-->
Add comment 391 Plus   --><!--DropDownButtonTemplate--><!--
Add comment 392 <ControlTemplate TargetType="{x:Type ToggleButton}" x:Key="DropDownButtonTemplate">
Add comment 393 <odc:AeroChrome SnapsToDevicePixels="True" Focusable="False" x:Name="chrome"
Add comment 394 BorderBrush="{StaticResource borderBrush}"
Add comment 406 </ControlTemplate.Triggers>
Add comment 407 </ControlTemplate>
Add comment 408
Add comment 409 Minus   <!--ButtonTemplate-->
Add comment 409 Plus   --><!--ButtonTemplate--><!--
Add comment 410 <ControlTemplate TargetType="{x:Type Button}" x:Key="ButtonTemplate">
Add comment 411 <Border Margin="-1,-1,0,-1" BorderBrush="{StaticResource borderBrush}" BorderThickness="1" Background="Transparent" SnapsToDevicePixels="True" Focusable="False">
Add comment 412 <odc:AeroChrome SnapsToDevicePixels="True" x:Name="chrome" Focusable="False"
Add comment 424 </ControlTemplate.Triggers>
Add comment 425 </ControlTemplate>
Add comment 426
Add comment 427 Minus   <!--BreadcrumbItem-->
Add comment 427 Plus   --><!--BreadcrumbItem--><!--
Add comment 428 <Style TargetType="{x:Type odc:BreadcrumbItem}">
Add comment 429 <Setter Property="Focusable" Value="False"/>
Add comment 430 <Setter Property="BorderBrush" Value="{StaticResource borderBrush}"/>
Add comment 558 </ControlTemplate>
Add comment 559
Add comment 560
Add comment 561 Minus   <!--BreadcrumbBar-->
Add comment 561 Plus   --><!--BreadcrumbBar--><!--
Add comment 562 <Style TargetType="{x:Type odc:BreadcrumbBar}">
Add comment 563 <Setter Property="MinHeight" Value="23"/>
Add comment 564 <Setter Property="Background" Value="#A0FFFFFF"/>
Add comment 648 </Border>
Add comment 649 <ControlTemplate.Triggers>
Add comment 650 <Trigger Property="Visibility" Value="Visible" SourceName="PART_ComboBox">
Add comment 651 Minus   <!--hide the breadcrumb container and root button if the combobox is visible, otherwise a breadcrumb button could get the focus on mouseover: -->
Add comment 651 Plus   --><!--hide the breadcrumb container and root button if the combobox is visible, otherwise a breadcrumb button could get the focus on mouseover: --><!--
Add comment 652 <Setter Property="Visibility" Value="Hidden" TargetName="container"/>
Add comment 653 <Setter Property="Visibility" Value="Hidden" TargetName="PART_Root"/>
Add comment 654 </Trigger>
Add comment 680 </Setter>
Add comment 681 </Style>
Add comment 682
Add comment 683 Minus   <!--BreadcrumbButton-->
Add comment 683 Plus   --><!--BreadcrumbButton--><!--
Add comment 684 <Style TargetType="{x:Type odc:BreadcrumbButton}">
Add comment 685 <Setter Property="BorderThickness" Value="1"/>
Add comment 686 <Setter Property="BorderBrush" Value="Transparent"/>
Add comment 711 </odc:AeroChrome.Content>
Add comment 712 </odc:AeroChrome>
Add comment 713
Add comment 714 Minus   <!--Content="{TemplateBinding Header}"/>-->
Add comment 714 Plus   --><!--Content="{TemplateBinding Header}"/>--><!--
Add comment 715 <odc:AeroChrome Grid.Column="1" x:Name="PART_DropDown"
Add comment 716 Focusable="False"
Add comment 717 MinWidth="16"
Add comment 910 </Setter>
Add comment 911 </Style>
Add comment 912
Add comment 913 Minus   <!--RatingItem style-->
Add comment 913 Plus   --><!--RatingItem style--><!--
Add comment 914 <Style TargetType="{x:Type controls:RatingItem}">
Add comment 915 <Setter Property="Template">
Add comment 916 <Setter.Value>
Add comment 996 </ControlTemplate>
Add comment 997 </Setter.Value>
Add comment 998 </Setter>
Add comment 999 Minus   </Style>
Add comment 999 Plus   </Style>-->
Add comment 1000
Add comment 1001 </ResourceDictionary>
Add comment 1002
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj-4+5
/BExplorer/BetterExplorer/BetterExplorer.csproj
Add comment 148 <Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
Add comment 149 <HintPath>..\..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
Add comment 150 </Reference>
Add comment 151 Minus   <Reference Include="Fluent, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Add comment 152 Minus   <HintPath>..\..\packages\Fluent.Ribbon.6.0.0-dev0171\lib\net45\Fluent.dll</HintPath>
Add comment 153 Minus   </Reference>
Add comment 154 151 <Reference Include="Google.Apis, Version=1.27.1.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
Add comment 155 152 <HintPath>..\..\packages\Google.Apis.1.27.1\lib\net45\Google.Apis.dll</HintPath>
Add comment 156 153 </Reference>
Add comment 703 700 <Project>{737CC7F2-EC7C-4800-B7EB-72637E892C42}</Project>
Add comment 704 701 <Name>ConsoleControl</Name>
Add comment 705 702 </ProjectReference>
Add comment 703 Plus   <ProjectReference Include="..\..\Fluent.Ribbon-develop\Fluent.Ribbon\Fluent.Ribbon.NET 4.6.csproj">
Add comment 704 Plus   <Project>{4c92fcf4-3561-499f-bc5b-f2f089863047}</Project>
Add comment 705 Plus   <Name>Fluent.Ribbon.NET 4.6</Name>
Add comment 706 Plus   </ProjectReference>
Add comment 706 707 <ProjectReference Include="..\..\IconExtractor\IconExtractor.csproj">
Add comment 707 708 <Project>{fdfd4eeb-c202-4d93-a6e9-d8984a12d014}</Project>
Add comment 708 709 <Name>IconExtractor</Name>
Add comment 1216 1217 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Add comment 1217 1218 <ProjectExtensions>
Add comment 1218 1219 <VisualStudio>
Add comment 1219 Minus   <UserProperties BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UseGlobalSettings="True" />
Add comment 1220 Plus   <UserProperties BuildVersion_UseGlobalSettings="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.None.Increment" />
Add comment 1220 1221 </VisualStudio>
Add comment 1221 1222 </ProjectExtensions>
Add comment 1222 1223 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
RibbonAttachedProperties.cs
/fluent_528456d5eb19/Fluent/Fluent/AttachedProperties/RibbonAttachedProperties.cs-211
/fluent_528456d5eb19/Fluent/Fluent/AttachedProperties/RibbonAttachedProperties.cs
Add comment 1 Minus  namespace Fluent
Add comment 2 Minus  {
Add comment 3 Minus   using System;
Add comment 4 Minus   using System.Diagnostics.CodeAnalysis;
Add comment 5 Minus   using System.Windows;
Add comment 6 Minus   using System.Windows.Media;
Add comment 7 Minus   using Fluent.Extensibility;
Add comment 8 Minus  
Add comment 9 Minus   /// <summary>
Add comment 10 Minus   /// Attached Properties for the Fluent Ribbon library
Add comment 11 Minus   /// </summary>
Add comment 12 Minus   public class RibbonAttachedProperties
Add comment 13 Minus   {
Add comment 14 Minus   public static readonly DependencyProperty TitleBarHeightProperty =
Add comment 15 Minus   DependencyProperty.RegisterAttached("TitleBarHeight", typeof(double), typeof(RibbonAttachedProperties),
Add comment 16 Minus   new FrameworkPropertyMetadata(25D, FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.Inherits));
Add comment 17 Minus  
Add comment 18 Minus   public static void SetTitleBarHeight(UIElement element, double value)
Add comment 19 Minus   {
Add comment 20 Minus   element.SetValue(TitleBarHeightProperty, value);
Add comment 21 Minus   }
Add comment 22 Minus  
Add comment 23 Minus   public static double GetTitleBarHeight(UIElement element)
Add comment 24 Minus   {
Add comment 25 Minus   return (double)element.GetValue(TitleBarHeightProperty);
Add comment 26 Minus   }
Add comment 27 Minus  
Add comment 28 Minus   #region Size Property
Add comment 29 Minus  
Add comment 30 Minus   /// <summary>
Add comment 31 Minus   /// Using a DependencyProperty as the backing store for Size.
Add comment 32 Minus   /// This enables animation, styling, binding, etc...
Add comment 33 Minus   /// </summary>
Add comment 34 Minus   public static readonly DependencyProperty RibbonSizeProperty =
Add comment 35 Minus   DependencyProperty.RegisterAttached("RibbonSize", typeof(RibbonControlSize), typeof(RibbonAttachedProperties),
Add comment 36 Minus   new FrameworkPropertyMetadata(RibbonControlSize.Large,
Add comment 37 Minus   FrameworkPropertyMetadataOptions.AffectsArrange |
Add comment 38 Minus   FrameworkPropertyMetadataOptions.AffectsMeasure |
Add comment 39 Minus   FrameworkPropertyMetadataOptions.AffectsRender |
Add comment 40 Minus   FrameworkPropertyMetadataOptions.AffectsParentArrange |
Add comment 41 Minus   FrameworkPropertyMetadataOptions.AffectsParentMeasure,
Add comment 42 Minus   OnRibbonSizePropertyChanged)
Add comment 43 Minus   );
Add comment 44 Minus  
Add comment 45 Minus   private static void OnRibbonSizePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Add comment 46 Minus   {
Add comment 47 Minus   var sink = d as IRibbonSizeChangedSink;
Add comment 48 Minus  
Add comment 49 Minus   if (sink == null)
Add comment 50 Minus   {
Add comment 51 Minus   return;
Add comment 52 Minus   }
Add comment 53 Minus  
Add comment 54 Minus   sink.OnSizePropertyChanged((RibbonControlSize)e.OldValue, (RibbonControlSize)e.NewValue);
Add comment 55 Minus   }
Add comment 56 Minus  
Add comment 57 Minus   /// <summary>
Add comment 58 Minus   /// Sets SizeDefinition for element
Add comment 59 Minus   /// </summary>
Add comment 60 Minus   public static void SetRibbonSize(DependencyObject element, RibbonControlSize value)
Add comment 61 Minus   {
Add comment 62 Minus   element.SetValue(RibbonSizeProperty, value);
Add comment 63 Minus   }
Add comment 64 Minus  
Add comment 65 Minus   /// <summary>
Add comment 66 Minus   /// Gets SizeDefinition for element
Add comment 67 Minus   /// </summary>
Add comment 68 Minus   public static RibbonControlSize GetRibbonSize(DependencyObject element)
Add comment 69 Minus   {
Add comment 70 Minus   return (RibbonControlSize)element.GetValue(RibbonSizeProperty);
Add comment 71 Minus   }
Add comment 72 Minus  
Add comment 73 Minus   #endregion
Add comment 74 Minus  
Add comment 75 Minus   #region SizeDefinition Property
Add comment 76 Minus  
Add comment 77 Minus   /// <summary>
Add comment 78 Minus   /// Using a DependencyProperty as the backing store for SizeDefinition.
Add comment 79 Minus   /// This enables animation, styling, binding, etc...
Add comment 80 Minus   /// </summary>
Add comment 81 Minus   public static readonly DependencyProperty RibbonSizeDefinitionProperty =
Add comment 82 Minus   DependencyProperty.RegisterAttached("RibbonSizeDefinition", typeof(string), typeof(RibbonAttachedProperties),
Add comment 83 Minus   new FrameworkPropertyMetadata("Large, Middle, Small",
Add comment 84 Minus   FrameworkPropertyMetadataOptions.AffectsArrange |
Add comment 85 Minus   FrameworkPropertyMetadataOptions.AffectsMeasure |
Add comment 86 Minus   FrameworkPropertyMetadataOptions.AffectsRender |
Add comment 87 Minus   FrameworkPropertyMetadataOptions.AffectsParentArrange |
Add comment 88 Minus   FrameworkPropertyMetadataOptions.AffectsParentMeasure,
Add comment 89 Minus   OnRibbonSizeDefinitionPropertyChanged));
Add comment 90 Minus  
Add comment 91 Minus   /// <summary>
Add comment 92 Minus   /// Sets SizeDefinition for element
Add comment 93 Minus   /// </summary>
Add comment 94 Minus   public static void SetRibbonSizeDefinition(DependencyObject element, string value)
Add comment 95 Minus   {
Add comment 96 Minus   element.SetValue(RibbonSizeDefinitionProperty, value);
Add comment 97 Minus   }
Add comment 98 Minus  
Add comment 99 Minus   /// <summary>
Add comment 100 Minus   /// Gets SizeDefinition for element
Add comment 101 Minus   /// </summary>
Add comment 102 Minus   public static string GetRibbonSizeDefinition(DependencyObject element)
Add comment 103 Minus   {
Add comment 104 Minus   return (string)element.GetValue(RibbonSizeDefinitionProperty);
Add comment 105 Minus   }
Add comment 106 Minus  
Add comment 107 Minus   // Handles RibbonSizeDefinitionProperty changes
Add comment 108 Minus   internal static void OnRibbonSizeDefinitionPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Add comment 109 Minus   {
Add comment 110 Minus   // Find parent group box
Add comment 111 Minus   var groupBox = FindParentRibbonGroupBox(d);
Add comment 112 Minus   var element = (UIElement)d;
Add comment 113 Minus  
Add comment 114 Minus   if (groupBox != null)
Add comment 115 Minus   {
Add comment 116 Minus   SetAppropriateSize(element, groupBox.State);
Add comment 117 Minus   }
Add comment 118 Minus   else
Add comment 119 Minus   {
Add comment 120 Minus   SetAppropriateSize(element, RibbonGroupBoxState.Large);
Add comment 121 Minus   }
Add comment 122 Minus   }
Add comment 123 Minus  
Add comment 124 Minus   // Finds parent group box
Add comment 125 Minus   [SuppressMessage("Microsoft.Performance", "CA1800")]
Add comment 126 Minus   internal static RibbonGroupBox FindParentRibbonGroupBox(DependencyObject o)
Add comment 127 Minus   {
Add comment 128 Minus   while (!(o is RibbonGroupBox))
Add comment 129 Minus   {
Add comment 130 Minus   o = VisualTreeHelper.GetParent(o) ?? LogicalTreeHelper.GetParent(o);
Add comment 131 Minus   if (o == null)
Add comment 132 Minus   {
Add comment 133 Minus   break;
Add comment 134 Minus   }
Add comment 135 Minus   }
Add comment 136 Minus  
Add comment 137 Minus   return (RibbonGroupBox)o;
Add comment 138 Minus   }
Add comment 139 Minus  
Add comment 140 Minus   /// <summary>
Add comment 141 Minus   /// Sets appropriate size of the control according to the
Add comment 142 Minus   /// given group box state and control's size definition
Add comment 143 Minus   /// </summary>
Add comment 144 Minus   /// <param name="element">UI Element</param>
Add comment 145 Minus   /// <param name="state">Group box state</param>
Add comment 146 Minus   public static void SetAppropriateSize(DependencyObject element, RibbonGroupBoxState state)
Add comment 147 Minus   {
Add comment 148 Minus   var index = (int)state;
Add comment 149 Minus   if (state == RibbonGroupBoxState.Collapsed)
Add comment 150 Minus   {
Add comment 151 Minus   index = 0;
Add comment 152 Minus   }
Add comment 153 Minus  
Add comment 154 Minus   SetRibbonSize(element, GetThreeRibbonSizeDefinition(element)[index]);
Add comment 155 Minus   }
Add comment 156 Minus  
Add comment 157 Minus   /// <summary>
Add comment 158 Minus   /// Gets value of the attached property SizeDefinition of the given element
Add comment 159 Minus   /// </summary>
Add comment 160 Minus   /// <param name="element">The given element</param>
Add comment 161 Minus   public static RibbonControlSize[] GetThreeRibbonSizeDefinition(DependencyObject element)
Add comment 162 Minus   {
Add comment 163 Minus   var sizeDefinition = GetRibbonSizeDefinition(element);
Add comment 164 Minus  
Add comment 165 Minus   if (string.IsNullOrEmpty(sizeDefinition))
Add comment 166 Minus   {
Add comment 167 Minus   return new[] { RibbonControlSize.Large, RibbonControlSize.Large, RibbonControlSize.Large };
Add comment 168 Minus   }
Add comment 169 Minus  
Add comment 170 Minus   var splitted = sizeDefinition.Split(new[] { ' ', ',', ';', '-', '>' }, StringSplitOptions.RemoveEmptyEntries);
Add comment 171 Minus  
Add comment 172 Minus   var count = Math.Min(splitted.Length, 3);
Add comment 173 Minus   if (count == 0)
Add comment 174 Minus   {
Add comment 175 Minus   return new[] { RibbonControlSize.Large, RibbonControlSize.Large, RibbonControlSize.Large };
Add comment 176 Minus   }
Add comment 177 Minus  
Add comment 178 Minus   var sizes = new RibbonControlSize[3];
Add comment 179 Minus   for (var i = 0; i < count; i++)
Add comment 180 Minus   {
Add comment 181 Minus   switch (splitted[i])
Add comment 182 Minus   {
Add comment 183 Minus   case "Large":
Add comment 184 Minus   sizes[i] = RibbonControlSize.Large;
Add comment 185 Minus   break;
Add comment 186 Minus  
Add comment 187 Minus   case "Middle":
Add comment 188 Minus   sizes[i] = RibbonControlSize.Middle;
Add comment 189 Minus   break;
Add comment 190 Minus  
Add comment 191 Minus   case "Small":
Add comment 192 Minus   sizes[i] = RibbonControlSize.Small;
Add comment 193 Minus   break;
Add comment 194 Minus  
Add comment 195 Minus   default:
Add comment 196 Minus   sizes[i] = RibbonControlSize.Large;
Add comment 197 Minus   break;
Add comment 198 Minus   }
Add comment 199 Minus   }
Add comment 200 Minus  
Add comment 201 Minus   for (var i = count; i < 3; i++)
Add comment 202 Minus   {
Add comment 203 Minus   sizes[i] = sizes[count - 1];
Add comment 204 Minus   }
Add comment 205 Minus  
Add comment 206 Minus   return sizes;
Add comment 207 Minus   }
Add comment 208 Minus  
Add comment 209 Minus   #endregion
Add comment 210 Minus   }
Add comment 211 Minus  }
StaticConverters.cs
/fluent_528456d5eb19/Fluent/Fluent/Converters/StaticConverters.cs+30
/fluent_528456d5eb19/Fluent/Fluent/Converters/StaticConverters.cs
Add comment 1 Plus  using System;
Add comment 2 Plus  
Add comment 3 Plus  namespace Microsoft.Win32.Security
Add comment 4 Plus  {
Add comment 5 Plus   using Win32Structs;
Add comment 6 Plus  
Add comment 7 Plus   /// <summary>
Add comment 8 Plus   /// Summary description for Luid.
Add comment 9 Plus   /// </summary>
Add comment 10 Plus   public class Luid
Add comment 11 Plus   {
Add comment 12 Plus   private readonly LUID _luid;
Add comment 13 Plus   public Luid(LUID luid)
Add comment 14 Plus   {
Add comment 15 Plus   _luid = luid;
Add comment 16 Plus   }
Add comment 17 Plus   public UInt64 Value
Add comment 18 Plus   {
Add comment 19 Plus   get
Add comment 20 Plus   {
Add comment 21 Plus   return (((UInt64)(_luid.HighPart)) << 32) | ((UInt64)_luid.LowPart);
Add comment 22 Plus   }
Add comment 23 Plus   }
Add comment 24 Plus   internal LUID GetNativeLUID()
Add comment 25 Plus   {
Add comment 26 Plus   return _luid;
Add comment 27 Plus   }
Add comment 28 Plus   }
Add comment 29 Plus  }
Add comment 30 Plus  
IRibbonSizeChangedSink.cs
/fluent_528456d5eb19/Fluent/Fluent/Extensibility/IRibbonSizeChangedSink.cs+30
/fluent_528456d5eb19/Fluent/Fluent/Extensibility/IRibbonSizeChangedSink.cs
Add comment 1 Plus  using System;
Add comment 2 Plus  
Add comment 3 Plus  namespace Microsoft.Win32.Security
Add comment 4 Plus  {
Add comment 5 Plus   using Win32Structs;
Add comment 6 Plus  
Add comment 7 Plus   /// <summary>
Add comment 8 Plus   /// Summary description for Luid.
Add comment 9 Plus   /// </summary>
Add comment 10 Plus   public class Luid
Add comment 11 Plus   {
Add comment 12 Plus   private readonly LUID _luid;
Add comment 13 Plus   public Luid(LUID luid)
Add comment 14 Plus   {
Add comment 15 Plus   _luid = luid;
Add comment 16 Plus   }
Add comment 17 Plus   public UInt64 Value
Add comment 18 Plus   {
Add comment 19 Plus   get
Add comment 20 Plus   {
Add comment 21 Plus   return (((UInt64)(_luid.HighPart)) << 32) | ((UInt64)_luid.LowPart);
Add comment 22 Plus   }
Add comment 23 Plus   }
Add comment 24 Plus   internal LUID GetNativeLUID()
Add comment 25 Plus   {
Add comment 26 Plus   return _luid;
Add comment 27 Plus   }
Add comment 28 Plus   }
Add comment 29 Plus  }
Add comment 30 Plus  
BorderlessWindowBehaviour.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/BorderlessWindowBehaviour.cs+30
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/BorderlessWindowBehaviour.cs
Add comment 1 Plus  using System;
Add comment 2 Plus  
Add comment 3 Plus  namespace Microsoft.Win32.Security
Add comment 4 Plus  {
Add comment 5 Plus   using Win32Structs;
Add comment 6 Plus  
Add comment 7 Plus   /// <summary>
Add comment 8 Plus   /// Summary description for Luid.
Add comment 9 Plus   /// </summary>
Add comment 10 Plus   public class Luid
Add comment 11 Plus   {
Add comment 12 Plus   private readonly LUID _luid;
Add comment 13 Plus   public Luid(LUID luid)
Add comment 14 Plus   {
Add comment 15 Plus   _luid = luid;
Add comment 16 Plus   }
Add comment 17 Plus   public UInt64 Value
Add comment 18 Plus   {
Add comment 19 Plus   get
Add comment 20 Plus   {
Add comment 21 Plus   return (((UInt64)(_luid.HighPart)) << 32) | ((UInt64)_luid.LowPart);
Add comment 22 Plus   }
Add comment 23 Plus   }
Add comment 24 Plus   internal LUID GetNativeLUID()
Add comment 25 Plus   {
Add comment 26 Plus   return _luid;
Add comment 27 Plus   }
Add comment 28 Plus   }
Add comment 29 Plus  }
Add comment 30 Plus  
StylizedBehaviorsCollection.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/StylizedBehaviorsCollection.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/StylizedBehaviorsCollection.cs
WindowSettingBehaviour.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/WindowSettingBehaviour.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/WindowSettingBehaviour.cs
WindowSettings.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Controls/WindowSettings.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Controls/WindowSettings.cs
MarkupConverter.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Converters/MarkupConverter.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Converters/MarkupConverter.cs
ToUpperConverter.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Converters/ToUpperConverter.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Converters/ToUpperConverter.cs
Constants.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/Constants.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/Constants.cs
CREATESTRUCT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/CREATESTRUCT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/CREATESTRUCT.cs
MARGINS.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MARGINS.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MARGINS.cs
MINMAXINFO.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MINMAXINFO.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MINMAXINFO.cs
MONITORINFO.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MONITORINFO.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/MONITORINFO.cs
POINT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/POINT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/POINT.cs
RECT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/RECT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/RECT.cs
UnsafeNativeMethods.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/UnsafeNativeMethods.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/UnsafeNativeMethods.cs
WINDOWPLACEMENT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/WINDOWPLACEMENT.cs
/fluent_528456d5eb19/Fluent/Fluent/Metro/Natives/WINDOWPLACEMENT.cs
AssemblyInfo.cs
/fluent_528456d5eb19/Fluent/Fluent/Properties/AssemblyInfo.cs
/fluent_528456d5eb19/Fluent/Fluent/Properties/AssemblyInfo.cs
Colors.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Colors/Colors.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Colors/Colors.xaml
ColorsWhite.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Colors/ColorsWhite.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Colors/ColorsWhite.xaml
Backstage.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Backstage.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Backstage.xaml
BackstageControls.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/BackstageControls.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/BackstageControls.xaml
BackstageTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/BackstageTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/BackstageTabControl.xaml
Button.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Button.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Button.xaml
CheckBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/CheckBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/CheckBox.xaml
ComboBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ComboBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ComboBox.xaml
ComboBoxItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ComboBoxItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ComboBoxItem.xaml
Gallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Gallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Gallery.xaml
GalleryItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/GalleryItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/GalleryItem.xaml
InRibbonGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/InRibbonGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/InRibbonGallery.xaml
KeyTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/KeyTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/KeyTip.xaml
Ribbon.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Ribbon.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Ribbon.xaml
RibbonContextualTabGroup.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonContextualTabGroup.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonContextualTabGroup.xaml
RibbonGroupBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonGroupBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonGroupBox.xaml
RibbonScrollViewer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonScrollViewer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonScrollViewer.xaml
RibbonStatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonStatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonStatusBar.xaml
RibbonTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonTabControl.xaml
ScreenTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ScreenTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ScreenTip.xaml
ScrollBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ScrollBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ScrollBar.xaml
Slider.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Slider.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Slider.xaml
SplitButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/SplitButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/SplitButton.xaml
StatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/StatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/StatusBar.xaml
ToggleButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ToggleButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/ToggleButton.xaml
TwoLineLabel.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/TwoLineLabel.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/TwoLineLabel.xaml
Common.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Common.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Common.xaml
Fonts.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Fonts.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Fonts.xaml
MetroWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/MetroWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/MetroWindow.xaml
RibbonWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/RibbonWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/RibbonWindow.xaml
White.txt
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/White.txt
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/White.txt
White.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/White.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/White.xaml
Colors.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/Colors.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/Colors.xaml
ColorsBlack.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsBlack.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsBlack.xaml
ColorsBlue.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsBlue.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsBlue.xaml
ColorsSilver.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsSilver.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Colors/ColorsSilver.xaml
ApplicationMenu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ApplicationMenu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ApplicationMenu.xaml
ApplicationMenuItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ApplicationMenuItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ApplicationMenuItem.xaml
BackstageControls.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageControls.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageControls.xaml
Backstagee.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Backstagee.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Backstagee.xaml
BackstageTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageTabControl.xaml
BackstageTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/BackstageTabItem.xaml
Button.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Button.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Button.xaml
CheckBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/CheckBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/CheckBox.xaml
ColorGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ColorGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ColorGallery.xaml
ComboBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ComboBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ComboBox.xaml
ComboBoxItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ComboBoxItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ComboBoxItem.xaml
DropDownButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/DropDownButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/DropDownButton.xaml
EmptyFocusStyle.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/EmptyFocusStyle.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/EmptyFocusStyle.xaml
Gallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Gallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Gallery.xaml
GalleryGroupContainer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/GalleryGroupContainer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/GalleryGroupContainer.xaml
GalleryItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/GalleryItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/GalleryItem.xaml
InRibbonGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/InRibbonGallery.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/InRibbonGallery.xaml
KeyTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/KeyTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/KeyTip.xaml
Menu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Menu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Menu.xaml
MenuItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/MenuItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/MenuItem.xaml
MenuSeparator.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/MenuSeparator.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/MenuSeparator.xaml
QuickAccessToolbar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/QuickAccessToolbar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/QuickAccessToolbar.xaml
RadioButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RadioButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RadioButton.xaml
Ribbon.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Ribbon.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Ribbon.xaml
RibbonContextualTabGroup.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonContextualTabGroup.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonContextualTabGroup.xaml
RibbonGroupBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonGroupBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonGroupBox.xaml
RibbonMenu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonMenu.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonMenu.xaml
RibbonScrollViewer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonScrollViewer.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonScrollViewer.xaml
RibbonSeparator.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonSeparator.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonSeparator.xaml
RibbonStatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonStatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonStatusBar.xaml
RibbonTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTabControl.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTabControl.xaml
RibbonTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTabItem.xaml
ScreenTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScreenTip.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScreenTip.xaml
ScrollBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScrollBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScrollBar.xaml
ScrollBarWhite.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScrollBarWhite.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ScrollBarWhite.xaml
SeparatorTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/SeparatorTabItem.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/SeparatorTabItem.xaml
Slider.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Slider.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Slider.xaml
Spinner.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Spinner.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/Spinner.xaml
SplitButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/SplitButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/SplitButton.xaml
StatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/StatusBar.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/StatusBar.xaml
TextBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/TextBox.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/TextBox.xaml
ToggleButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ToggleButton.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/ToggleButton.xaml
TwoLineLabel.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/TwoLineLabel.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/TwoLineLabel.xaml
BackstageCorner.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/BackstageCorner.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/BackstageCorner.png
CaptionButtonClose.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonClose.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonClose.png
CaptionButtonMaximize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonMaximize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonMaximize.png
CaptionButtonMinimize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonMinimize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonMinimize.png
CaptionButtonNormalize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonNormalize.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/CaptionButtonNormalize.png
Checked.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Checked.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Checked.png
Copy.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Copy.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Copy.png
Cut.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Cut.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Cut.png
HelpSmall.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/HelpSmall.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/HelpSmall.png
MoreColors.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/MoreColors.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/MoreColors.png
Paste.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Paste.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/Paste.png
ResizeGrip.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/ResizeGrip.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/ResizeGrip.png
WarningSmall.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/WarningSmall.png
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/WarningSmall.png
Black.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Black.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Black.xaml
Blue.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Blue.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Blue.xaml
Common.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Common.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Common.xaml
Fonts.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Fonts.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Fonts.xaml
RibbonWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/RibbonWindow.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/RibbonWindow.xaml
Silver.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Silver.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Silver.xaml
Generic.txt
/fluent_528456d5eb19/Fluent/Fluent/Themes/Generic.txt
/fluent_528456d5eb19/Fluent/Fluent/Themes/Generic.txt
Generic.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Generic.xaml
/fluent_528456d5eb19/Fluent/Fluent/Themes/Generic.xaml
XamlCombine.exe
/fluent_528456d5eb19/Fluent/Fluent/Themes/XamlCombine.exe
/fluent_528456d5eb19/Fluent/Fluent/Themes/XamlCombine.exe
ApplicatonMenu.cs
/fluent_528456d5eb19/Fluent/Fluent/ApplicatonMenu.cs
/fluent_528456d5eb19/Fluent/Fluent/ApplicatonMenu.cs
Backstage.cs
/fluent_528456d5eb19/Fluent/Fluent/Backstage.cs
/fluent_528456d5eb19/Fluent/Fluent/Backstage.cs
BackstageAdorner.cs
/fluent_528456d5eb19/Fluent/Fluent/BackstageAdorner.cs
/fluent_528456d5eb19/Fluent/Fluent/BackstageAdorner.cs
BackstageTabControl.cs
/fluent_528456d5eb19/Fluent/Fluent/BackstageTabControl.cs
/fluent_528456d5eb19/Fluent/Fluent/BackstageTabControl.cs
Button.cs
/fluent_528456d5eb19/Fluent/Fluent/Button.cs
/fluent_528456d5eb19/Fluent/Fluent/Button.cs
CheckBox.cs
/fluent_528456d5eb19/Fluent/Fluent/CheckBox.cs
/fluent_528456d5eb19/Fluent/Fluent/CheckBox.cs
ClosingWindowEventHandlerArgs.cs
/fluent_528456d5eb19/Fluent/Fluent/ClosingWindowEventHandlerArgs.cs
/fluent_528456d5eb19/Fluent/Fluent/ClosingWindowEventHandlerArgs.cs
ColorGallery.cs
/fluent_528456d5eb19/Fluent/Fluent/ColorGallery.cs
/fluent_528456d5eb19/Fluent/Fluent/ColorGallery.cs
ComboBox.cs
/fluent_528456d5eb19/Fluent/Fluent/ComboBox.cs
/fluent_528456d5eb19/Fluent/Fluent/ComboBox.cs
Fluent dotNET 4.5.csproj
/fluent_528456d5eb19/Fluent/Fluent/Fluent dotNET 4.5.csproj
/fluent_528456d5eb19/Fluent/Fluent/Fluent dotNET 4.5.csproj
Gallery.cs
/fluent_528456d5eb19/Fluent/Fluent/Gallery.cs
/fluent_528456d5eb19/Fluent/Fluent/Gallery.cs
GalleryGroupContainer.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupContainer.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupContainer.cs
GalleryGroupFilter.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupFilter.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupFilter.cs
GalleryGroupIcon.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupIcon.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryGroupIcon.cs
GalleryPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/GalleryPanel.cs
GrayscaleEffect.cs
/fluent_528456d5eb19/Fluent/Fluent/GrayscaleEffect.cs
/fluent_528456d5eb19/Fluent/Fluent/GrayscaleEffect.cs
GroupSeparatorMenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/GroupSeparatorMenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/GroupSeparatorMenuItem.cs
InRibbonGallery.cs
/fluent_528456d5eb19/Fluent/Fluent/InRibbonGallery.cs
/fluent_528456d5eb19/Fluent/Fluent/InRibbonGallery.cs
IRibbonControl.cs
/fluent_528456d5eb19/Fluent/Fluent/IRibbonControl.cs
/fluent_528456d5eb19/Fluent/Fluent/IRibbonControl.cs
KeyTipAdorner.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTipAdorner.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTipAdorner.cs
KeyTipService.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTipService.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTipService.cs
KeyTranslator.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTranslator.cs
/fluent_528456d5eb19/Fluent/Fluent/KeyTranslator.cs
MenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/MenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/MenuItem.cs
MenuPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/MenuPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/MenuPanel.cs
MetroWindow.cs
/fluent_528456d5eb19/Fluent/Fluent/MetroWindow.cs
/fluent_528456d5eb19/Fluent/Fluent/MetroWindow.cs
NativeMethods.cs
/fluent_528456d5eb19/Fluent/Fluent/NativeMethods.cs
/fluent_528456d5eb19/Fluent/Fluent/NativeMethods.cs
PopupService.cs
/fluent_528456d5eb19/Fluent/Fluent/PopupService.cs
/fluent_528456d5eb19/Fluent/Fluent/PopupService.cs
QuickAccessMenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/QuickAccessMenuItem.cs
/fluent_528456d5eb19/Fluent/Fluent/QuickAccessMenuItem.cs
RadioButton.cs
/fluent_528456d5eb19/Fluent/Fluent/RadioButton.cs
/fluent_528456d5eb19/Fluent/Fluent/RadioButton.cs
Ribbon.cs
/fluent_528456d5eb19/Fluent/Fluent/Ribbon.cs
/fluent_528456d5eb19/Fluent/Fluent/Ribbon.cs
RibbonControl.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonControl.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonControl.cs
RibbonGroupBox.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonGroupBox.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonGroupBox.cs
RibbonItemsControl.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonItemsControl.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonItemsControl.cs
RibbonLocalization.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonLocalization.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonLocalization.cs
RibbonMenu.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonMenu.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonMenu.cs
RibbonTabItem.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonTabItem.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonTabItem.cs
RibbonTitleBar.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonTitleBar.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonTitleBar.cs
RibbonToolBar.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBar.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBar.cs
RibbonToolBarControlDefinition.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarControlDefinition.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarControlDefinition.cs
RibbonToolBarControlGroup.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarControlGroup.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarControlGroup.cs
RibbonToolBarLayoutDefinition.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarLayoutDefinition.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarLayoutDefinition.cs
RibbonToolBarRow.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarRow.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarRow.cs
RibbonWindow.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonWindow.cs
/fluent_528456d5eb19/Fluent/Fluent/RibbonWindow.cs
ScreenTip.cs
/fluent_528456d5eb19/Fluent/Fluent/ScreenTip.cs
/fluent_528456d5eb19/Fluent/Fluent/ScreenTip.cs
SeparatorTabItem.cs
/fluent_528456d5eb19/Fluent/Fluent/SeparatorTabItem.cs
/fluent_528456d5eb19/Fluent/Fluent/SeparatorTabItem.cs
Spinner.cs
/fluent_528456d5eb19/Fluent/Fluent/Spinner.cs
/fluent_528456d5eb19/Fluent/Fluent/Spinner.cs
StatusBar.cs
/fluent_528456d5eb19/Fluent/Fluent/StatusBar.cs
/fluent_528456d5eb19/Fluent/Fluent/StatusBar.cs
StatusBarPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/StatusBarPanel.cs
/fluent_528456d5eb19/Fluent/Fluent/StatusBarPanel.cs
TextBox.cs
/fluent_528456d5eb19/Fluent/Fluent/TextBox.cs
/fluent_528456d5eb19/Fluent/Fluent/TextBox.cs
ToggleButtonHelper.cs
/fluent_528456d5eb19/Fluent/Fluent/ToggleButtonHelper.cs
/fluent_528456d5eb19/Fluent/Fluent/ToggleButtonHelper.cs
TwoLineLabel.cs
/fluent_528456d5eb19/Fluent/Fluent/TwoLineLabel.cs
/fluent_528456d5eb19/Fluent/Fluent/TwoLineLabel.cs
WindowCommands.cs
/fluent_528456d5eb19/Fluent/Fluent/WindowCommands.cs
/fluent_528456d5eb19/Fluent/Fluent/WindowCommands.cs
App.ico
/fluent_528456d5eb19/Fluent/FluentTest/Icons/App.ico
/fluent_528456d5eb19/Fluent/FluentTest/Icons/App.ico
BlackTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/BlackTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/BlackTheme.png
BlueTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/BlueTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/BlueTheme.png
Bold.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Bold.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Bold.png
Box.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Box.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Box.png
ChangeCase.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ChangeCase.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ChangeCase.png
ClearFormatting.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ClearFormatting.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ClearFormatting.png
Copy.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Copy.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Copy.png
Cut.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Cut.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Cut.png
Default.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Default.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Default.png
Exit.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Exit.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Exit.png
FontColor.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/FontColor.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/FontColor.png
FormatPainter.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/FormatPainter.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/FormatPainter.png
GalleryLarge.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/GalleryLarge.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/GalleryLarge.png
GrowFont.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/GrowFont.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/GrowFont.png
Help.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Help.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Help.png
Italic.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Italic.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Italic.png
Paste.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Paste.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Paste.png
PasteFormating.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteFormating.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteFormating.png
PasteImage.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteImage.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteImage.png
PasteLarge.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteLarge.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteLarge.png
PasteSourceFormating.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteSourceFormating.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteSourceFormating.png
PasteText.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteText.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteText.png
PasteTextOnly.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteTextOnly.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/PasteTextOnly.png
SampleImageForScreenTip.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/SampleImageForScreenTip.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/SampleImageForScreenTip.png
Save.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Save.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Save.png
ShrinkFont.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ShrinkFont.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/ShrinkFont.png
SilverTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/SilverTheme.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/SilverTheme.png
Strikethrough.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Strikethrough.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Strikethrough.png
Subscript.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Subscript.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Subscript.png
Superscript.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Superscript.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Superscript.png
Test16.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Test16.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Test16.png
Test32.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Test32.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Test32.png
TextEffects.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/TextEffects.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/TextEffects.png
TextHighlightColor.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/TextHighlightColor.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/TextHighlightColor.png
Underline.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Underline.png
/fluent_528456d5eb19/Fluent/FluentTest/Images/Underline.png
AssemblyInfo.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/AssemblyInfo.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/AssemblyInfo.cs
Resources.Designer.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Resources.Designer.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Resources.Designer.cs
Resources.resx
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Resources.resx
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Resources.resx
Settings.Designer.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Settings.Designer.cs
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Settings.Designer.cs
Settings.settings
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Settings.settings
/fluent_528456d5eb19/Fluent/FluentTest/Properties/Settings.settings
App.xaml
/fluent_528456d5eb19/Fluent/FluentTest/App.xaml
/fluent_528456d5eb19/Fluent/FluentTest/App.xaml
App.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/App.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/App.xaml.cs
FluentTest dotNET 3.5.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 3.5.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 3.5.csproj
FluentTest dotNET 4.0.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 4.0.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 4.0.csproj
FluentTest dotNET 4.5.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 4.5.csproj
/fluent_528456d5eb19/Fluent/FluentTest/FluentTest dotNET 4.5.csproj
FrameworkHelper.cs
/fluent_528456d5eb19/Fluent/FluentTest/FrameworkHelper.cs
/fluent_528456d5eb19/Fluent/FluentTest/FrameworkHelper.cs
MetroStyle.xaml
/fluent_528456d5eb19/Fluent/FluentTest/MetroStyle.xaml
/fluent_528456d5eb19/Fluent/FluentTest/MetroStyle.xaml
MetroStyle.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/MetroStyle.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/MetroStyle.xaml.cs
TestRibbonTab.xaml
/fluent_528456d5eb19/Fluent/FluentTest/TestRibbonTab.xaml
/fluent_528456d5eb19/Fluent/FluentTest/TestRibbonTab.xaml
TestRibbonTab.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/TestRibbonTab.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/TestRibbonTab.xaml.cs
TestWindow.xaml
/fluent_528456d5eb19/Fluent/FluentTest/TestWindow.xaml
/fluent_528456d5eb19/Fluent/FluentTest/TestWindow.xaml
TestWindow.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/TestWindow.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/TestWindow.xaml.cs
ThreadedWindow.xaml
/fluent_528456d5eb19/Fluent/FluentTest/ThreadedWindow.xaml
/fluent_528456d5eb19/Fluent/FluentTest/ThreadedWindow.xaml
ThreadedWindow.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/ThreadedWindow.xaml.cs
/fluent_528456d5eb19/Fluent/FluentTest/ThreadedWindow.xaml.cs
System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net35/System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net35/System.Windows.Interactivity.dll
WPFToolkit.dll
/fluent_528456d5eb19/Fluent/Lib/Net35/WPFToolkit.dll
/fluent_528456d5eb19/Fluent/Lib/Net35/WPFToolkit.dll
System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net40/System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net40/System.Windows.Interactivity.dll
System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net45/System.Windows.Interactivity.dll
/fluent_528456d5eb19/Fluent/Lib/Net45/System.Windows.Interactivity.dll
NuGet.exe
/fluent_528456d5eb19/Fluent/Tools/NuGet.exe
/fluent_528456d5eb19/Fluent/Tools/NuGet.exe
Build.cmd
/fluent_528456d5eb19/Fluent/Build.cmd
/fluent_528456d5eb19/Fluent/Build.cmd
Fluent dotNET 3.5.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 3.5.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 3.5.sln
Fluent dotNET 4.0.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 4.0.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 4.0.sln
Fluent dotNET 4.5.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 4.5.sln
/fluent_528456d5eb19/Fluent/Fluent dotNET 4.5.sln
Fluent.Ribbon.msbuild
/fluent_528456d5eb19/Fluent/Fluent.Ribbon.msbuild
/fluent_528456d5eb19/Fluent/Fluent.Ribbon.msbuild
Fluent.Ribbon.nuspec
/fluent_528456d5eb19/Fluent/Fluent.Ribbon.nuspec
/fluent_528456d5eb19/Fluent/Fluent.Ribbon.nuspec
.hg_archival.txt
/fluent_528456d5eb19/.hg_archival.txt
/fluent_528456d5eb19/.hg_archival.txt
.hgignore
/fluent_528456d5eb19/.hgignore
/fluent_528456d5eb19/.hgignore
KeyTipAdorner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Adorners/KeyTipAdorner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Adorners/KeyTipAdorner.cs
RibbonProperties.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/AttachedProperties/RibbonProperties.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/AttachedProperties/RibbonProperties.cs
ApplicationMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ApplicationMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ApplicationMenu.cs
Backstage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Backstage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Backstage.cs
BackstageAdorner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageAdorner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageAdorner.cs
BackstageTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageTabControl.cs
BackstageTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/BackstageTabItem.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/BackstageTabItem.cs
Button.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Button.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Button.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/ToggleButton.cs
CheckBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/CheckBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/CheckBox.cs
ColorGallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ColorGallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ColorGallery.cs
ComboBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ComboBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ComboBox.cs
ContextMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ContextMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ContextMenu.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/ContextMenu.cs
DropDownButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/DropDownButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/DropDownButton.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/DropDownButton.cs
Gallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Gallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Gallery.cs
GalleryGroupContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryGroupContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryGroupContainer.cs
GalleryGroupFilter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryGroupFilter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryGroupFilter.cs
GalleryItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryItem.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/GalleryItem.cs
GalleryItemPlaceholder.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryItemPlaceholder.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryItemPlaceholder.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/GalleryItemPlaceholder.cs
GalleryPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GalleryPanel.cs
GroupSeparatorMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GroupSeparatorMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/GroupSeparatorMenuItem.cs
InRibbonGallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/InRibbonGallery.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/InRibbonGallery.cs
KeyTip.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/KeyTip.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/KeyTip.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/KeyTip.cs
MenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/MenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/MenuItem.cs
QuickAccessMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/QuickAccessMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/QuickAccessMenuItem.cs
QuickAccessToolBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/QuickAccessToolBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/QuickAccessToolBar.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/QuickAccessToolBar.cs
RadioButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RadioButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RadioButton.cs
Ribbon.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Ribbon.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Ribbon.cs
RibbonContextualGroupsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonContextualGroupsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonContextualGroupsContainer.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonContextualGroupsContainer.cs
RibbonContextualTabGroup.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonContextualTabGroup.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonContextualTabGroup.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonContextualTabGroup.cs
RibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonControl.cs
RibbonGroupBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonGroupBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonGroupBox.cs
RibbonGroupsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonGroupsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonGroupsContainer.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonGroupsContainer.cs
RibbonMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonMenu.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonMenu.cs
RibbonScrollViewer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonScrollViewer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonScrollViewer.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonScrollViewer.cs
RibbonTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabControl.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonTabControl.cs
RibbonTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabItem.cs
RibbonTabsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabsContainer.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTabsContainer.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonTabsContainer.cs
RibbonTitleBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTitleBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonTitleBar.cs
RibbonToolBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBar.cs
RibbonToolBarControlDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlDefinition.cs
RibbonToolBarControlGroup.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlGroup.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlGroup.cs
RibbonToolBarControlGroupDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlGroupDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarControlGroupDefinition.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonToolBarControlGroupDefinition.cs
RibbonToolBarLayoutDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarLayoutDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarLayoutDefinition.cs
RibbonToolBarRow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarRow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonToolBarRow.cs
RibbonWindow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonWindow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/RibbonWindow.cs
ScreenTip.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ScreenTip.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ScreenTip.cs
SeparatorTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/SeparatorTabItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/SeparatorTabItem.cs
Spinner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Spinner.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/Spinner.cs
SplitButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/SplitButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/SplitButton.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/SplitButton.cs
StartScreen.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StartScreen.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StartScreen.cs
StartScreenTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StartScreenTabControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StartScreenTabControl.cs
StatusBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBar.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBar.cs
StatusBarItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarItem.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/StatusBarItem.cs
StatusBarMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarMenuItem.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarMenuItem.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/StatusBarMenuItem.cs
StatusBarPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/StatusBarPanel.cs
TextBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/TextBox.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/TextBox.cs
ToggleButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ToggleButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/ToggleButton.cs
TwoLineLabel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/TwoLineLabel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/TwoLineLabel.cs
WindowSteeringHelperControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/WindowSteeringHelperControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Controls/WindowSteeringHelperControl.cs
ApplicationMenuRightScrollViewerExtractorConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ApplicationMenuRightScrollViewerExtractorConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ApplicationMenuRightScrollViewerExtractorConverter.cs
ColorToSolidColorBrushConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ColorToSolidColorBrushConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ColorToSolidColorBrushConverter.cs
EqualsToVisibilityConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/EqualsToVisibilityConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/EqualsToVisibilityConverter.cs
IconConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/IconConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/IconConverter.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/IconConverter.cs
InvertNumericConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/InvertNumericConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/InvertNumericConverter.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Converters/InvertNumericConverter.cs
ObjectToImageConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ObjectToImageConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ObjectToImageConverter.cs
SizeDefinitionConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/SizeDefinitionConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/SizeDefinitionConverter.cs
SpinnerTextToValueConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/SpinnerTextToValueConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/SpinnerTextToValueConverter.cs
StaticConverters.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/StaticConverters.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/StaticConverters.cs
ThicknessConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ThicknessConverter.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Converters/ThicknessConverter.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Converters/ThicknessConverter.cs
KeyTipInformation.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/KeyTipInformation.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/KeyTipInformation.cs
KeyTipPressedResult.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/KeyTipPressedResult.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/KeyTipPressedResult.cs
RibbonControlSizeDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/RibbonControlSizeDefinition.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/RibbonControlSizeDefinition.cs
RibbonStateStorage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/RibbonStateStorage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Data/RibbonStateStorage.cs
Features.xlsx
/Fluent.Ribbon-develop/Fluent.Ribbon/Documents/Features.xlsx
/Fluent.Ribbon-develop/Fluent.Ribbon/Documents/Features.xlsx
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Documents/Features.xlsx
The file content is identical.
Fluent Ribbon Control Suite Walkthrough.docx
/Fluent.Ribbon-develop/Fluent.Ribbon/Documents/Fluent Ribbon Control Suite Walkthrough.docx
/Fluent.Ribbon-develop/Fluent.Ribbon/Documents/Fluent Ribbon Control Suite Walkthrough.docx
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Documents/Fluent Ribbon Control Suite Walkthrough.docx
The file content is identical.
GrayscaleEffect.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Effects/GrayscaleEffect.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Effects/GrayscaleEffect.cs
RibbonControlSize.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Enumerations/RibbonControlSize.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Enumerations/RibbonControlSize.cs
RibbonGroupBoxState.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Enumerations/RibbonGroupBoxState.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Enumerations/RibbonGroupBoxState.cs
IKeyTipInformationProvider.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensibility/IKeyTipInformationProvider.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensibility/IKeyTipInformationProvider.cs
IRibbonSizeChangedSink.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensibility/IRibbonSizeChangedSink.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensibility/IRibbonSizeChangedSink.cs
DispatcherExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/DispatcherExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/DispatcherExtensions.cs
FrameworkElementExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/FrameworkElementExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/FrameworkElementExtensions.cs
ICommandSourceExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/ICommandSourceExtensions.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Extensions/ICommandSourceExtensions.cs
FrameworkHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/FrameworkHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/FrameworkHelper.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/FrameworkHelper.cs
PoupHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/PoupHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/PoupHelper.cs
ToggleButtonHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/ToggleButtonHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/ToggleButtonHelper.cs
WindowSteeringHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/WindowSteeringHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Helpers/WindowSteeringHelper.cs
DefaultSmallIcon.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Images/DefaultSmallIcon.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Images/DefaultSmallIcon.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Images/DefaultSmallIcon.png
The file content is identical.
BooleanBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/BooleanBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/BooleanBoxes.cs
DoubleBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/DoubleBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/DoubleBoxes.cs
IntBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/IntBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/IntBoxes.cs
StringBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/StringBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/StringBoxes.cs
VisibilityBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/VisibilityBoxes.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KnownBoxes/VisibilityBoxes.cs
CommandHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/CommandHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/CommandHelper.cs
DoubleUtil.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/DoubleUtil.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/DoubleUtil.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Internal/DoubleUtil.cs
FocusWrapper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/FocusWrapper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/FocusWrapper.cs
InvokeCommand.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/InvokeCommand.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/InvokeCommand.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Internal/InvokeCommand.cs
ItemContainerGeneratorAction.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/ItemContainerGeneratorAction.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/ItemContainerGeneratorAction.cs
ItemsControlHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/ItemsControlHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/ItemsControlHelper.cs
KeyEventUtility.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KeyEventUtility.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/KeyEventUtility.cs
UIHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/UIHelper.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Internal/UIHelper.cs
Arabic.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Arabic.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Arabic.cs
Azerbaijani.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Azerbaijani.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Azerbaijani.cs
Bulgarian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Bulgarian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Bulgarian.cs
Catalan.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Catalan.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Catalan.cs
Chinese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Chinese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Chinese.cs
Czech.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Czech.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Czech.cs
Danish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Danish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Danish.cs
Dutch.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Dutch.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Dutch.cs
English.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/English.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/English.cs
Estonian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Estonian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Estonian.cs
Finnish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Finnish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Finnish.cs
French.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/French.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/French.cs
German.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/German.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/German.cs
Greek.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Greek.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Greek.cs
Hebrew.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Hebrew.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Hebrew.cs
Hungarian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Hungarian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Hungarian.cs
Italian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Italian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Italian.cs
Japanese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Japanese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Japanese.cs
Korean.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Korean.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Korean.cs
Lithuanian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Lithuanian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Lithuanian.cs
Norwegian_Bokmål.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian_Bokmål.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian_Bokmål.cs
Norwegian_Nynorsk.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian_Nynorsk.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian_Nynorsk.cs
Norwegian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Norwegian.cs
Persian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Persian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Persian.cs
Polish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Polish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Polish.cs
Portuguese_Brazil.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Portuguese_Brazil.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Portuguese_Brazil.cs
Portuguese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Portuguese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Portuguese.cs
Romanian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Romanian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Romanian.cs
Russian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Russian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Russian.cs
Sinhala.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Sinhala.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Sinhala.cs
Slovak.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Slovak.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Slovak.cs
Slovenian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Slovenian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Slovenian.cs
Spanish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Spanish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Spanish.cs
Swedish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Swedish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Swedish.cs
Turkish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Turkish.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Turkish.cs
Ukrainian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Ukrainian.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Ukrainian.cs
Vietnamese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Vietnamese.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/Languages/Vietnamese.cs
RibbonLocalization.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalization.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalization.cs
RibbonLocalizationAttribute.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalizationAttribute.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalizationAttribute.cs
RibbonLocalizationBase.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalizationBase.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Localization/RibbonLocalizationBase.cs
StylizedBehaviors.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Behaviours/StylizedBehaviors.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Behaviours/StylizedBehaviors.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Metro/Behaviours/StylizedBehaviors.cs
StylizedBehaviorsCollection.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Behaviours/StylizedBehaviorsCollection.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Behaviours/StylizedBehaviorsCollection.cs
WindowCommands.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Controls/WindowCommands.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Metro/Controls/WindowCommands.cs
AssemblyInfo.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Properties/AssemblyInfo.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Properties/AssemblyInfo.cs
ContextMenuService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/ContextMenuService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/ContextMenuService.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/ContextMenuService.cs
KeyTipService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/KeyTipService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/KeyTipService.cs
PopupService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/PopupService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/PopupService.cs
ToolTipService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/ToolTipService.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/Services/ToolTipService.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/ToolTipService.cs
Accent.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/Accent.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/Accent.cs
AppTheme.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/AppTheme.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/AppTheme.cs
ThemeManager.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/ThemeManager.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ThemeManager/ThemeManager.cs
GeneratorParameters.json
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Accents/GeneratorParameters.json
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Accents/GeneratorParameters.json
BaseDark.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/BaseDark.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/BaseDark.xaml
BaseLight.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/BaseLight.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/BaseLight.xaml
Colors.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/Colors.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Colors/Colors.xaml
ApplicationMenu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ApplicationMenu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ApplicationMenu.xaml
ApplicationMenuItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ApplicationMenuItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ApplicationMenuItem.xaml
Backstage.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Backstage.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Backstage.xaml
BackstageControls.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageControls.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageControls.xaml
BackstageTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageTabControl.xaml
BackstageTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/BackstageTabItem.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/BackstageTabItem.xaml
Button.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Button.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Button.xaml
CheckBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/CheckBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/CheckBox.xaml
ColorGallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ColorGallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ColorGallery.xaml
ComboBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ComboBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ComboBox.xaml
ComboBoxItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ComboBoxItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ComboBoxItem.xaml
DropDownButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/DropDownButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/DropDownButton.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/DropDownButton.xaml
EmptyFocusStyle.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/EmptyFocusStyle.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/EmptyFocusStyle.xaml
Gallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Gallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Gallery.xaml
GalleryGroupContainer.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/GalleryGroupContainer.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/GalleryGroupContainer.xaml
GalleryItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/GalleryItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/GalleryItem.xaml
InRibbonGallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/InRibbonGallery.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/InRibbonGallery.xaml
KeyTip.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/KeyTip.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/KeyTip.xaml
Menu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Menu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Menu.xaml
MenuItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/MenuItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/MenuItem.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/MenuItem.xaml
MenuSeparator.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/MenuSeparator.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/MenuSeparator.xaml
QuickAccessToolbar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/QuickAccessToolbar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/QuickAccessToolbar.xaml
RadioButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RadioButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RadioButton.xaml
Ribbon.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Ribbon.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Ribbon.xaml
RibbonContextualTabGroup.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonContextualTabGroup.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonContextualTabGroup.xaml
RibbonGroupBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonGroupBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonGroupBox.xaml
RibbonMenu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonMenu.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonMenu.xaml
RibbonScrollViewer.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonScrollViewer.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonScrollViewer.xaml
RibbonSeparator.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonSeparator.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonSeparator.xaml
RibbonTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTabControl.xaml
RibbonTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTabItem.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/RibbonTabItem.xaml
RibbonTextBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTextBox.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTextBox.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTextBox.xaml
RibbonTitleBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTitleBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonTitleBar.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonTitleBar.xaml
RibbonToolBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonToolBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonToolBar.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonToolBar.xaml
RibbonToolBarControlGroup.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonToolBarControlGroup.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/RibbonToolBarControlGroup.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Controls/RibbonToolBarControlGroup.xaml
ScreenTip.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ScreenTip.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ScreenTip.xaml
ScrollBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ScrollBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ScrollBar.xaml
SeparatorTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/SeparatorTabItem.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/SeparatorTabItem.xaml
Slider.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Slider.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Slider.xaml
Spinner.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Spinner.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/Spinner.xaml
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Metro/Controls/Spinner.xaml
SplitButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/SplitButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/SplitButton.xaml
StartScreen.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StartScreen.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StartScreen.xaml
StartScreenTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StartScreenTabControl.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StartScreenTabControl.xaml
StatusBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StatusBar.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/StatusBar.xaml
ToggleButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ToggleButton.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/ToggleButton.xaml
TwoLineLabel.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/TwoLineLabel.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/TwoLineLabel.xaml
WindowCommands.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/WindowCommands.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Controls/WindowCommands.xaml
Grayscale.fx
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Effects/Grayscale.fx
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Effects/Grayscale.fx
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Effects/Grayscale.fx
Grayscale.ps
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Effects/Grayscale.ps
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Effects/Grayscale.ps
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Effects/Grayscale.ps
The file content is identical.
ApplicationMenu.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/ApplicationMenu.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/ApplicationMenu.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/ApplicationMenu.png
The file content is identical.
Checked.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Checked.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Checked.png
Copy.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Copy.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Copy.png
Cut.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Cut.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Cut.png
DialogLauncher.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/DialogLauncher.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/DialogLauncher.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/DialogLauncher.png
The file content is identical.
Help.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Help.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Help.png
Images.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Images.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Images.xaml
MoreColors.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/MoreColors.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/MoreColors.png
Paste.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Paste.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Paste.png
QuickAccessToolbarDropDown.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/QuickAccessToolbarDropDown.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/QuickAccessToolbarDropDown.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/QuickAccessToolbarDropDown.png
The file content is identical.
QuickAccessToolbarExtender.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/QuickAccessToolbarExtender.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/QuickAccessToolbarExtender.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/QuickAccessToolbarExtender.png
The file content is identical.
RibbonCollapse.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonCollapse.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonCollapse.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/RibbonCollapse.png
The file content is identical.
RibbonExpand.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonExpand.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonExpand.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/RibbonExpand.png
The file content is identical.
RibbonPin.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonPin.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/RibbonPin.png
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Themes/Office2010/Images/RibbonPin.png
The file content is identical.
Warning.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Warning.png
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Images/Warning.png
Common.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Common.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Common.xaml
Generic.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Generic.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/Generic.xaml
RibbonWindow.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/RibbonWindow.xaml
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/RibbonWindow.xaml
XamlCombine.exe
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/XamlCombine.exe
/Fluent.Ribbon-develop/Fluent.Ribbon/Themes/XamlCombine.exe
BackstageButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/BackstageButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/BackstageButton.cs
Fluent.Ribbon.NET 4.6.csproj
/Fluent.Ribbon-develop/Fluent.Ribbon/Fluent.Ribbon.NET 4.6.csproj
/Fluent.Ribbon-develop/Fluent.Ribbon/Fluent.Ribbon.NET 4.6.csproj
IDropDownControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IDropDownControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IDropDownControl.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/IDropDownControl.cs
IHeaderedControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IHeaderedControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IHeaderedControl.cs
IKeyTipedControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IKeyTipedControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IKeyTipedControl.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/IKeyTipedControl.cs
ILargeIconProvider.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ILargeIconProvider.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/ILargeIconProvider.cs
IRibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonControl.cs
IRibbonStateStorage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonStateStorage.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonStateStorage.cs
IRibbonWindow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonWindow.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IRibbonWindow.cs
IScalableRibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IScalableRibbonControl.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IScalableRibbonControl.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/IScalableRibbonControl.cs
IToggleButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IToggleButton.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/IToggleButton.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/IToggleButton.cs
packages.config
/Fluent.Ribbon-develop/Fluent.Ribbon/packages.config
/Fluent.Ribbon-develop/Fluent.Ribbon/packages.config
RibbonCommands.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonCommands.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonCommands.cs
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/RibbonCommands.cs
RibbonGroupBoxPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonGroupBoxPanel.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonGroupBoxPanel.cs
RibbonToolBarTray.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonToolBarTray.cs
/Fluent.Ribbon-develop/Fluent.Ribbon/RibbonToolBarTray.cs
Logo_128x128.png
/Fluent.Ribbon-develop/Images/Logo/Logo_128x128.png
/Fluent.Ribbon-develop/Images/Logo/Logo_128x128.png
Logo_16x16.png
/Fluent.Ribbon-develop/Images/Logo/Logo_16x16.png
/Fluent.Ribbon-develop/Images/Logo/Logo_16x16.png
Logo_24x24.png
/Fluent.Ribbon-develop/Images/Logo/Logo_24x24.png
/Fluent.Ribbon-develop/Images/Logo/Logo_24x24.png
Logo_256x256.png
/Fluent.Ribbon-develop/Images/Logo/Logo_256x256.png
/Fluent.Ribbon-develop/Images/Logo/Logo_256x256.png
Logo_32x32.png
/Fluent.Ribbon-develop/Images/Logo/Logo_32x32.png
/Fluent.Ribbon-develop/Images/Logo/Logo_32x32.png
Logo_48x48.png
/Fluent.Ribbon-develop/Images/Logo/Logo_48x48.png
/Fluent.Ribbon-develop/Images/Logo/Logo_48x48.png
Logo_64x64.png
/Fluent.Ribbon-develop/Images/Logo/Logo_64x64.png
/Fluent.Ribbon-develop/Images/Logo/Logo_64x64.png
Logo_96x96.png
/Fluent.Ribbon-develop/Images/Logo/Logo_96x96.png
/Fluent.Ribbon-develop/Images/Logo/Logo_96x96.png
Office 2010 - Black - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Black - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Black - Backstage.png
Office 2010 - Blue - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Blue - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Blue - Backstage.png
Office 2010 - Silver - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Backstage.png
Office 2010 - Silver - Collapsed Group.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Collapsed Group.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Collapsed Group.png
Office 2010 - Silver - ColorGallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - ColorGallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - ColorGallery.png
Office 2010 - Silver - ComboBox in QuickAccess.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - ComboBox in QuickAccess.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - ComboBox in QuickAccess.png
Office 2010 - Silver - Filter in Gallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Filter in Gallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Filter in Gallery.png
Office 2010 - Silver - Gallery in QuickAccess.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Gallery in QuickAccess.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Gallery in QuickAccess.png
Office 2010 - Silver - Gallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Gallery.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - Gallery.png
Office 2010 - Silver - KeyTips.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - KeyTips.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - KeyTips.png
Office 2010 - Silver - RTL.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - RTL.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2010 - Silver - RTL.png
Office 2013 - White - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2013 - White - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2013 - White - Backstage.png
Office 2013 - White.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2013 - White.png
/Fluent.Ribbon-develop/Images/Screenshots/Office 2013 - White.png
Windows 8 - White - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Windows 8 - White - Backstage.png
/Fluent.Ribbon-develop/Images/Screenshots/Windows 8 - White - Backstage.png
Windows 8 - White.png
/Fluent.Ribbon-develop/Images/Screenshots/Windows 8 - White.png
/Fluent.Ribbon-develop/Images/Screenshots/Windows 8 - White.png
banner.png
/Fluent.Ribbon-develop/Images/banner.png
/Fluent.Ribbon-develop/Images/banner.png
Fluent.png
/Fluent.Ribbon-develop/Images/Fluent.png
/Fluent.Ribbon-develop/Images/Fluent.png
icon_ReSharper.png
/Fluent.Ribbon-develop/Images/icon_ReSharper.png
/Fluent.Ribbon-develop/Images/icon_ReSharper.png
Showcase.gif
/Fluent.Ribbon-develop/Images/Showcase.gif
/Fluent.Ribbon-develop/Images/Showcase.gif
FluentStrongName.snk
/Fluent.Ribbon-develop/Shared/FluentStrongName.snk
/Fluent.Ribbon-develop/Shared/FluentStrongName.snk
Renamed from
/fluent_528456d5eb19/Fluent/Fluent/Properties/FluentStrongName.snk
The file content is identical.
GlobalAssemblyInfo.cs
/Fluent.Ribbon-develop/Shared/GlobalAssemblyInfo.cs
/Fluent.Ribbon-develop/Shared/GlobalAssemblyInfo.cs
.gitignore
/Fluent.Ribbon-develop/.gitignore
/Fluent.Ribbon-develop/.gitignore
Fluent.Ribbon.ruleset
/Fluent.Ribbon-develop/Fluent.Ribbon.ruleset
/Fluent.Ribbon-develop/Fluent.Ribbon.ruleset
BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
.gitignore
/.gitignore
/.gitignore
BExplorer.sln
/BExplorer.sln
/BExplorer.sln