This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mahapps:MetroWindow.Resources> | |
<Ellipse x:Key="AppThemeMenuIcon" | |
x:Shared="False" | |
Width="16" | |
Height="16" | |
StrokeThickness="1" | |
Stroke="{Binding BorderColorBrush, Mode=OneWay}" | |
Fill="{Binding ColorBrush, Mode=OneWay}" /> | |
<Ellipse x:Key="AccentMenuIcon" | |
x:Shared="False" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#region ChangeTheme | |
public void ChangeTheme(string theme) | |
{ | |
App.Current.Dispatcher.Invoke(() => { | |
var tempTheme = ThemeManager.DetectAppStyle(Application.Current); | |
var appTheme = ThemeManager.GetAppTheme(theme); | |
ThemeManager.ChangeAppStyle(Application.Current, tempTheme.Item2, appTheme); | |
}); | |
} | |
#endregion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:Controls="clr-namespace:MahApps.Metro.Controls" | |
xmlns:Behaviours="clr-namespace:MahApps.Metro.Behaviours" | |
xmlns:Converters="clr-namespace:MahApps.Metro.Converters"> | |
<Converters:ThicknessBindingConverter x:Key="ThicknessBindingConverter" /> | |
<Style x:Key="ExpanderBaseHeaderStyle" TargetType="{x:Type ToggleButton}"> | |
<Setter Property="Background" Value="Transparent" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
xmlns:Controls="clr-namespace:MahApps.Metro.Controls" | |
xmlns:Converters="clr-namespace:MahApps.Metro.Converters"> | |
<!--THIS IS THE BEGINNING OF TRANSITIONS FOR THE EXPANDER--> | |
<!--<Storyboard x:Key="UpTransitionEnter"> | |
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" | |
Storyboard.TargetName="ExpandSite" | |
Storyboard.TargetProperty="(UIElement.Opacity)"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) | |
// | |
// Distributed under the Boost Software License, Version 1.0. (See accompanying | |
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
// | |
// Official repository: https://github.com/boostorg/beast | |
// | |
//------------------------------------------------------------------------------ |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
||domain^ | |
||10nbc.com^ | |
||10news.com^ | |
||11alive.com^ | |
||12news.com^ | |
||13abc.com^ | |
||13wmaz.com^ | |
||14news.com^ | |
||14wfie.com^ | |
||27east.com^ |