File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ Enter the shortcut command and type `Tab` twice.
6767| ` rds>rd*3 ` | ` <Grid.RowDefinitions> ` <br />` <RowDefinition Height="1*" /> ` <br />` <RowDefinition Height="1*" /> ` <br />` <RowDefinition Height="1*" /> ` <br />` </Grid.RowDefinitions> ` | 3 rows Grid |
6868| ` cds>cd*2 ` | ` <Grid.ColumnDefinitions> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` </Grid.ColumnDefinitions> ` | 2 columns Grid |
6969| ` cds>cd*3 ` | ` <Grid.ColumnDefinitions> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` <ColumnDefinition Width="1*" /> ` <br />` </Grid.ColumnDefinitions> ` | 3 columns Grid |
70- | ` style ` | ` <Style x:Key="key1" TargetType="Button"></Style> ` | Style |
70+ | ` style ` | ` <Style TargetType="Button"></Style> ` | Style |
71+ | ` style# ` | ` <Style x:Key="key1" TargetType="Button"></Style> ` | Style with key |
7172| ` winres ` | ` <Window.Resources></Window.Resources> ` | Window Resources |
7273| ` pgres ` | ` <Page.Resources></Page.Resources> ` | Page Resources |
7374| ` ucres ` | ` <UserControl.Resources></UserControl.Resources> ` | UserControl Resources |
You can’t perform that action at this time.
0 commit comments