File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
RetailCoder.VBE/UI/Controls Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- <ResourceDictionary x : Class =" Rubberduck.UI.Toolbar"
2
- xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
- xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
- xmlns : themes =" clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
5
- xmlns : codeInspections =" clr-namespace:Rubberduck.UI.Inspections" >
1
+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
+ xmlns : themes =" clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
4
+ xmlns : converters =" clr-namespace:Rubberduck.UI.Converters" >
6
5
7
6
<BooleanToVisibilityConverter x : Key =" BoolToVisibility" />
8
7
You can’t perform that action at this time.
0 commit comments