Skip to content

Commit 1ff2c82

Browse files
Add winres, pgres, ucres
1 parent 0912e94 commit 1ff2c82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)