File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ Enter the shortcut command and type `Tab` twice.
6666| ` cds>cd*2 ` | ` <Grid.ColumnDefinitions> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` </Grid.ColumnDefinitions> ` | 2 columns Grid |
6767| ` cds>cd*3 ` | ` <Grid.ColumnDefinitions> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` </Grid.ColumnDefinitions> ` | 3 columns Grid |
6868| ` style ` | ` <Style x:Key="key1" TargetType="Button"></Style> ` | Style |
69+ | ` winres ` | ` <Window.Resources></Window.Resources> ` | Window Resources |
70+ | ` pgres ` | ` <Page.Resources></Page.Resources> ` | Page Resources |
71+ | ` ucres ` | ` <UserControl.Resources></UserControl.Resources> ` | UserControl Resources |
6972
7073## FYR Visual Studio 2019 default snippets
7174
You can’t perform that action at this time.
0 commit comments