Skip to content

Instantly share code, notes, and snippets.

@JEuler
Created February 6, 2015 04:05
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 JEuler/8ecd68fa6a45abdc00fc to your computer and use it in GitHub Desktop.
Save JEuler/8ecd68fa6a45abdc00fc to your computer and use it in GitHub Desktop.
Context for View (MVVM light)
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Shortcut/@EntryValue">ctxvm</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Text/@EntryValue">DataContext="{Binding $NAME$, Source={StaticResource Locator}}"</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Reformat/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/ShortenQualifiedReferences/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Applicability/=Live/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Scope/=CF7C2F2066E462418ABD91975B64021C/@KeyIndexDefined">True</s:Boolean>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Scope/=CF7C2F2066E462418ABD91975B64021C/Type/@EntryValue">InFileWithMask</s:String>
<s:String x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Scope/=CF7C2F2066E462418ABD91975B64021C/CustomProperties/=mask/@EntryIndexedValue">*.xaml</s:String>
<s:Boolean x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Field/=NAME/@KeyIndexDefined">True</s:Boolean>
<s:Int64 x:Key="/Default/PatternsAndTemplates/LiveTemplates/Template/=78FA8D85D5112D46B0C0176BBE4641C5/Field/=NAME/Order/@EntryValue">0</s:Int64></wpf:ResourceDictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment