Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created December 29, 2017 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevingosse/7b4f3067e117b592768ae63d0fa5a5db to your computer and use it in GitHub Desktop.
Save kevingosse/7b4f3067e117b592768ae63d0fa5a5db to your computer and use it in GitHub Desktop.
<fluent:Button x:Class="WinDbgExt.History.HistoryButton"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:fluent="urn:fluent-ribbon"
mc:Ignorable="d"
Header="History"
LargeIcon="pack://application:,,,/WinDbgExt.History;component/Time-Window-256.png"
Command="{Binding Path=ShowCommand}">
</fluent:Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment