505. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2/1/2017 2:56:48 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

505.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\CS\ModernAndMobileApps\ModernOdataApp\Common StandardStyles.xaml Tue Dec 20 19:51:47 2016 UTC
2 Wed Feb 1 19:56:48 2017 UTC

505.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 0 0
Removed 1 1829

505.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

505.4 Active regular expressions

No regular expressions were active.

505.5 Comparison detail

1   <!--        
2       This f ile contai ns XAML st yles that  simplify a pplication  developme nt.        
3          
4       These  are not me rely conve nient, but  are requi red by mos t Visual S tudio proj ect and it em templat es.        
5       Removi ng, renami ng, or oth erwise mod ifying the  content o f these fi les may re sult in a  project th at        
6       does n ot build,  or that wi ll not bui ld once ad ditional p ages are a dded.  If  variations  on these        
7       styles  are desir ed it is r ecommended  that you  copy the c ontent und er a new n ame and mo dify your        
8       privat e copy.        
9   -->        
10          
11   <ResourceD ictionary        
12       xmlns= "http://sc hemas.micr osoft.com/ winfx/2006 /xaml/pres entation"        
13       xmlns: x="http:// schemas.mi crosoft.co m/winfx/20 06/xaml">        
14          
15       <!-- N on-brush v alues that  vary acro ss themes  -->        
16          
17       <Resou rceDiction ary.ThemeD ictionarie s>        
18           <R esourceDic tionary x: Key="Defau lt">        
19                <x:Strin g x:Key="B ackButtonG lyph">&#xE 071;</x:St ring>        
20                <x:Strin g x:Key="B ackButtonS nappedGlyp h">&#xE0BA ;</x:Strin g>        
21           </ ResourceDi ctionary>        
22          
23           <R esourceDic tionary x: Key="HighC ontrast">        
24                <x:Strin g x:Key="B ackButtonG lyph">&#xE 071;</x:St ring>        
25                <x:Strin g x:Key="B ackButtonS nappedGlyp h">&#xE0C4 ;</x:Strin g>        
26           </ ResourceDi ctionary>        
27       </Reso urceDictio nary.Theme Dictionari es>        
28          
29       <x:Str ing x:Key= "ChevronGl yph">&#xE2 6B;</x:Str ing>        
30          
31       <!-- R ichTextBlo ck styles  -->        
32          
33       <Style  x:Key="Ba sicRichTex tStyle" Ta rgetType=" RichTextBl ock">        
34           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  Applicati onForegrou ndThemeBru sh}"/>        
35           <S etter Prop erty="Font Size" Valu e="{Static Resource C ontrolCont entThemeFo ntSize}"/>        
36           <S etter Prop erty="Font Family" Va lue="{Stat icResource  ContentCo ntrolTheme FontFamily }"/>        
37           <S etter Prop erty="Text Trimming"  Value="Wor dEllipsis" />        
38           <S etter Prop erty="Text Wrapping"  Value="Wra p"/>        
39           <S etter Prop erty="Typo graphy.Sty listicSet2 0" Value=" True"/>        
40           <S etter Prop erty="Typo graphy.Dis cretionary Ligatures"  Value="Tr ue"/>        
41           <S etter Prop erty="Typo graphy.Cas eSensitive Forms" Val ue="True"/ >        
42       </Styl e>        
43          
44       <Style  x:Key="Ba selineRich TextStyle"  TargetTyp e="RichTex tBlock" Ba sedOn="{St aticResour ce BasicRi chTextStyl e}">        
45           <S etter Prop erty="Line Height" Va lue="20"/>        
46           <S etter Prop erty="Line StackingSt rategy" Va lue="Block LineHeight "/>        
47           <! -- Properl y align te xt along i ts baselin e -->        
48           <S etter Prop erty="Rend erTransfor m">        
49                <Setter. Value>        
50                    <Tra nslateTran sform X="- 1" Y="4"/>        
51                </Setter .Value>        
52           </ Setter>        
53       </Styl e>        
54          
55       <Style  x:Key="It emRichText Style" Tar getType="R ichTextBlo ck" BasedO n="{Static Resource B aselineRic hTextStyle }"/>        
56          
57       <Style  x:Key="Bo dyRichText Style" Tar getType="R ichTextBlo ck" BasedO n="{Static Resource B aselineRic hTextStyle }">        
58           <S etter Prop erty="Font Weight" Va lue="SemiL ight"/>        
59       </Styl e>        
60          
61       <!-- T extBlock s tyles -->        
62          
63       <Style  x:Key="Ba sicTextSty le" Target Type="Text Block">        
64           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  Applicati onForegrou ndThemeBru sh}"/>        
65           <S etter Prop erty="Font Size" Valu e="{Static Resource C ontrolCont entThemeFo ntSize}"/>        
66           <S etter Prop erty="Font Family" Va lue="{Stat icResource  ContentCo ntrolTheme FontFamily }"/>        
67           <S etter Prop erty="Text Trimming"  Value="Wor dEllipsis" />        
68           <S etter Prop erty="Text Wrapping"  Value="Wra p"/>        
69           <S etter Prop erty="Typo graphy.Sty listicSet2 0" Value=" True"/>        
70           <S etter Prop erty="Typo graphy.Dis cretionary Ligatures"  Value="Tr ue"/>        
71           <S etter Prop erty="Typo graphy.Cas eSensitive Forms" Val ue="True"/ >        
72       </Styl e>        
73          
74       <Style  x:Key="Ba selineText Style" Tar getType="T extBlock"  BasedOn="{ StaticReso urce Basic TextStyle} ">        
75           <S etter Prop erty="Line Height" Va lue="20"/>        
76           <S etter Prop erty="Line StackingSt rategy" Va lue="Block LineHeight "/>        
77           <! -- Properl y align te xt along i ts baselin e -->        
78           <S etter Prop erty="Rend erTransfor m">        
79                <Setter. Value>        
80                    <Tra nslateTran sform X="- 1" Y="4"/>        
81                </Setter .Value>        
82           </ Setter>        
83       </Styl e>        
84          
85       <Style  x:Key="He aderTextSt yle" Targe tType="Tex tBlock" Ba sedOn="{St aticResour ce Baselin eTextStyle }">        
86           <S etter Prop erty="Font Size" Valu e="56"/>        
87           <S etter Prop erty="Font Weight" Va lue="Light "/>        
88           <S etter Prop erty="Line Height" Va lue="40"/>        
89           <S etter Prop erty="Rend erTransfor m">        
90                <Setter. Value>        
91                    <Tra nslateTran sform X="- 2" Y="8"/>        
92                </Setter .Value>        
93           </ Setter>        
94       </Styl e>        
95          
96       <Style  x:Key="Su bheaderTex tStyle" Ta rgetType=" TextBlock"  BasedOn=" {StaticRes ource Base lineTextSt yle}">        
97           <S etter Prop erty="Font Size" Valu e="26.667" />        
98           <S etter Prop erty="Font Weight" Va lue="Light "/>        
99           <S etter Prop erty="Line Height" Va lue="30"/>        
100           <S etter Prop erty="Rend erTransfor m">        
101                <Setter. Value>        
102                    <Tra nslateTran sform X="- 1" Y="6"/>        
103                </Setter .Value>        
104           </ Setter>        
105       </Styl e>        
106          
107       <Style  x:Key="Ti tleTextSty le" Target Type="Text Block" Bas edOn="{Sta ticResourc e Baseline TextStyle} ">        
108           <S etter Prop erty="Font Weight" Va lue="SemiB old"/>        
109       </Styl e>        
110          
111       <Style  x:Key="Su btitleText Style" Tar getType="T extBlock"  BasedOn="{ StaticReso urce Basel ineTextSty le}">        
112           <S etter Prop erty="Font Weight" Va lue="Norma l"/>        
113       </Styl e>        
114          
115       <Style  x:Key="It emTextStyl e" TargetT ype="TextB lock" Base dOn="{Stat icResource  BaselineT extStyle}" />        
116          
117       <Style  x:Key="Bo dyTextStyl e" TargetT ype="TextB lock" Base dOn="{Stat icResource  BaselineT extStyle}" >        
118           <S etter Prop erty="Font Weight" Va lue="SemiL ight"/>        
119       </Styl e>        
120          
121       <Style  x:Key="Ca ptionTextS tyle" Targ etType="Te xtBlock" B asedOn="{S taticResou rce Baseli neTextStyl e}">        
122           <S etter Prop erty="Font Size" Valu e="12"/>        
123           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  Applicati onSecondar yForegroun dThemeBrus h}"/>        
124       </Styl e>        
125          
126       <Style  x:Key="Gr oupHeaderT extStyle"  TargetType ="TextBloc k">        
127           <S etter Prop erty="Font Family" Va lue="{Stat icResource  ContentCo ntrolTheme FontFamily }"/>        
128           <S etter Prop erty="Text Trimming"  Value="Wor dEllipsis" />        
129           <S etter Prop erty="Text Wrapping"  Value="NoW rap"/>        
130           <S etter Prop erty="Typo graphy.Sty listicSet2 0" Value=" True"/>        
131           <S etter Prop erty="Typo graphy.Dis cretionary Ligatures"  Value="Tr ue"/>        
132           <S etter Prop erty="Typo graphy.Cas eSensitive Forms" Val ue="True"/ >        
133           <S etter Prop erty="Font Size" Valu e="26.667" />        
134           <S etter Prop erty="Line StackingSt rategy" Va lue="Block LineHeight "/>        
135           <S etter Prop erty="Font Weight" Va lue="Light "/>        
136           <S etter Prop erty="Line Height" Va lue="30"/>        
137           <S etter Prop erty="Rend erTransfor m">        
138                <Setter. Value>        
139                    <Tra nslateTran sform X="- 1" Y="6"/>        
140                </Setter .Value>        
141           </ Setter>        
142       </Styl e>        
143          
144       <!-- B utton styl es -->        
145               
146       <!--        
147           Te xtButtonSt yle is use d to style  a Button  using subh eader-styl ed text wi th no othe r adornmen t.  There        
148           ar e two styl es that ar e based on  TextButto nStyle (Te xtPrimaryB uttonStyle  and TextS econdaryBu ttonStyle)        
149           wh ich are us ed in the  GroupedIte msPage as  a group he ader and i n the File OpenPicker Page for t riggering        
150           co mmands.        
151       -->        
152       <Style  x:Key="Te xtButtonSt yle" Targe tType="But tonBase">        
153           <S etter Prop erty="MinW idth" Valu e="0"/>        
154           <S etter Prop erty="MinH eight" Val ue="0"/>        
155           <S etter Prop erty="Temp late">        
156                <Setter. Value>        
157                    <Con trolTempla te TargetT ype="Butto nBase">        
158                         <Grid Back ground="Tr ansparent" >        
159                             <Conte ntPresente r x:Name=" Text" Cont ent="{Temp lateBindin g Content} " />        
160                             <Recta ngle        
161                                 x: Name="Focu sVisualWhi te"        
162                                 Is HitTestVis ible="Fals e"        
163                                 St roke="{Sta ticResourc e FocusVis ualWhiteSt rokeThemeB rush}"        
164                                 St rokeEndLin eCap="Squa re"        
165                                 St rokeDashAr ray="1,1"        
166                                 Op acity="0"        
167                                 St rokeDashOf fset="1.5" />        
168                             <Recta ngle        
169                                 x: Name="Focu sVisualBla ck"        
170                                 Is HitTestVis ible="Fals e"        
171                                 St roke="{Sta ticResourc e FocusVis ualBlackSt rokeThemeB rush}"        
172                                 St rokeEndLin eCap="Squa re"        
173                                 St rokeDashAr ray="1,1"        
174                                 Op acity="0"        
175                                 St rokeDashOf fset="0.5" />        
176                             <Visua lStateMana ger.Visual StateGroup s>        
177                                 <V isualState Group x:Na me="Common States">        
178                                      <VisualS tate x:Nam e="Normal" />        
179                                      <VisualS tate x:Nam e="Pointer Over">        
180                                          <Sto ryboard>        
181                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Text"  Storyboard .TargetPro perty="For eground">        
182                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce Applica tionPointe rOverForeg roundTheme Brush}"/>        
183                                               </ObjectAn imationUsi ngKeyFrame s>        
184                                          </St oryboard>        
185                                      </Visual State>        
186                                      <VisualS tate x:Nam e="Pressed ">        
187                                          <Sto ryboard>        
188                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Text"  Storyboard .TargetPro perty="For eground">        
189                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce Applica tionPresse dForegroun dThemeBrus h}"/>        
190                                               </ObjectAn imationUsi ngKeyFrame s>        
191                                          </St oryboard>        
192                                      </Visual State>        
193                                      <VisualS tate x:Nam e="Disable d">        
194                                          <Sto ryboard>        
195                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Text"  Storyboard .TargetPro perty="For eground">        
196                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce Applica tionPresse dForegroun dThemeBrus h}"/>        
197                                               </ObjectAn imationUsi ngKeyFrame s>        
198                                          </St oryboard>        
199                                      </Visual State>        
200                                 </ VisualStat eGroup>        
201                                 <V isualState Group x:Na me="FocusS tates">        
202                                      <VisualS tate x:Nam e="Focused ">        
203                                          <Sto ryboard>        
204                                               <DoubleAni mation Dur ation="0"  To="1" Sto ryboard.Ta rgetName=" FocusVisua lWhite" St oryboard.T argetPrope rty="Opaci ty"/>        
205                                               <DoubleAni mation Dur ation="0"  To="1" Sto ryboard.Ta rgetName=" FocusVisua lBlack" St oryboard.T argetPrope rty="Opaci ty"/>        
206                                          </St oryboard>        
207                                      </Visual State>        
208                                      <VisualS tate x:Nam e="Unfocus ed"/>        
209                                 </ VisualStat eGroup>        
210                                 <V isualState Group x:Na me="CheckS tates">        
211                                      <VisualS tate x:Nam e="Checked "/>        
212                                      <VisualS tate x:Nam e="Uncheck ed">        
213                                          <Sto ryboard>        
214                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Text"  Storyboard .TargetPro perty="For eground">        
215                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce Applica tionSecond aryForegro undThemeBr ush}"/>        
216                                               </ObjectAn imationUsi ngKeyFrame s>        
217                                          </St oryboard>        
218                                      </Visual State>        
219                                      <VisualS tate x:Nam e="Indeter minate"/>        
220                                 </ VisualStat eGroup>        
221                             </Visu alStateMan ager.Visua lStateGrou ps>        
222                         </Grid>        
223                    </Co ntrolTempl ate>        
224                </Setter .Value>        
225           </ Setter>        
226       </Styl e>        
227          
228       <Style  x:Key="Te xtPrimaryB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  TextButto nStyle}">        
229           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  Applicati onHeaderFo regroundTh emeBrush}" />        
230       </Styl e>        
231          
232       <Style  x:Key="Te xtSecondar yButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce TextBut tonStyle}" >        
233           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  Applicati onSecondar yForegroun dThemeBrus h}"/>        
234       </Styl e>        
235          
236       <!--        
237           Te xtRadioBut tonStyle i s used to  style a Ra dioButton  using subh eader-styl ed text wi th no othe r adornmen t.        
238           Th is style i s used in  the Search ResultsPag e to allow  selection  among fil ters.        
239       -->        
240       <Style  x:Key="Te xtRadioBut tonStyle"  TargetType ="RadioBut ton" Based On="{Stati cResource  TextButton Style}">        
241           <S etter Prop erty="Marg in" Value= "0,0,30,0" />        
242       </Styl e>        
243          
244       <!--        
245           Ap pBarButton Style is u sed to sty le a Butto n (or Togg leButton)  for use in  an App Ba r.  Conten t will be  centered         
246           an d should f it within  the 40 pix el radius  glyph prov ided.  16- point Sego e UI Symbo l is used  for conten t text         
247           to  simplify  the use of  glyphs fr om that fo nt.  Autom ationPrope rties.Name  is used f or the tex t below th e glyph.        
248       -->        
249       <Style  x:Key="Ap pBarButton Style" Tar getType="B uttonBase" >        
250           <S etter Prop erty="Fore ground" Va lue="{Stat icResource  AppBarIte mForegroun dThemeBrus h}"/>        
251           <S etter Prop erty="Vert icalAlignm ent" Value ="Stretch" />        
252           <S etter Prop erty="Font Family" Va lue="Segoe  UI Symbol "/>        
253           <S etter Prop erty="Font Weight" Va lue="Norma l"/>        
254           <S etter Prop erty="Font Size" Valu e="20"/>        
255           <S etter Prop erty="Auto mationProp erties.Ite mType" Val ue="App Ba r Button"/ >        
256           <S etter Prop erty="Temp late">        
257                <Setter. Value>        
258                    <Con trolTempla te TargetT ype="Butto nBase">        
259                         <Grid x:Na me="RootGr id" Width= "100" Back ground="Tr ansparent" >        
260                             <Stack Panel Vert icalAlignm ent="Top"  Margin="0, 12,0,11">        
261                                 <G rid Width= "40" Heigh t="40" Mar gin="0,0,0 ,5" Horizo ntalAlignm ent="Cente r">        
262                                      <TextBlo ck x:Name= "Backgroun dGlyph" Te xt="&#xE0A 8;" FontFa mily="Sego e UI Symbo l" FontSiz e="53.333"  Margin="- 4,-19,0,0"  Foregroun d="{Static Resource A ppBarItemB ackgroundT hemeBrush} "/>        
263                                      <TextBlo ck x:Name= "OutlineGl yph" Text= "&#xE0A7;"  FontFamil y="Segoe U I Symbol"  FontSize=" 53.333" Ma rgin="-4,- 19,0,0"/>        
264                                      <Content Presenter  x:Name="Co ntent" Hor izontalAli gnment="Ce nter" Marg in="-1,-1, 0,0" Verti calAlignme nt="Center "/>        
265                                 </ Grid>        
266                                 <T extBlock        
267                                      x:Name=" TextLabel"        
268                                      Text="{T emplateBin ding Autom ationPrope rties.Name }"        
269                                      Foregrou nd="{Stati cResource  AppBarItem Foreground ThemeBrush }"        
270                                      Margin=" 0,0,2,0"        
271                                      FontSize ="12"        
272                                      TextAlig nment="Cen ter"        
273                                      Width="8 8"        
274                                      MaxHeigh t="32"        
275                                      TextTrim ming="Word Ellipsis"        
276                                      Style="{ StaticReso urce Basic TextStyle} "/>        
277                             </Stac kPanel>        
278                             <Recta ngle        
279                                      x:Name=" FocusVisua lWhite"        
280                                      IsHitTes tVisible=" False"        
281                                      Stroke=" {StaticRes ource Focu sVisualWhi teStrokeTh emeBrush}"        
282                                      StrokeEn dLineCap=" Square"        
283                                      StrokeDa shArray="1 ,1"        
284                                      Opacity= "0"        
285                                      StrokeDa shOffset=" 1.5"/>        
286                             <Recta ngle        
287                                      x:Name=" FocusVisua lBlack"        
288                                      IsHitTes tVisible=" False"        
289                                      Stroke=" {StaticRes ource Focu sVisualBla ckStrokeTh emeBrush}"        
290                                      StrokeEn dLineCap=" Square"        
291                                      StrokeDa shArray="1 ,1"        
292                                      Opacity= "0"        
293                                      StrokeDa shOffset=" 0.5"/>        
294          
295                             <Visua lStateMana ger.Visual StateGroup s>        
296                                 <V isualState Group x:Na me="Applic ationViewS tates">        
297                                      <VisualS tate x:Nam e="FullScr eenLandsca pe"/>        
298                                      <VisualS tate x:Nam e="Filled" />        
299                                      <VisualS tate x:Nam e="FullScr eenPortrai t">        
300                                          <Sto ryboard>        
301                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="TextLa bel" Story board.Targ etProperty ="Visibili ty">        
302                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="Col lapsed"/>        
303                                               </ObjectAn imationUsi ngKeyFrame s>        
304                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="RootGr id" Storyb oard.Targe tProperty= "Width">        
305                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="60" />        
306                                               </ObjectAn imationUsi ngKeyFrame s>        
307                                          </St oryboard>        
308                                      </Visual State>        
309                                      <VisualS tate x:Nam e="Snapped ">        
310                                          <Sto ryboard>        
311                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="TextLa bel" Story board.Targ etProperty ="Visibili ty">        
312                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="Col lapsed"/>        
313                                               </ObjectAn imationUsi ngKeyFrame s>        
314                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="RootGr id" Storyb oard.Targe tProperty= "Width">        
315                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="60" />        
316                                               </ObjectAn imationUsi ngKeyFrame s>        
317                                          </St oryboard>        
318                                      </Visual State>        
319                                 </ VisualStat eGroup>        
320                                 <V isualState Group x:Na me="Common States">        
321                                      <VisualS tate x:Nam e="Normal" />        
322                                      <VisualS tate x:Nam e="Pointer Over">        
323                                          <Sto ryboard>        
324                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
325                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temPointer OverBackgr oundThemeB rush}"/>        
326                                               </ObjectAn imationUsi ngKeyFrame s>        
327                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Conten t" Storybo ard.Target Property=" Foreground ">        
328                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temPointer OverForegr oundThemeB rush}"/>        
329                                               </ObjectAn imationUsi ngKeyFrame s>        
330                                          </St oryboard>        
331                                      </Visual State>        
332                                      <VisualS tate x:Nam e="Pressed ">        
333                                          <Sto ryboard>        
334                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Outlin eGlyph" St oryboard.T argetPrope rty="Foreg round">        
335                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temForegro undThemeBr ush}"/>        
336                                               </ObjectAn imationUsi ngKeyFrame s>        
337                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
338                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temForegro undThemeBr ush}"/>        
339                                               </ObjectAn imationUsi ngKeyFrame s>        
340                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Conten t" Storybo ard.Target Property=" Foreground ">        
341                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temPressed Foreground ThemeBrush }"/>        
342                                               </ObjectAn imationUsi ngKeyFrame s>        
343                                          </St oryboard>        
344                                      </Visual State>        
345                                      <VisualS tate x:Nam e="Disable d">        
346                                          <Sto ryboard>        
347                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Outlin eGlyph" St oryboard.T argetPrope rty="Foreg round">        
348                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temDisable dForegroun dThemeBrus h}"/>        
349                                               </ObjectAn imationUsi ngKeyFrame s>        
350                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Conten t" Storybo ard.Target Property=" Foreground ">        
351                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temDisable dForegroun dThemeBrus h}"/>        
352                                               </ObjectAn imationUsi ngKeyFrame s>        
353                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="TextLa bel" Story board.Targ etProperty ="Foregrou nd">        
354                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temDisable dForegroun dThemeBrus h}"/>        
355                                               </ObjectAn imationUsi ngKeyFrame s>        
356                                          </St oryboard>        
357                                      </Visual State>        
358                                 </ VisualStat eGroup>        
359                                 <V isualState Group x:Na me="FocusS tates">        
360                                      <VisualS tate x:Nam e="Focused ">        
361                                          <Sto ryboard>        
362                                               <DoubleAni mation        
363                                                       St oryboard.T argetName= "FocusVisu alWhite"        
364                                                       St oryboard.T argetPrope rty="Opaci ty"        
365                                                       To ="1"        
366                                                       Du ration="0" />        
367                                               <DoubleAni mation        
368                                                       St oryboard.T argetName= "FocusVisu alBlack"        
369                                                       St oryboard.T argetPrope rty="Opaci ty"        
370                                                       To ="1"        
371                                                       Du ration="0" />        
372                                          </St oryboard>        
373                                      </Visual State>        
374                                      <VisualS tate x:Nam e="Unfocus ed" />        
375                                      <VisualS tate x:Nam e="Pointer Focused" / >        
376                                 </ VisualStat eGroup>        
377                                 <V isualState Group x:Na me="CheckS tates">        
378                                      <VisualS tate x:Nam e="Checked ">        
379                                          <Sto ryboard>        
380                                               <DoubleAni mation Dur ation="0"  To="0" Sto ryboard.Ta rgetName=" OutlineGly ph" Storyb oard.Targe tProperty= "Opacity"/ >        
381                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
382                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temForegro undThemeBr ush}"/>        
383                                               </ObjectAn imationUsi ngKeyFrame s>        
384                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundChecke dGlyph" St oryboard.T argetPrope rty="Visib ility">        
385                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="Vis ible"/>        
386                                               </ObjectAn imationUsi ngKeyFrame s>        
387                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Conten t" Storybo ard.Target Property=" Foreground ">        
388                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce AppBarI temPressed Foreground ThemeBrush }"/>        
389                                               </ObjectAn imationUsi ngKeyFrame s>        
390                                          </St oryboard>        
391                                      </Visual State>        
392                                      <VisualS tate x:Nam e="Uncheck ed"/>        
393                                      <VisualS tate x:Nam e="Indeter minate"/>        
394                                 </ VisualStat eGroup>        
395                             </Visu alStateMan ager.Visua lStateGrou ps>        
396                         </Grid>        
397                    </Co ntrolTempl ate>        
398                </Setter .Value>        
399           </ Setter>        
400       </Styl e>        
401          
402       <!--         
403           St andard App BarButton  Styles for  use with  Button and  ToggleBut ton        
404               
405           An  AppBarBut ton Style  is provide d for each  of the gl yphs in th e Segoe UI  Symbol fo nt.          
406           Un comment an y style yo u referenc e (as not  all may be  required) .        
407       -->        
408          
409       <!--        
410               
411       <Style  x:Key="Sk ipBackAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
412           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sk ipBackAppB arButton"/ >        
413           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Skip Back" />        
414           <S etter Prop erty="Cont ent" Value ="&#xE100; "/>        
415       </Styl e>        
416       <Style  x:Key="Sk ipAheadApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
417           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sk ipAheadApp BarButton" />        
418           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Skip Ahead "/>        
419           <S etter Prop erty="Cont ent" Value ="&#xE101; "/>        
420       </Styl e>        
421       <Style  x:Key="Pl ayAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
422           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pl ayAppBarBu tton"/>        
423           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Play"/>        
424           <S etter Prop erty="Cont ent" Value ="&#xE102; "/>        
425       </Styl e>        
426       <Style  x:Key="Pa useAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
427           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pa useAppBarB utton"/>        
428           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Pause"/>        
429           <S etter Prop erty="Cont ent" Value ="&#xE103; "/>        
430       </Styl e>        
431       <Style  x:Key="Ed itAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
432           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ed itAppBarBu tton"/>        
433           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Edit"/>        
434           <S etter Prop erty="Cont ent" Value ="&#xE104; "/>        
435       </Styl e>        
436       <Style  x:Key="Sa veAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
437           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sa veAppBarBu tton"/>        
438           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Save"/>        
439           <S etter Prop erty="Cont ent" Value ="&#xE105; "/>        
440       </Styl e>        
441       <Style  x:Key="De leteAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
442           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="De leteAppBar Button"/>        
443           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Delete"/>        
444           <S etter Prop erty="Cont ent" Value ="&#xE106; "/>        
445       </Styl e>        
446       <Style  x:Key="Di scardAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
447           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Di scardAppBa rButton"/>        
448           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Discard"/>        
449           <S etter Prop erty="Cont ent" Value ="&#xE107; "/>        
450       </Styl e>        
451       <Style  x:Key="Re moveAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
452           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re moveAppBar Button"/>        
453           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Remove"/>        
454           <S etter Prop erty="Cont ent" Value ="&#xE108; "/>        
455       </Styl e>        
456       <Style  x:Key="Ad dAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
457           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ad dAppBarBut ton"/>        
458           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Add"/>        
459           <S etter Prop erty="Cont ent" Value ="&#xE109; "/>        
460       </Styl e>        
461       <Style  x:Key="No AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
462           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="No AppBarButt on"/>        
463           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" No"/>        
464           <S etter Prop erty="Cont ent" Value ="&#xE10A; "/>        
465       </Styl e>        
466       <Style  x:Key="Ye sAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
467           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ye sAppBarBut ton"/>        
468           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Yes"/>        
469           <S etter Prop erty="Cont ent" Value ="&#xE10B; "/>        
470       </Styl e>        
471       <Style  x:Key="Mo reAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
472           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Mo reAppBarBu tton"/>        
473           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" More"/>        
474           <S etter Prop erty="Cont ent" Value ="&#xE10C; "/>        
475       </Styl e>        
476       <Style  x:Key="Re doAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
477           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re doAppBarBu tton"/>        
478           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Redo"/>        
479           <S etter Prop erty="Cont ent" Value ="&#xE10D; "/>        
480       </Styl e>        
481       <Style  x:Key="Un doAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
482           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Un doAppBarBu tton"/>        
483           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Undo"/>        
484           <S etter Prop erty="Cont ent" Value ="&#xE10E; "/>        
485       </Styl e>        
486       <Style  x:Key="Ho meAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
487           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ho meAppBarBu tton"/>        
488           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Home"/>        
489           <S etter Prop erty="Cont ent" Value ="&#xE10F; "/>        
490       </Styl e>        
491       <Style  x:Key="Ou tAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
492           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ou tAppBarBut ton"/>        
493           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Out"/>        
494           <S etter Prop erty="Cont ent" Value ="&#xE110; "/>        
495       </Styl e>        
496       <Style  x:Key="Ne xtAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
497           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ne xtAppBarBu tton"/>        
498           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Next"/>        
499           <S etter Prop erty="Cont ent" Value ="&#xE111; "/>        
500       </Styl e>        
501       <Style  x:Key="Pr eviousAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
502           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pr eviousAppB arButton"/ >        
503           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Previous"/ >        
504           <S etter Prop erty="Cont ent" Value ="&#xE112; "/>        
505       </Styl e>        
506       <Style  x:Key="Fa voriteAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
507           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fa voriteAppB arButton"/ >        
508           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Favorite"/ >        
509           <S etter Prop erty="Cont ent" Value ="&#xE113; "/>        
510       </Styl e>        
511       <Style  x:Key="Ph otoAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
512           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ph otoAppBarB utton"/>        
513           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Photo"/>        
514           <S etter Prop erty="Cont ent" Value ="&#xE114; "/>        
515       </Styl e>        
516       <Style  x:Key="Se ttingsAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
517           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se ttingsAppB arButton"/ >        
518           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Settings"/ >        
519           <S etter Prop erty="Cont ent" Value ="&#xE115; "/>        
520       </Styl e>        
521       -->        
522          
523       <!--        
524       <Style  x:Key="Vi deoAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
525           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Vi deoAppBarB utton"/>        
526           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Video"/>        
527           <S etter Prop erty="Cont ent" Value ="&#xE116; "/>        
528       </Styl e>        
529       <Style  x:Key="Re freshAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
530           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re freshAppBa rButton"/>        
531           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Refresh"/>        
532           <S etter Prop erty="Cont ent" Value ="&#xE117; "/>        
533       </Styl e>        
534       <Style  x:Key="Do wnloadAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
535           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Do wnloadAppB arButton"/ >        
536           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Download"/ >        
537           <S etter Prop erty="Cont ent" Value ="&#xE118; "/>        
538       </Styl e>        
539       <Style  x:Key="Ma ilAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
540           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma ilAppBarBu tton"/>        
541           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Mail"/>        
542           <S etter Prop erty="Cont ent" Value ="&#xE119; "/>        
543       </Styl e>        
544       <Style  x:Key="Se archAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
545           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se archAppBar Button"/>        
546           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Search"/>        
547           <S etter Prop erty="Cont ent" Value ="&#xE11A; "/>        
548       </Styl e>        
549       <Style  x:Key="He lpAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
550           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="He lpAppBarBu tton"/>        
551           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Help"/>        
552           <S etter Prop erty="Cont ent" Value ="&#xE11B; "/>        
553       </Styl e>        
554       <Style  x:Key="Up loadAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
555           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Up loadAppBar Button"/>        
556           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Upload"/>        
557           <S etter Prop erty="Cont ent" Value ="&#xE11C; "/>        
558       </Styl e>        
559       <Style  x:Key="Em ojiAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
560           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Em ojiAppBarB utton"/>        
561           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Emoji"/>        
562           <S etter Prop erty="Cont ent" Value ="&#xE11D; "/>        
563       </Styl e>        
564       <Style  x:Key="Tw oPageAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
565           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Tw oPageAppBa rButton"/>        
566           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Two Page"/ >        
567           <S etter Prop erty="Cont ent" Value ="&#xE11E; "/>        
568       </Styl e>        
569       <Style  x:Key="Le aveChatApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
570           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Le aveChatApp BarButton" />        
571           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Upload"/>        
572           <S etter Prop erty="Cont ent" Value ="&#xE11F; "/>        
573       </Styl e>        
574       <Style  x:Key="Ma ilForwardA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
575           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma ilForwardA ppBarButto n"/>        
576           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Forward Ma il"/>        
577           <S etter Prop erty="Cont ent" Value ="&#xE120; "/>        
578       </Styl e>        
579       <Style  x:Key="Cl ockAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
580           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cl ockAppBarB utton"/>        
581           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Clock"/>        
582           <S etter Prop erty="Cont ent" Value ="&#xE121; "/>        
583       </Styl e>        
584       <Style  x:Key="Se ndAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
585           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se ndAppBarBu tton"/>        
586           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Send"/>        
587           <S etter Prop erty="Cont ent" Value ="&#xE122; "/>        
588       </Styl e>        
589       <Style  x:Key="Cr opAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
590           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cr opAppBarBu tton"/>        
591           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Crop"/>        
592           <S etter Prop erty="Cont ent" Value ="&#xE123; "/>        
593       </Styl e>        
594       <Style  x:Key="Ro tateCamera AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
595           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ro tateCamera AppBarButt on"/>        
596           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Rotate Cam era"/>        
597           <S etter Prop erty="Cont ent" Value ="&#xE124; "/>        
598       </Styl e>        
599       <Style  x:Key="Pe opleAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
600           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pe opleAppBar Button"/>        
601           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" People"/>        
602           <S etter Prop erty="Cont ent" Value ="&#xE125; "/>        
603       </Styl e>        
604       <Style  x:Key="Cl osePaneApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
605           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cl osePaneApp BarButton" />        
606           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Close Pane "/>        
607           <S etter Prop erty="Cont ent" Value ="&#xE126; "/>        
608       </Styl e>        
609       <Style  x:Key="Op enPaneAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
610           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Op enPaneAppB arButton"/ >        
611           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Open Pane" />        
612           <S etter Prop erty="Cont ent" Value ="&#xE127; "/>        
613       </Styl e>        
614       -->        
615          
616       <!--        
617       <Style  x:Key="Wo rldAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
618           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Wo rldAppBarB utton"/>        
619           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" World"/>        
620           <S etter Prop erty="Cont ent" Value ="&#xE128; "/>        
621       </Styl e>        
622       <Style  x:Key="Fl agAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
623           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fl agAppBarBu tton"/>        
624           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Flag"/>        
625           <S etter Prop erty="Cont ent" Value ="&#xE129; "/>        
626       </Styl e>        
627       <Style  x:Key="Pr eviewLinkA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
628           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pr eviewLinkA ppBarButto n"/>        
629           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Preview Li nk"/>        
630           <S etter Prop erty="Cont ent" Value ="&#xE12A; "/>        
631       </Styl e>        
632       <Style  x:Key="Gl obeAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
633           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Gl obeAppBarB utton"/>        
634           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Globe"/>        
635           <S etter Prop erty="Cont ent" Value ="&#xE12B; "/>        
636       </Styl e>        
637       <Style  x:Key="Tr imAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
638           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Tr imAppBarBu tton"/>        
639           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Trim"/>        
640           <S etter Prop erty="Cont ent" Value ="&#xE12C; "/>        
641       </Styl e>        
642       <Style  x:Key="At tachCamera AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
643           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="At tachCamera AppBarButt on"/>        
644           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Attach Cam era"/>        
645           <S etter Prop erty="Cont ent" Value ="&#xE12D; "/>        
646       </Styl e>        
647       <Style  x:Key="Zo omInAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
648           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Zo omInAppBar Button"/>        
649           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Zoom In"/>        
650           <S etter Prop erty="Cont ent" Value ="&#xE12E; "/>        
651       </Styl e>        
652       <Style  x:Key="Bo okmarksApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
653           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Bo okmarksApp BarButton" />        
654           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Bookmarks" />        
655           <S etter Prop erty="Cont ent" Value ="&#xE12F; "/>        
656       </Styl e>        
657       <Style  x:Key="Do cumentAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
658           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Do cumentAppB arButton"/ >        
659           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Document"/ >        
660           <S etter Prop erty="Cont ent" Value ="&#xE130; "/>        
661       </Styl e>        
662       <Style  x:Key="Pr otectedDoc umentAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
663           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pr otectedDoc umentAppBa rButton"/>        
664           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Protected  Document"/ >        
665           <S etter Prop erty="Cont ent" Value ="&#xE131; "/>        
666       </Styl e>        
667       <Style  x:Key="Pa geAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
668           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pa geAppBarBu tton"/>        
669           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Page"/>        
670           <S etter Prop erty="Cont ent" Value ="&#xE132; "/>        
671       </Styl e>        
672       <Style  x:Key="Bu lletsAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
673           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Bu lletsAppBa rButton"/>        
674           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Bullets"/>        
675           <S etter Prop erty="Cont ent" Value ="&#xE133; "/>        
676       </Styl e>        
677       <Style  x:Key="Co mmentAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
678           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co mmentAppBa rButton"/>        
679           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Comment"/>        
680           <S etter Prop erty="Cont ent" Value ="&#xE134; "/>        
681       </Styl e>        
682       <Style  x:Key="Ma il2AppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
683           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma il2AppBarB utton"/>        
684           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Mail2"/>        
685           <S etter Prop erty="Cont ent" Value ="&#xE135; "/>        
686       </Styl e>        
687       <Style  x:Key="Co ntactInfoA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
688           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co ntactInfoA ppBarButto n"/>        
689           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Contact In fo"/>        
690           <S etter Prop erty="Cont ent" Value ="&#xE136; "/>        
691       </Styl e>        
692       <Style  x:Key="Ha ngUpAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
693           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ha ngUpAppBar Button"/>        
694           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Hang Up"/>        
695           <S etter Prop erty="Cont ent" Value ="&#xE137; "/>        
696       </Styl e>        
697       <Style  x:Key="Vi ewAllAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
698           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Vi ewAllAppBa rButton"/>        
699           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" View All"/ >        
700           <S etter Prop erty="Cont ent" Value ="&#xE138; "/>        
701       </Styl e>        
702       <Style  x:Key="Ma pPinAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
703           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma pPinAppBar Button"/>        
704           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Map Pin"/>        
705           <S etter Prop erty="Cont ent" Value ="&#xE139; "/>        
706       </Styl e>        
707       <Style  x:Key="Ph oneAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
708           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ph oneAppBarB utton"/>        
709           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Phone"/>        
710           <S etter Prop erty="Cont ent" Value ="&#xE13A; "/>        
711       </Styl e>        
712       <Style  x:Key="Vi deoChatApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
713           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Vi deoChatApp BarButton" />        
714           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Video Chat "/>        
715           <S etter Prop erty="Cont ent" Value ="&#xE13B; "/>        
716       </Styl e>        
717       <Style  x:Key="Sw itchAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
718           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sw itchAppBar Button"/>        
719           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Switch"/>        
720           <S etter Prop erty="Cont ent" Value ="&#xE13C; "/>        
721       </Styl e>        
722       <Style  x:Key="Co ntactAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
723           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co ntactAppBa rButton"/>        
724           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Contact"/>        
725           <S etter Prop erty="Cont ent" Value ="&#xE13D; "/>        
726       </Styl e>        
727          
728       -->        
729          
730       <!--        
731          
732       <Style  x:Key="Re nameAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
733           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re nameAppBar Button"/>        
734           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Rename"/>        
735           <S etter Prop erty="Cont ent" Value ="&#xE13E; "/>        
736       </Styl e>        
737       <Style  x:Key="Pi nAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
738           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pi nAppBarBut ton"/>        
739           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Pin"/>        
740           <S etter Prop erty="Cont ent" Value ="&#xE141; "/>        
741       </Styl e>        
742       <Style  x:Key="Mu sicInfoApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
743           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Mu sicInfoApp BarButton" />        
744           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Music Info "/>        
745           <S etter Prop erty="Cont ent" Value ="&#xE142; "/>        
746       </Styl e>        
747       <Style  x:Key="Go AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
748           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Go AppBarButt on"/>        
749           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Go"/>        
750           <S etter Prop erty="Cont ent" Value ="&#xE143; "/>        
751       </Styl e>        
752       <Style  x:Key="Ke yboardAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
753           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ke yboardAppB arButton"/ >        
754           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Keyboard"/ >        
755           <S etter Prop erty="Cont ent" Value ="&#xE144; "/>        
756       </Styl e>        
757       <Style  x:Key="Do ckLeftAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
758           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Do ckLeftAppB arButton"/ >        
759           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Dock Left" />        
760           <S etter Prop erty="Cont ent" Value ="&#xE145; "/>        
761       </Styl e>        
762       <Style  x:Key="Do ckRightApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
763           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Do ckRightApp BarButton" />        
764           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Dock Right "/>        
765           <S etter Prop erty="Cont ent" Value ="&#xE146; "/>        
766       </Styl e>        
767       <Style  x:Key="Do ckBottomAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
768           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Do ckBottomAp pBarButton "/>        
769           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Dock Botto m"/>        
770           <S etter Prop erty="Cont ent" Value ="&#xE147; "/>        
771       </Styl e>        
772       <Style  x:Key="Re moteAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
773           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re moteAppBar Button"/>        
774           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Remote"/>        
775           <S etter Prop erty="Cont ent" Value ="&#xE148; "/>        
776       </Styl e>        
777       <Style  x:Key="Sy ncAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
778           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sy ncAppBarBu tton"/>        
779           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Sync"/>        
780           <S etter Prop erty="Cont ent" Value ="&#xE149; "/>        
781       </Styl e>        
782       <Style  x:Key="Ro tateAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
783           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ro tateAppBar Button"/>        
784           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Rotate"/>        
785           <S etter Prop erty="Cont ent" Value ="&#xE14A; "/>        
786       </Styl e>        
787       <Style  x:Key="Sh uffleAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
788           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sh uffleAppBa rButton"/>        
789           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Shuffle"/>        
790           <S etter Prop erty="Cont ent" Value ="&#xE14B; "/>        
791       </Styl e>        
792       <Style  x:Key="Li stAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
793           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Li stAppBarBu tton"/>        
794           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" List"/>        
795           <S etter Prop erty="Cont ent" Value ="&#xE14C; "/>        
796       </Styl e>        
797       <Style  x:Key="Sh opAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
798           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sh opAppBarBu tton"/>        
799           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Shop"/>        
800           <S etter Prop erty="Cont ent" Value ="&#xE14D; "/>        
801       </Styl e>        
802       <Style  x:Key="Se lectAllApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
803           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se lectAllApp BarButton" />        
804           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Select All "/>        
805           <S etter Prop erty="Cont ent" Value ="&#xE14E; "/>        
806       </Styl e>        
807       <Style  x:Key="Or ientationA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
808           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Or ientationA ppBarButto n"/>        
809           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Orientatio n"/>        
810           <S etter Prop erty="Cont ent" Value ="&#xE14F; "/>        
811       </Styl e>        
812       <Style  x:Key="Im portAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
813           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Im portAppBar Button"/>        
814           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Import"/>        
815           <S etter Prop erty="Cont ent" Value ="&#xE150; "/>        
816       </Styl e>        
817       <Style  x:Key="Im portAllApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
818           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Im portAllApp BarButton" />        
819           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Import All "/>        
820           <S etter Prop erty="Cont ent" Value ="&#xE151; "/>        
821       </Styl e>        
822       <Style  x:Key="Br owsePhotos AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
823           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Br owsePhotos AppBarButt on"/>        
824           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Browse Pho tos"/>        
825           <S etter Prop erty="Cont ent" Value ="&#xE155; "/>        
826       </Styl e>        
827       <Style  x:Key="We bcamAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
828           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="We bcamAppBar Button"/>        
829           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Webcam"/>        
830           <S etter Prop erty="Cont ent" Value ="&#xE156; "/>        
831       </Styl e>        
832       -->        
833          
834       <!--        
835       <Style  x:Key="Pi cturesAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
836           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pi cturesAppB arButton"/ >        
837           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Pictures"/ >        
838           <S etter Prop erty="Cont ent" Value ="&#xE158; "/>        
839       </Styl e>        
840       <Style  x:Key="Sa veLocalApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
841           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sa veLocalApp BarButton" />        
842           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Save Local "/>        
843           <S etter Prop erty="Cont ent" Value ="&#xE159; "/>        
844       </Styl e>        
845       <Style  x:Key="Ca ptionAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
846           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca ptionAppBa rButton"/>        
847           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Caption"/>        
848           <S etter Prop erty="Cont ent" Value ="&#xE15A; "/>        
849       </Styl e>        
850       <Style  x:Key="St opAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
851           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="St opAppBarBu tton"/>        
852           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Stop"/>        
853           <S etter Prop erty="Cont ent" Value ="&#xE15B; "/>        
854       </Styl e>        
855       <Style  x:Key="Sh owResultsA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
856           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sh owResultsA ppBarButto n"/>        
857           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Show Resul ts"/>        
858           <S etter Prop erty="Cont ent" Value ="&#xE15C; "/>        
859       </Styl e>        
860       <Style  x:Key="Vo lumeAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
861           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Vo lumeAppBar Button"/>        
862           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Volume"/>        
863           <S etter Prop erty="Cont ent" Value ="&#xE15D; "/>        
864       </Styl e>        
865       <Style  x:Key="Re pairAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
866           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re pairAppBar Button"/>        
867           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Repair"/>        
868           <S etter Prop erty="Cont ent" Value ="&#xE15E; "/>        
869       </Styl e>        
870       <Style  x:Key="Me ssageAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
871           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Me ssageAppBa rButton"/>        
872           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Message"/>        
873           <S etter Prop erty="Cont ent" Value ="&#xE15F; "/>        
874       </Styl e>        
875       <Style  x:Key="Pa ge2AppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
876           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pa ge2AppBarB utton"/>        
877           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Page2"/>        
878           <S etter Prop erty="Cont ent" Value ="&#xE160; "/>        
879       </Styl e>        
880       <Style  x:Key="Ca lendarDayA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
881           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca lendarDayA ppBarButto n"/>        
882           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Day"/>        
883           <S etter Prop erty="Cont ent" Value ="&#xE161; "/>        
884       </Styl e>        
885       <Style  x:Key="Ca lendarWeek AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
886           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca lendarWeek AppBarButt on"/>        
887           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Week"/>        
888           <S etter Prop erty="Cont ent" Value ="&#xE162; "/>        
889       </Styl e>        
890       <Style  x:Key="Ca lendarAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
891           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca lendarAppB arButton"/ >        
892           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Calendar"/ >        
893           <S etter Prop erty="Cont ent" Value ="&#xE163; "/>        
894       </Styl e>        
895       <Style  x:Key="Ch aractersAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
896           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ch aractersAp pBarButton "/>        
897           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Characters "/>        
898           <S etter Prop erty="Cont ent" Value ="&#xE164; "/>        
899       </Styl e>        
900       <Style  x:Key="Ma ilReplyAll AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
901           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma ilReplyAll AppBarButt on"/>        
902           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Reply All" />        
903           <S etter Prop erty="Cont ent" Value ="&#xE165; "/>        
904       </Styl e>        
905       <Style  x:Key="Re adAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
906           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re adAppBarBu tton"/>        
907           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Read"/>        
908           <S etter Prop erty="Cont ent" Value ="&#xE166; "/>        
909       </Styl e>        
910       <Style  x:Key="Li nkAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
911           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Li nkAppBarBu tton"/>        
912           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Link"/>        
913           <S etter Prop erty="Cont ent" Value ="&#xE167; "/>        
914       </Styl e>        
915       <Style  x:Key="Ac countsAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
916           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ac countsAppB arButton"/ >        
917           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Accounts"/ >        
918           <S etter Prop erty="Cont ent" Value ="&#xE168; "/>        
919       </Styl e>        
920       <Style  x:Key="Sh owBccAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
921           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sh owBccAppBa rButton"/>        
922           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Show Bcc"/ >        
923           <S etter Prop erty="Cont ent" Value ="&#xE169; "/>        
924       </Styl e>        
925       <Style  x:Key="Hi deBccAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
926           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Hi deBccAppBa rButton"/>        
927           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Hide Bcc"/ >        
928           <S etter Prop erty="Cont ent" Value ="&#xE16A; "/>        
929       </Styl e>        
930       -->        
931          
932       <!--        
933       <Style  x:Key="Cu tAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
934           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cu tAppBarBut ton"/>        
935           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Cut"/>        
936           <S etter Prop erty="Cont ent" Value ="&#xE16B; "/>        
937       </Styl e>        
938       <Style  x:Key="At tachAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
939           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="At tachAppBar Button"/>        
940           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Attach"/>        
941           <S etter Prop erty="Cont ent" Value ="&#xE16C; "/>        
942       </Styl e>        
943       <Style  x:Key="Pa steAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
944           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pa steAppBarB utton"/>        
945           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Paste"/>        
946           <S etter Prop erty="Cont ent" Value ="&#xE16D; "/>        
947       </Styl e>        
948       <Style  x:Key="Fi lterAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
949           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fi lterAppBar Button"/>        
950           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Filter"/>        
951           <S etter Prop erty="Cont ent" Value ="&#xE16E; "/>        
952       </Styl e>        
953       <Style  x:Key="Co pyAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
954           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co pyAppBarBu tton"/>        
955           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Copy"/>        
956           <S etter Prop erty="Cont ent" Value ="&#xE16F; "/>        
957       </Styl e>        
958       <Style  x:Key="Em oji2AppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
959           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Em oji2AppBar Button"/>        
960           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Emoji2"/>        
961           <S etter Prop erty="Cont ent" Value ="&#xE170; "/>        
962       </Styl e>        
963       <Style  x:Key="Im portantApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
964           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Im portantApp BarButton" />        
965           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Important" />        
966           <S etter Prop erty="Cont ent" Value ="&#xE171; "/>        
967       </Styl e>        
968       <Style  x:Key="Ma ilReplyApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
969           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma ilReplyApp BarButton" />        
970           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Reply"/>        
971           <S etter Prop erty="Cont ent" Value ="&#xE172; "/>        
972       </Styl e>        
973       <Style  x:Key="Sl ideShowApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
974           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sl ideShowApp BarButton" />        
975           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Slideshow" />        
976           <S etter Prop erty="Cont ent" Value ="&#xE173; "/>        
977       </Styl e>        
978       <Style  x:Key="So rtAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
979           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="So rtAppBarBu tton"/>        
980           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Sort"/>        
981           <S etter Prop erty="Cont ent" Value ="&#xE174; "/>        
982       </Styl e>        
983       <Style  x:Key="Ma nageAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
984           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma nageAppBar Button"/>        
985           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Manage"/>        
986           <S etter Prop erty="Cont ent" Value ="&#xE178; "/>        
987       </Styl e>        
988       <Style  x:Key="Al lAppsAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
989           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Al lAppsAppBa rButton"/>        
990           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" All Apps"/ >        
991           <S etter Prop erty="Cont ent" Value ="&#xE179; "/>        
992       </Styl e>        
993       <Style  x:Key="Di sconnectDr iveAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
994           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Di sconnectDr iveAppBarB utton"/>        
995           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Disconnect  Drive"/>        
996           <S etter Prop erty="Cont ent" Value ="&#xE17A; "/>        
997       </Styl e>        
998       <Style  x:Key="Ma pDriveAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
999           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma pDriveAppB arButton"/ >        
1000           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Map Drive" />        
1001           <S etter Prop erty="Cont ent" Value ="&#xE17B; "/>        
1002       </Styl e>        
1003       <Style  x:Key="Ne wWindowApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1004           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ne wWindowApp BarButton" />        
1005           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" New Window "/>        
1006           <S etter Prop erty="Cont ent" Value ="&#xE17C; "/>        
1007       </Styl e>        
1008       <Style  x:Key="Op enWithAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1009           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Op enWithAppB arButton"/ >        
1010           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Open With" />        
1011           <S etter Prop erty="Cont ent" Value ="&#xE17D; "/>        
1012       </Styl e>        
1013       <Style  x:Key="Co ntactPrese nceAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
1014           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co ntactPrese nceAppBarB utton"/>        
1015           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Presence"/ >        
1016           <S etter Prop erty="Cont ent" Value ="&#xE181; "/>        
1017       </Styl e>        
1018       <Style  x:Key="Pr iorityAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1019           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pr iorityAppB arButton"/ >        
1020           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Priority"/ >        
1021           <S etter Prop erty="Cont ent" Value ="&#xE182; "/>        
1022       </Styl e>        
1023       <Style  x:Key="Up loadSkyDri veAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1024           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Up loadSkyDri veAppBarBu tton"/>        
1025           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Skydrive"/ >        
1026           <S etter Prop erty="Cont ent" Value ="&#xE183; "/>        
1027       </Styl e>        
1028       <Style  x:Key="Go ToTodayApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1029           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Go ToTodayApp BarButton" />        
1030           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Today"/>        
1031           <S etter Prop erty="Cont ent" Value ="&#xE184; "/>        
1032       </Styl e>        
1033       <Style  x:Key="Fo ntAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1034           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo ntAppBarBu tton"/>        
1035           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Font"/>        
1036           <S etter Prop erty="Cont ent" Value ="&#xE185; "/>        
1037       </Styl e>        
1038          
1039       -->        
1040          
1041       <!--        
1042          
1043       <Style  x:Key="Fo ntColorApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1044           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo ntColorApp BarButton" />        
1045           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Font Color "/>        
1046           <S etter Prop erty="Cont ent" Value ="&#xE186; "/>        
1047       </Styl e>        
1048       <Style  x:Key="Co ntact2AppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1049           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Co ntact2AppB arButton"/ >        
1050           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Contact"/>        
1051           <S etter Prop erty="Cont ent" Value ="&#xE187; "/>        
1052       </Styl e>        
1053       <Style  x:Key="Fo lderppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
1054           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo lderAppBar Button"/>        
1055           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Folder"/>        
1056           <S etter Prop erty="Cont ent" Value ="&#xE188; "/>        
1057       </Styl e>        
1058       <Style  x:Key="Au dioAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
1059           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Au dioAppBarB utton"/>        
1060           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Audio"/>        
1061           <S etter Prop erty="Cont ent" Value ="&#xE189; "/>        
1062       </Styl e>        
1063       <Style  x:Key="Pl aceholderA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
1064           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pl aceholderA ppBarButto n"/>        
1065           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Placeholde r"/>        
1066           <S etter Prop erty="Cont ent" Value ="&#xE18A; "/>        
1067       </Styl e>        
1068       <Style  x:Key="Vi ewAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1069           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Vi ewAppBarBu tton"/>        
1070           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" View"/>        
1071           <S etter Prop erty="Cont ent" Value ="&#xE18B; "/>        
1072       </Styl e>        
1073       <Style  x:Key="Se tLockScree nAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
1074           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se tLockscree nAppBarBut ton"/>        
1075           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Set Locksc reen"/>        
1076           <S etter Prop erty="Cont ent" Value ="&#xE18C; "/>        
1077       </Styl e>        
1078       <Style  x:Key="Se tTitleAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1079           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Se tTitleAppB arButton"/ >        
1080           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Set Title" />        
1081           <S etter Prop erty="Cont ent" Value ="&#xE18D; "/>        
1082       </Styl e>        
1083       <Style  x:Key="Cc AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1084           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cc AppBarButt on"/>        
1085           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Cc"/>        
1086           <S etter Prop erty="Cont ent" Value ="&#xE190; "/>        
1087       </Styl e>        
1088       <Style  x:Key="St opSlideSho wAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
1089           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="St opSlidesho wAppBarBut ton"/>        
1090           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Stop Slide show"/>        
1091           <S etter Prop erty="Cont ent" Value ="&#xE191; "/>        
1092       </Styl e>        
1093       <Style  x:Key="Pe rmissionsA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
1094           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Pe rmissionsA ppBarButto n"/>        
1095           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Permisions "/>        
1096           <S etter Prop erty="Cont ent" Value ="&#xE192; "/>        
1097       </Styl e>        
1098       <Style  x:Key="Hi ghlightApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1099           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Hi ghlightApp BarButton" />        
1100           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Highlight" />        
1101           <S etter Prop erty="Cont ent" Value ="&#xE193; "/>        
1102       </Styl e>        
1103       <Style  x:Key="Di sableUpdat esAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1104           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Di sableUpdat esAppBarBu tton"/>        
1105           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Disable Up dates"/>        
1106           <S etter Prop erty="Cont ent" Value ="&#xE194; "/>        
1107       </Styl e>        
1108       <Style  x:Key="Un favoriteAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1109           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Un favoriteAp pBarButton "/>        
1110           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Unfavorite "/>        
1111           <S etter Prop erty="Cont ent" Value ="&#xE195; "/>        
1112       </Styl e>        
1113       <Style  x:Key="Un PinAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
1114           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Un PinAppBarB utton"/>        
1115           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Unpin"/>        
1116           <S etter Prop erty="Cont ent" Value ="&#xE196; "/>        
1117       </Styl e>        
1118       <Style  x:Key="Op enLocalApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1119           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Op enLocalApp BarButton" />        
1120           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Open Loal" />        
1121           <S etter Prop erty="Cont ent" Value ="&#xE197; "/>        
1122       </Styl e>        
1123       <Style  x:Key="Mu teAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1124           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Mu teAppBarBu tton"/>        
1125           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Mute"/>        
1126           <S etter Prop erty="Cont ent" Value ="&#xE198; "/>        
1127       </Styl e>        
1128       <Style  x:Key="It alicAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
1129           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="It alicAppBar Button"/>        
1130           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Italic"/>        
1131           <S etter Prop erty="Cont ent" Value ="&#xE199; "/>        
1132       </Styl e>        
1133       -->        
1134          
1135       <!--        
1136       <Style  x:Key="Un derlineApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1137           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Un derlineApp BarButton" />        
1138           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Underline" />        
1139           <S etter Prop erty="Cont ent" Value ="&#xE19A; "/>        
1140       </Styl e>        
1141       <Style  x:Key="Bo ldAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1142           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Bo ldAppBarBu tton"/>        
1143           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Bold"/>        
1144           <S etter Prop erty="Cont ent" Value ="&#xE19B; "/>        
1145       </Styl e>        
1146       <Style  x:Key="Mo veToFolder AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1147           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Mo veToFolder AppBarButt on"/>        
1148           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Move to Fo lder"/>        
1149           <S etter Prop erty="Cont ent" Value ="&#xE19C; "/>        
1150       </Styl e>        
1151       <Style  x:Key="Li keDislikeA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
1152           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Li keDislikeA ppBarButto n"/>        
1153           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Like/Disli ke"/>        
1154           <S etter Prop erty="Cont ent" Value ="&#xE19D; "/>        
1155       </Styl e>        
1156       <Style  x:Key="Di slikeAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
1157           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Di slikeAppBa rButton"/>        
1158           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Dislike"/>        
1159           <S etter Prop erty="Cont ent" Value ="&#xE19E; "/>        
1160       </Styl e>        
1161       <Style  x:Key="Li keAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1162           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Li keAppBarBu tton"/>        
1163           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Like"/>        
1164           <S etter Prop erty="Cont ent" Value ="&#xE19F; "/>        
1165       </Styl e>        
1166       <Style  x:Key="Al ignRightAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1167           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Al ignRightAp pBarButton "/>        
1168           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Align Righ t"/>        
1169           <S etter Prop erty="Cont ent" Value ="&#xE1A0; "/>        
1170       </Styl e>        
1171       <Style  x:Key="Al ignCenterA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
1172           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Al ignCenterA ppBarButto n"/>        
1173           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Align Cent er"/>        
1174           <S etter Prop erty="Cont ent" Value ="&#xE1A1; "/>        
1175       </Styl e>        
1176       <Style  x:Key="Al ignLeftApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1177           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Al ignLeftApp BarButton" />        
1178           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Align Left "/>        
1179           <S etter Prop erty="Cont ent" Value ="&#xE1A2; "/>        
1180       </Styl e>        
1181       <Style  x:Key="Zo omAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1182           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Zo omAppBarBu tton"/>        
1183           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Zoom"/>        
1184           <S etter Prop erty="Cont ent" Value ="&#xE1A3; "/>        
1185       </Styl e>        
1186       <Style  x:Key="Zo omOutAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
1187           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Zo omOutAppBa rButton"/>        
1188           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Zoom Out"/ >        
1189           <S etter Prop erty="Cont ent" Value ="&#xE1A4; "/>        
1190       </Styl e>        
1191       <Style  x:Key="Op enFileAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1192           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Op enFileAppB arButton"/ >        
1193           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Open File" />        
1194           <S etter Prop erty="Cont ent" Value ="&#xE1A5; "/>        
1195       </Styl e>        
1196       <Style  x:Key="Ot herUserApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1197           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ot herUserApp BarButton" />        
1198           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Other User "/>        
1199           <S etter Prop erty="Cont ent" Value ="&#xE1A6; "/>        
1200       </Styl e>        
1201       <Style  x:Key="Ad minAppBarB uttonStyle " TargetTy pe="Button Base" Base dOn="{Stat icResource  AppBarBut tonStyle}" >        
1202           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ad minAppBarB utton"/>        
1203           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Admin"/>        
1204           <S etter Prop erty="Cont ent" Value ="&#xE1A7; "/>        
1205       </Styl e>        
1206       <Style  x:Key="St reetAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
1207           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="St reetAppBar Button"/>        
1208           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Street"/>        
1209           <S etter Prop erty="Cont ent" Value ="&#xE1C3; "/>        
1210       </Styl e>        
1211       <Style  x:Key="Ma pAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
1212           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ma pAppBarBut ton"/>        
1213           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Map"/>        
1214           <S etter Prop erty="Cont ent" Value ="&#xE1C4; "/>        
1215       </Styl e>        
1216       <Style  x:Key="Cl earSelecti onAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1217           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Cl earSelecti onAppBarBu tton"/>        
1218           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Clear Sele ction"/>        
1219           <S etter Prop erty="Cont ent" Value ="&#xE1C5; "/>        
1220       </Styl e>        
1221       <Style  x:Key="Fo ntDecrease AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1222           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo ntDecrease AppBarButt on"/>        
1223           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Decrease F ont"/>        
1224           <S etter Prop erty="Cont ent" Value ="&#xE1C6; "/>        
1225       </Styl e>        
1226       <Style  x:Key="Fo ntIncrease AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1227           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo ntIncrease AppBarButt on"/>        
1228           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Increase F ont"/>        
1229           <S etter Prop erty="Cont ent" Value ="&#xE1C7; "/>        
1230       </Styl e>        
1231       <Style  x:Key="Fo ntSizeAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1232           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo ntSizeAppB arButton"/ >        
1233           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Font Size" />        
1234           <S etter Prop erty="Cont ent" Value ="&#xE1C8; "/>        
1235       </Styl e>        
1236       -->        
1237          
1238       <!--        
1239       <Style  x:Key="Ce llphoneApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1240           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ce llphoneApp BarButton" />        
1241           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Cellphone" />        
1242           <S etter Prop erty="Cont ent" Value ="&#xE1C9; "/>        
1243       </Styl e>        
1244       <Style  x:Key="Re shareAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
1245           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re shareAppBa rButton"/>        
1246           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Reshare"/>        
1247           <S etter Prop erty="Cont ent" Value ="&#xE1CA; "/>        
1248       </Styl e>        
1249       <Style  x:Key="Ta gAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
1250           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ta gAppBarBut ton"/>        
1251           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Tag"/>        
1252           <S etter Prop erty="Cont ent" Value ="&#xE1CB; "/>        
1253       </Styl e>        
1254       <Style  x:Key="Re peatOneApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1255           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re peatOneApp BarButton" />        
1256           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Repeat Onc e"/>        
1257           <S etter Prop erty="Cont ent" Value ="&#xE1CC; "/>        
1258       </Styl e>        
1259       <Style  x:Key="Re peatAllApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1260           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re peatAllApp BarButton" />        
1261           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Repeat All "/>        
1262           <S etter Prop erty="Cont ent" Value ="&#xE1CD; "/>        
1263       </Styl e>        
1264       <Style  x:Key="Ou tlineStarA ppBarButto nStyle" Ta rgetType=" ButtonBase " BasedOn= "{StaticRe source App BarButtonS tyle}">        
1265           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ou tlineStarA ppBarButto n"/>        
1266           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Outline St ar"/>        
1267           <S etter Prop erty="Cont ent" Value ="&#xE1CE; "/>        
1268       </Styl e>        
1269       <Style  x:Key="So lidStarApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1270           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="So lidStarApp BarButton" />        
1271           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Solid Star "/>        
1272           <S etter Prop erty="Cont ent" Value ="&#xE1CF; "/>        
1273       </Styl e>        
1274       <Style  x:Key="Ca lculatorAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1275           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca lculatorAp pBarButton "/>        
1276           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Calculator "/>        
1277           <S etter Prop erty="Cont ent" Value ="&#xE1D0; "/>        
1278       </Styl e>        
1279       <Style  x:Key="Di rectionsAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1280           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Di rectionsAp pBarButton "/>        
1281           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Directions "/>        
1282           <S etter Prop erty="Cont ent" Value ="&#xE1D1; "/>        
1283       </Styl e>        
1284       <Style  x:Key="Ta rgetAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
1285           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ta rgetAppBar Button"/>        
1286           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Target"/>        
1287           <S etter Prop erty="Cont ent" Value ="&#xE1D2; "/>        
1288       </Styl e>        
1289       <Style  x:Key="Li braryAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
1290           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Li braryAppBa rButton"/>        
1291           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Library"/>        
1292           <S etter Prop erty="Cont ent" Value ="&#xE1D3; "/>        
1293       </Styl e>        
1294       <Style  x:Key="Ph onebookApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1295           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ph onebookApp BarButton" />        
1296           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Phonebook" />        
1297           <S etter Prop erty="Cont ent" Value ="&#xE1D4; "/>        
1298       </Styl e>        
1299       <Style  x:Key="Me moAppBarBu ttonStyle"  TargetTyp e="ButtonB ase" Based On="{Stati cResource  AppBarButt onStyle}">        
1300           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Me moAppBarBu tton"/>        
1301           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Memo"/>        
1302           <S etter Prop erty="Cont ent" Value ="&#xE1D5; "/>        
1303       </Styl e>        
1304       <Style  x:Key="Mi crophoneAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1305           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Mi crophoneAp pBarButton "/>        
1306           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Microphone "/>        
1307           <S etter Prop erty="Cont ent" Value ="&#xE1D6; "/>        
1308       </Styl e>        
1309       <Style  x:Key="Po stUpdateAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1310           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Po stUpdateAp pBarButton "/>        
1311           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Post Updat e"/>        
1312           <S etter Prop erty="Cont ent" Value ="&#xE1D7; "/>        
1313       </Styl e>        
1314       <Style  x:Key="Ba ckToWindow AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1315           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ba ckToWindow AppBarButt on"/>        
1316           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Back to Wi ndow"/>        
1317           <S etter Prop erty="Cont ent" Value ="&#xE1D8; "/>        
1318       </Styl e>        
1319       -->        
1320          
1321       <!--        
1322       <Style  x:Key="Fu llScreenAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1323           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fu llScreenAp pBarButton "/>        
1324           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Full Scree n"/>        
1325           <S etter Prop erty="Cont ent" Value ="&#xE1D9; "/>        
1326       </Styl e>        
1327       <Style  x:Key="Ne wFolderApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1328           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ne wFolderApp BarButton" />        
1329           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" New Folder "/>        
1330           <S etter Prop erty="Cont ent" Value ="&#xE1DA; "/>        
1331       </Styl e>        
1332       <Style  x:Key="Ca lendarRepl yAppBarBut tonStyle"  TargetType ="ButtonBa se" BasedO n="{Static Resource A ppBarButto nStyle}">        
1333           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ca lendarRepl yAppBarBut ton"/>        
1334           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Calendar R eply"/>        
1335           <S etter Prop erty="Cont ent" Value ="&#xE1DB; "/>        
1336       </Styl e>        
1337       <Style  x:Key="Un syncFolder AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1338           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Un syncFolder AppBarButt on"/>        
1339           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Unsync Fol der"/>        
1340           <S etter Prop erty="Cont ent" Value ="&#xE1DD; "/>        
1341       </Styl e>        
1342       <Style  x:Key="Re portHacked AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1343           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Re portHacked AppBarButt on"/>        
1344           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Report Hac ked"/>        
1345           <S etter Prop erty="Cont ent" Value ="&#xE1DE; "/>        
1346       </Styl e>        
1347       <Style  x:Key="Sy ncFolderAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1348           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sy ncFolderAp pBarButton "/>        
1349           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Sync Folde r"/>        
1350           <S etter Prop erty="Cont ent" Value ="&#xE1DF; "/>        
1351       </Styl e>        
1352       <Style  x:Key="Bl ockContact AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1353           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Bl ock Contac tAppBarBut ton"/>        
1354           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" BlockConta ct"/>        
1355           <S etter Prop erty="Cont ent" Value ="&#xE1E0; "/>        
1356       </Styl e>        
1357       <Style  x:Key="Sw itchAppsAp pBarButton Style" Tar getType="B uttonBase"  BasedOn=" {StaticRes ource AppB arButtonSt yle}">        
1358           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Sw itchAppsAp pBarButton "/>        
1359           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Switch App s"/>        
1360           <S etter Prop erty="Cont ent" Value ="&#xE1E1; "/>        
1361       </Styl e>        
1362       <Style  x:Key="Ad dFriendApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1363           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ad dFriendApp BarButton" />        
1364           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Add Friend "/>        
1365           <S etter Prop erty="Cont ent" Value ="&#xE1E2; "/>        
1366       </Styl e>        
1367       <Style  x:Key="To uchPointer AppBarButt onStyle" T argetType= "ButtonBas e" BasedOn ="{StaticR esource Ap pBarButton Style}">        
1368           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="To uchPointer AppBarButt on"/>        
1369           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Touch Poin ter"/>        
1370           <S etter Prop erty="Cont ent" Value ="&#xE1E3; "/>        
1371       </Styl e>        
1372       <Style  x:Key="Go ToStartApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1373           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Go ToStartApp BarButton" />        
1374           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Go to Star t"/>        
1375           <S etter Prop erty="Cont ent" Value ="&#xE1E4; "/>        
1376       </Styl e>        
1377       <Style  x:Key="Ze roBarsAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1378           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ze roBarsAppB arButton"/ >        
1379           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Zero Bars" />        
1380           <S etter Prop erty="Cont ent" Value ="&#xE1E5; "/>        
1381       </Styl e>        
1382       <Style  x:Key="On eBarAppBar ButtonStyl e" TargetT ype="Butto nBase" Bas edOn="{Sta ticResourc e AppBarBu ttonStyle} ">        
1383           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="On eBarAppBar Button"/>        
1384           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" One Bar"/>        
1385           <S etter Prop erty="Cont ent" Value ="&#xE1E6; "/>        
1386       </Styl e>        
1387       <Style  x:Key="Tw oBarsAppBa rButtonSty le" Target Type="Butt onBase" Ba sedOn="{St aticResour ce AppBarB uttonStyle }">        
1388           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Tw oBarsAppBa rButton"/>        
1389           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Two Bars"/ >        
1390           <S etter Prop erty="Cont ent" Value ="&#xE1E7; "/>        
1391       </Styl e>        
1392       <Style  x:Key="Th reeBarsApp BarButtonS tyle" Targ etType="Bu ttonBase"  BasedOn="{ StaticReso urce AppBa rButtonSty le}">        
1393           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Th reeBarsApp BarButton" />        
1394           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Three Bars "/>        
1395           <S etter Prop erty="Cont ent" Value ="&#xE1E8; "/>        
1396       </Styl e>        
1397       <Style  x:Key="Fo urBarsAppB arButtonSt yle" Targe tType="But tonBase" B asedOn="{S taticResou rce AppBar ButtonStyl e}">        
1398           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Fo urBarsAppB arButton"/ >        
1399           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Four Bars" />        
1400           <S etter Prop erty="Cont ent" Value ="&#xE1E9; "/>        
1401       </Styl e>        
1402          
1403       -->        
1404          
1405       <!-- T itle area  styles -->        
1406          
1407       <Style  x:Key="Pa geHeaderTe xtStyle" T argetType= "TextBlock " BasedOn= "{StaticRe source Hea derTextSty le}">        
1408           <S etter Prop erty="Text Wrapping"  Value="NoW rap"/>        
1409           <S etter Prop erty="Vert icalAlignm ent" Value ="Bottom"/ >        
1410           <S etter Prop erty="Marg in" Value= "0,0,30,40 "/>        
1411       </Styl e>        
1412          
1413       <Style  x:Key="Pa geSubheade rTextStyle " TargetTy pe="TextBl ock" Based On="{Stati cResource  SubheaderT extStyle}" >        
1414           <S etter Prop erty="Text Wrapping"  Value="NoW rap"/>        
1415           <S etter Prop erty="Vert icalAlignm ent" Value ="Bottom"/ >        
1416           <S etter Prop erty="Marg in" Value= "0,0,0,40" />        
1417       </Styl e>        
1418          
1419       <Style  x:Key="Sn appedPageH eaderTextS tyle" Targ etType="Te xtBlock" B asedOn="{S taticResou rce PageSu bheaderTex tStyle}">        
1420           <S etter Prop erty="Marg in" Value= "0,0,18,40 "/>        
1421       </Styl e>        
1422          
1423       <!--        
1424           Ba ckButtonSt yle is use d to style  a Button  for use in  the title  area of a  page.  Ma rgins appr opriate fo r        
1425           th e conventi onal page  layout are  included  as part of  the style .        
1426       -->        
1427       <Style  x:Key="Ba ckButtonSt yle" Targe tType="But ton">        
1428           <S etter Prop erty="MinW idth" Valu e="0"/>        
1429           <S etter Prop erty="Widt h" Value=" 48"/>        
1430           <S etter Prop erty="Heig ht" Value= "48"/>        
1431           <S etter Prop erty="Marg in" Value= "36,0,36,3 6"/>        
1432           <S etter Prop erty="Vert icalAlignm ent" Value ="Bottom"/ >        
1433           <S etter Prop erty="Font Family" Va lue="Segoe  UI Symbol "/>        
1434           <S etter Prop erty="Font Weight" Va lue="Norma l"/>        
1435           <S etter Prop erty="Font Size" Valu e="56"/>        
1436           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ba ckButton"/ >        
1437           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Back"/>        
1438           <S etter Prop erty="Auto mationProp erties.Ite mType" Val ue="Naviga tion Butto n"/>        
1439           <S etter Prop erty="Temp late">        
1440                <Setter. Value>        
1441                    <Con trolTempla te TargetT ype="Butto n">        
1442                         <Grid x:Na me="RootGr id">        
1443                             <Grid  Margin="-1 ,-16,0,0">        
1444                                 <T extBlock x :Name="Bac kgroundGly ph" Text=" &#xE0A8;"  Foreground ="{StaticR esource Ba ckButtonBa ckgroundTh emeBrush}" />        
1445                                 <T extBlock x :Name="Nor malGlyph"  Text="{Sta ticResourc e BackButt onGlyph}"  Foreground ="{StaticR esource Ba ckButtonFo regroundTh emeBrush}" />        
1446                                 <T extBlock x :Name="Arr owGlyph" T ext="&#xE0 A6;" Foreg round="{St aticResour ce BackBut tonPressed Foreground ThemeBrush }" Opacity ="0"/>        
1447                             </Grid >        
1448                             <Recta ngle        
1449                                 x: Name="Focu sVisualWhi te"        
1450                                 Is HitTestVis ible="Fals e"        
1451                                 St roke="{Sta ticResourc e FocusVis ualWhiteSt rokeThemeB rush}"        
1452                                 St rokeEndLin eCap="Squa re"        
1453                                 St rokeDashAr ray="1,1"        
1454                                 Op acity="0"        
1455                                 St rokeDashOf fset="1.5" />        
1456                             <Recta ngle        
1457                                 x: Name="Focu sVisualBla ck"        
1458                                 Is HitTestVis ible="Fals e"        
1459                                 St roke="{Sta ticResourc e FocusVis ualBlackSt rokeThemeB rush}"        
1460                                 St rokeEndLin eCap="Squa re"        
1461                                 St rokeDashAr ray="1,1"        
1462                                 Op acity="0"        
1463                                 St rokeDashOf fset="0.5" />        
1464          
1465                             <Visua lStateMana ger.Visual StateGroup s>        
1466                                 <V isualState Group x:Na me="Common States">        
1467                                      <VisualS tate x:Nam e="Normal"  />        
1468                                      <VisualS tate x:Nam e="Pointer Over">        
1469                                          <Sto ryboard>        
1470                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
1471                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonPointer OverBackgr oundThemeB rush}"/>        
1472                                               </ObjectAn imationUsi ngKeyFrame s>        
1473                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Normal Glyph" Sto ryboard.Ta rgetProper ty="Foregr ound">        
1474                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonPointer OverForegr oundThemeB rush}"/>        
1475                                               </ObjectAn imationUsi ngKeyFrame s>        
1476                                          </St oryboard>        
1477                                      </Visual State>        
1478                                      <VisualS tate x:Nam e="Pressed ">        
1479                                          <Sto ryboard>        
1480                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
1481                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonForegro undThemeBr ush}"/>        
1482                                               </ObjectAn imationUsi ngKeyFrame s>        
1483                                               <DoubleAni mation        
1484                                                   Storyb oard.Targe tName="Arr owGlyph"        
1485                                                   Storyb oard.Targe tProperty= "Opacity"        
1486                                                   To="1"        
1487                                                   Durati on="0"/>        
1488                                               <DoubleAni mation        
1489                                                   Storyb oard.Targe tName="Nor malGlyph"        
1490                                                   Storyb oard.Targe tProperty= "Opacity"        
1491                                                   To="0"        
1492                                                   Durati on="0"/>        
1493                                          </St oryboard>        
1494                                      </Visual State>        
1495                                      <VisualS tate x:Nam e="Disable d">        
1496                                          <Sto ryboard>        
1497                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="RootGr id" Storyb oard.Targe tProperty= "Visibilit y">        
1498                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="Col lapsed"/>        
1499                                               </ObjectAn imationUsi ngKeyFrame s>        
1500                                          </St oryboard>        
1501                                      </Visual State>        
1502                                 </ VisualStat eGroup>        
1503                                 <V isualState Group x:Na me="FocusS tates">        
1504                                      <VisualS tate x:Nam e="Focused ">        
1505                                          <Sto ryboard>        
1506                                               <DoubleAni mation        
1507                                                   Storyb oard.Targe tName="Foc usVisualWh ite"        
1508                                                   Storyb oard.Targe tProperty= "Opacity"        
1509                                                   To="1"        
1510                                                   Durati on="0"/>        
1511                                               <DoubleAni mation        
1512                                                   Storyb oard.Targe tName="Foc usVisualBl ack"        
1513                                                   Storyb oard.Targe tProperty= "Opacity"        
1514                                                   To="1"        
1515                                                   Durati on="0"/>        
1516                                          </St oryboard>        
1517                                      </Visual State>        
1518                                      <VisualS tate x:Nam e="Unfocus ed" />        
1519                                      <VisualS tate x:Nam e="Pointer Focused" / >        
1520                                 </ VisualStat eGroup>        
1521                             </Visu alStateMan ager.Visua lStateGrou ps>        
1522                         </Grid>        
1523                    </Co ntrolTempl ate>        
1524                </Setter .Value>        
1525           </ Setter>        
1526       </Styl e>        
1527          
1528       <!--        
1529           Po rtraitBack ButtonStyl e is used  to style a  Button fo r use in t he title a rea of a p ortrait pa ge.  Margi ns appropr iate        
1530           fo r the conv entional p age layout  are inclu ded as par t of the s tyle.        
1531       -->        
1532       <Style  x:Key="Po rtraitBack ButtonStyl e" TargetT ype="Butto n" BasedOn ="{StaticR esource Ba ckButtonSt yle}">        
1533           <S etter Prop erty="Marg in" Value= "26,0,26,3 6"/>        
1534       </Styl e>        
1535          
1536       <!--        
1537           Sn appedBackB uttonStyle  is used t o style a  Button for  use in th e title ar ea of a sn apped page .  Margins  appropria te        
1538           fo r the conv entional p age layout  are inclu ded as par t of the s tyle.        
1539                   
1540           Th e obvious  duplicatio n here is  necessary  as the gly phs used i n snapped  are not me rely small er version s of the s ame        
1541           gl yph but ar e actually  distinct.        
1542       -->        
1543       <Style  x:Key="Sn appedBackB uttonStyle " TargetTy pe="Button ">        
1544           <S etter Prop erty="MinW idth" Valu e="0"/>        
1545           <S etter Prop erty="Marg in" Value= "20,0,0,0" />        
1546           <S etter Prop erty="Vert icalAlignm ent" Value ="Bottom"/ >        
1547           <S etter Prop erty="Font Family" Va lue="Segoe  UI Symbol "/>        
1548           <S etter Prop erty="Font Weight" Va lue="Norma l"/>        
1549           <S etter Prop erty="Font Size" Valu e="26.6666 7"/>        
1550           <S etter Prop erty="Auto mationProp erties.Aut omationId"  Value="Ba ckButton"/ >        
1551           <S etter Prop erty="Auto mationProp erties.Nam e" Value=" Back"/>        
1552           <S etter Prop erty="Auto mationProp erties.Ite mType" Val ue="Naviga tion Butto n"/>        
1553           <S etter Prop erty="Temp late">        
1554                <Setter. Value>        
1555                    <Con trolTempla te TargetT ype="Butto n">        
1556                         <Grid x:Na me="RootGr id" Width= "36" Heigh t="36" Mar gin="-3,0, 7,33">        
1557                             <Grid  Margin="-1 ,-1,0,0">        
1558                                 <T extBlock x :Name="Bac kgroundGly ph" Text=" &#xE0D4;"  Foreground ="{StaticR esource Ba ckButtonBa ckgroundTh emeBrush}" />        
1559                                 <T extBlock x :Name="Nor malGlyph"  Text="{Sta ticResourc e BackButt onSnappedG lyph}" For eground="{ StaticReso urce BackB uttonForeg roundTheme Brush}"/>        
1560                                 <T extBlock x :Name="Arr owGlyph" T ext="&#xE0 C4;" Foreg round="{St aticResour ce BackBut tonPressed Foreground ThemeBrush }" Opacity ="0"/>        
1561                             </Grid >        
1562                             <Recta ngle        
1563                                 x: Name="Focu sVisualWhi te"        
1564                                 Is HitTestVis ible="Fals e"        
1565                                 St roke="{Sta ticResourc e FocusVis ualWhiteSt rokeThemeB rush}"        
1566                                 St rokeEndLin eCap="Squa re"        
1567                                 St rokeDashAr ray="1,1"        
1568                                 Op acity="0"        
1569                                 St rokeDashOf fset="1.5" />        
1570                             <Recta ngle        
1571                                 x: Name="Focu sVisualBla ck"        
1572                                 Is HitTestVis ible="Fals e"        
1573                                 St roke="{Sta ticResourc e FocusVis ualBlackSt rokeThemeB rush}"        
1574                                 St rokeEndLin eCap="Squa re"        
1575                                 St rokeDashAr ray="1,1"        
1576                                 Op acity="0"        
1577                                 St rokeDashOf fset="0.5" />        
1578          
1579                             <Visua lStateMana ger.Visual StateGroup s>        
1580                                 <V isualState Group x:Na me="Common States">        
1581                                      <VisualS tate x:Nam e="Normal"  />        
1582                                      <VisualS tate x:Nam e="Pointer Over">        
1583                                          <Sto ryboard>        
1584                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
1585                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonPointer OverBackgr oundThemeB rush}"/>        
1586                                               </ObjectAn imationUsi ngKeyFrame s>        
1587                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Normal Glyph" Sto ryboard.Ta rgetProper ty="Foregr ound">        
1588                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonPointer OverForegr oundThemeB rush}"/>        
1589                                               </ObjectAn imationUsi ngKeyFrame s>        
1590                                          </St oryboard>        
1591                                      </Visual State>        
1592                                      <VisualS tate x:Nam e="Pressed ">        
1593                                          <Sto ryboard>        
1594                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="Backgr oundGlyph"  Storyboar d.TargetPr operty="Fo reground">        
1595                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="{St aticResour ce BackBut tonForegro undThemeBr ush}"/>        
1596                                               </ObjectAn imationUsi ngKeyFrame s>        
1597                                               <DoubleAni mation        
1598                                                   Storyb oard.Targe tName="Arr owGlyph"        
1599                                                   Storyb oard.Targe tProperty= "Opacity"        
1600                                                   To="1"        
1601                                                   Durati on="0"/>        
1602                                               <DoubleAni mation        
1603                                                   Storyb oard.Targe tName="Nor malGlyph"        
1604                                                   Storyb oard.Targe tProperty= "Opacity"        
1605                                                   To="0"        
1606                                                   Durati on="0"/>        
1607                                          </St oryboard>        
1608                                      </Visual State>        
1609                                      <VisualS tate x:Nam e="Disable d">        
1610                                          <Sto ryboard>        
1611                                               <ObjectAni mationUsin gKeyFrames  Storyboar d.TargetNa me="RootGr id" Storyb oard.Targe tProperty= "Visibilit y">        
1612                                                   <Discr eteObjectK eyFrame Ke yTime="0"  Value="Col lapsed"/>        
1613                                               </ObjectAn imationUsi ngKeyFrame s>        
1614                                          </St oryboard>        
1615                                      </Visual State>        
1616                                 </ VisualStat eGroup>        
1617                                 <V isualState Group x:Na me="FocusS tates">        
1618                                      <VisualS tate x:Nam e="Focused ">        
1619                                          <Sto ryboard>        
1620                                               <DoubleAni mation        
1621                                                   Storyb oard.Targe tName="Foc usVisualWh ite"        
1622                                                   Storyb oard.Targe tProperty= "Opacity"        
1623                                                   To="1"        
1624                                                   Durati on="0"/>        
1625                                               <DoubleAni mation        
1626                                                   Storyb oard.Targe tName="Foc usVisualBl ack"        
1627                                                   Storyb oard.Targe tProperty= "Opacity"        
1628                                                   To="1"        
1629                                                   Durati on="0"/>        
1630                                          </St oryboard>        
1631                                      </Visual State>        
1632                                      <VisualS tate x:Nam e="Unfocus ed" />        
1633                                      <VisualS tate x:Nam e="Pointer Focused" / >        
1634                                 </ VisualStat eGroup>        
1635                             </Visu alStateMan ager.Visua lStateGrou ps>        
1636                         </Grid>        
1637                    </Co ntrolTempl ate>        
1638                </Setter .Value>        
1639           </ Setter>        
1640       </Styl e>        
1641          
1642       <!-- I tem templa tes -->        
1643          
1644       <!-- G rid-approp riate 250  pixel squa re item te mplate as  seen in th e GroupedI temsPage a nd ItemsPa ge -->        
1645       <DataT emplate x: Key="Stand ard250x250 ItemTempla te">        
1646           <G rid Horizo ntalAlignm ent="Left"  Width="25 0" Height= "250">        
1647                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}">        
1648                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill " Automati onProperti es.Name="{ Binding Ti tle}"/>        
1649                </Border >        
1650                <StackPa nel Vertic alAlignmen t="Bottom"  Backgroun d="{Static Resource L istViewIte mOverlayBa ckgroundTh emeBrush}" >        
1651                    <Tex tBlock Tex t="{Bindin g Title}"  Foreground ="{StaticR esource Li stViewItem OverlayFor egroundThe meBrush}"  Style="{St aticResour ce TitleTe xtStyle}"  Height="60 " Margin=" 15,0,15,0" />        
1652                    <Tex tBlock Tex t="{Bindin g Subtitle }" Foregro und="{Stat icResource  ListViewI temOverlay SecondaryF oregroundT hemeBrush} " Style="{ StaticReso urce Capti onTextStyl e}" TextWr apping="No Wrap" Marg in="15,0,1 5,10"/>        
1653                </StackP anel>        
1654           </ Grid>        
1655       </Data Template>        
1656          
1657       <!-- G rid-approp riate 500  by 130 pix el item te mplate as  seen in th e GroupDet ailPage -- >        
1658       <DataT emplate x: Key="Stand ard500x130 ItemTempla te">        
1659           <G rid Height ="110" Wid th="480" M argin="10" >        
1660                <Grid.Co lumnDefini tions>        
1661                    <Col umnDefinit ion Width= "Auto"/>        
1662                    <Col umnDefinit ion Width= "*"/>        
1663                </Grid.C olumnDefin itions>        
1664                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Width= "110" Heig ht="110">        
1665                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill " Automati onProperti es.Name="{ Binding Ti tle}"/>        
1666                </Border >        
1667                <StackPa nel Grid.C olumn="1"  VerticalAl ignment="T op" Margin ="10,0,0,0 ">        
1668                    <Tex tBlock Tex t="{Bindin g Title}"  Style="{St aticResour ce TitleTe xtStyle}"  TextWrappi ng="NoWrap "/>        
1669                    <Tex tBlock Tex t="{Bindin g Subtitle }" Style=" {StaticRes ource Capt ionTextSty le}" TextW rapping="N oWrap"/>        
1670                    <Tex tBlock Tex t="{Bindin g Descript ion}" Styl e="{Static Resource B odyTextSty le}" MaxHe ight="60"/ >        
1671                </StackP anel>        
1672           </ Grid>        
1673       </Data Template>        
1674          
1675       <!-- L ist-approp riate 130  pixel high  item temp late as se en in the  SplitPage  -->        
1676       <DataT emplate x: Key="Stand ard130Item Template">        
1677           <G rid Height ="110" Mar gin="6">        
1678                <Grid.Co lumnDefini tions>        
1679                    <Col umnDefinit ion Width= "Auto"/>        
1680                    <Col umnDefinit ion Width= "*"/>        
1681                </Grid.C olumnDefin itions>        
1682                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Width= "110" Heig ht="110">        
1683                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill " Automati onProperti es.Name="{ Binding Ti tle}"/>        
1684                </Border >        
1685                <StackPa nel Grid.C olumn="1"  VerticalAl ignment="T op" Margin ="10,0,0,0 ">        
1686                    <Tex tBlock Tex t="{Bindin g Title}"  Style="{St aticResour ce TitleTe xtStyle}"  TextWrappi ng="NoWrap "/>        
1687                    <Tex tBlock Tex t="{Bindin g Subtitle }" Style=" {StaticRes ource Capt ionTextSty le}" TextW rapping="N oWrap"/>        
1688                    <Tex tBlock Tex t="{Bindin g Descript ion}" Styl e="{Static Resource B odyTextSty le}" MaxHe ight="60"/ >        
1689                </StackP anel>        
1690           </ Grid>        
1691       </Data Template>        
1692          
1693       <!--        
1694           Li st-appropr iate 80 pi xel high i tem templa te as seen  in the Sp litPage wh en Filled,  and        
1695           th e followin g pages wh en snapped : GroupedI temsPage,  GroupDetai lPage, and  ItemsPage        
1696       -->        
1697       <DataT emplate x: Key="Stand ard80ItemT emplate">        
1698           <G rid Margin ="6">        
1699                <Grid.Co lumnDefini tions>        
1700                    <Col umnDefinit ion Width= "Auto"/>        
1701                    <Col umnDefinit ion Width= "*"/>        
1702                </Grid.C olumnDefin itions>        
1703                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Width= "60" Heigh t="60">        
1704                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill "/>        
1705                </Border >        
1706                <StackPa nel Grid.C olumn="1"  Margin="10 ,0,0,0">        
1707                    <Tex tBlock Tex t="{Bindin g Title}"  Style="{St aticResour ce ItemTex tStyle}" M axHeight=" 40"/>        
1708                    <Tex tBlock Tex t="{Bindin g Subtitle }" Style=" {StaticRes ource Capt ionTextSty le}" TextW rapping="N oWrap"/>        
1709                </StackP anel>        
1710           </ Grid>        
1711       </Data Template>        
1712          
1713       <!-- G rid-approp riate 300  by 70 pixe l item tem plate as s een in the  SearchRes ultsPage - ->        
1714       <DataT emplate x: Key="Stand ardSmallIc on300x70It emTemplate ">        
1715           <G rid Width= "294" Marg in="6">        
1716                <Grid.Co lumnDefini tions>        
1717                    <Col umnDefinit ion Width= "Auto"/>        
1718                    <Col umnDefinit ion Width= "*"/>        
1719                </Grid.C olumnDefin itions>        
1720                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Margin ="0,0,0,10 " Width="4 0" Height= "40">        
1721                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill "/>        
1722                </Border >        
1723                <StackPa nel Grid.C olumn="1"  Margin="10 ,-10,0,0">        
1724                    <Tex tBlock Tex t="{Bindin g Title}"  Style="{St aticResour ce BodyTex tStyle}" T extWrappin g="NoWrap" />        
1725                    <Tex tBlock Tex t="{Bindin g Subtitle }" Style=" {StaticRes ource Body TextStyle} " Foregrou nd="{Stati cResource  Applicatio nSecondary Foreground ThemeBrush }" TextWra pping="NoW rap"/>        
1726                    <Tex tBlock Tex t="{Bindin g Descript ion}" Styl e="{Static Resource B odyTextSty le}" Foreg round="{St aticResour ce Applica tionSecond aryForegro undThemeBr ush}" Text Wrapping=" NoWrap"/>        
1727                </StackP anel>        
1728           </ Grid>        
1729       </Data Template>        
1730          
1731       <!-- L ist-approp riate 70 p ixel high  item templ ate as see n in the S earchResul tsPage whe n Snapped  -->        
1732       <DataT emplate x: Key="Stand ardSmallIc on70ItemTe mplate">        
1733           <G rid Margin ="6">        
1734                <Grid.Co lumnDefini tions>        
1735                    <Col umnDefinit ion Width= "Auto"/>        
1736                    <Col umnDefinit ion Width= "*"/>        
1737                </Grid.C olumnDefin itions>        
1738                <Border  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Margin ="0,0,0,10 " Width="4 0" Height= "40">        
1739                    <Ima ge Source= "{Binding  Image}" St retch="Uni formToFill "/>        
1740                </Border >        
1741                <StackPa nel Grid.C olumn="1"  Margin="10 ,-10,0,0">        
1742                    <Tex tBlock Tex t="{Bindin g Title}"  Style="{St aticResour ce BodyTex tStyle}" T extWrappin g="NoWrap" />        
1743                    <Tex tBlock Tex t="{Bindin g Subtitle }" Style=" {StaticRes ource Body TextStyle} " Foregrou nd="{Stati cResource  Applicatio nSecondary Foreground ThemeBrush }" TextWra pping="NoW rap"/>        
1744                    <Tex tBlock Tex t="{Bindin g Descript ion}" Styl e="{Static Resource B odyTextSty le}" Foreg round="{St aticResour ce Applica tionSecond aryForegro undThemeBr ush}" Text Wrapping=" NoWrap"/>        
1745                </StackP anel>        
1746           </ Grid>        
1747       </Data Template>        
1748          
1749       <!--        
1750         190x 130 pixel  item templ ate for di splaying f ile previe ws as seen  in the Fi leOpenPick erPage        
1751         Incl udes an el aborate to oltip to d isplay tit le and des cription t ext        
1752     -->        
1753       <DataT emplate x: Key="Stand ardFileWit hTooltip19 0x130ItemT emplate">        
1754           <G rid>        
1755                <Grid Ba ckground=" {StaticRes ource List ViewItemPl aceholderB ackgroundT hemeBrush} ">        
1756                    <Ima ge        
1757                         Source="{B inding Ima ge}"        
1758                         Width="190 "        
1759                         Height="13 0"        
1760                         Horizontal Alignment= "Center"        
1761                         VerticalAl ignment="C enter"        
1762                         Stretch="U niform"/>        
1763                </Grid>        
1764                <ToolTip Service.Pl acement>Mo use</ToolT ipService. Placement>        
1765                <ToolTip Service.To olTip>        
1766                    <Too lTip>        
1767                         <ToolTip.S tyle>        
1768                             <Style  TargetTyp e="ToolTip ">        
1769                                 <S etter Prop erty="Bord erBrush" V alue="{Sta ticResourc e ToolTipB ackgroundT hemeBrush} " />        
1770                                 <S etter Prop erty="Padd ing" Value ="0" />        
1771                             </Styl e>        
1772                         </ToolTip. Style>        
1773          
1774                         <Grid Back ground="{S taticResou rce Applic ationPageB ackgroundT hemeBrush} ">        
1775                             <Grid. ColumnDefi nitions>        
1776                                 <C olumnDefin ition Widt h="Auto"/>        
1777                                 <C olumnDefin ition Widt h="*"/>        
1778                             </Grid .ColumnDef initions>        
1779          
1780                             <Grid  Background ="{StaticR esource Li stViewItem Placeholde rBackgroun dThemeBrus h}" Margin ="20">        
1781                                 <I mage        
1782                                      Source=" {Binding I mage}"        
1783                                      Width="1 60"        
1784                                      Height=" 160"        
1785                                      Horizont alAlignmen t="Center"        
1786                                      Vertical Alignment= "Center"        
1787                                      Stretch= "Uniform"/ >        
1788                             </Grid >        
1789                             <Stack Panel Widt h="200" Gr id.Column= "1" Margin ="0,20,20, 20">        
1790                                 <T extBlock T ext="{Bind ing Title} " TextWrap ping="NoWr ap" Style= "{StaticRe source Bod yTextStyle }"/>        
1791                                 <T extBlock T ext="{Bind ing Descri ption}" Ma xHeight="1 40" Foregr ound="{Sta ticResourc e Applicat ionSeconda ryForegrou ndThemeBru sh}" Style ="{StaticR esource Bo dyTextStyl e}"/>        
1792                             </Stac kPanel>        
1793                         </Grid>        
1794                    </To olTip>        
1795                </ToolTi pService.T oolTip>        
1796           </ Grid>        
1797       </Data Template>        
1798          
1799       <!-- S crollViewe r styles - ->        
1800          
1801       <Style  x:Key="Ho rizontalSc rollViewer Style" Tar getType="S crollViewe r">        
1802           <S etter Prop erty="Hori zontalScro llBarVisib ility" Val ue="Auto"/ >        
1803           <S etter Prop erty="Vert icalScroll BarVisibil ity" Value ="Disabled "/>        
1804           <S etter Prop erty="Scro llViewer.H orizontalS crollMode"  Value="En abled" />        
1805           <S etter Prop erty="Scro llViewer.V erticalScr ollMode" V alue="Disa bled" />        
1806           <S etter Prop erty="Scro llViewer.Z oomMode" V alue="Disa bled" />        
1807       </Styl e>        
1808          
1809       <Style  x:Key="Ve rticalScro llViewerSt yle" Targe tType="Scr ollViewer" >        
1810           <S etter Prop erty="Hori zontalScro llBarVisib ility" Val ue="Disabl ed"/>        
1811           <S etter Prop erty="Vert icalScroll BarVisibil ity" Value ="Auto"/>        
1812           <S etter Prop erty="Scro llViewer.H orizontalS crollMode"  Value="Di sabled" />        
1813           <S etter Prop erty="Scro llViewer.V erticalScr ollMode" V alue="Enab led" />        
1814           <S etter Prop erty="Scro llViewer.Z oomMode" V alue="Disa bled" />        
1815       </Styl e>        
1816          
1817       <!-- P age layout  roots typ ically use  entrance  animations  and a the me-appropr iate backg round colo r -->        
1818          
1819       <Style  x:Key="La youtRootSt yle" Targe tType="Pan el">        
1820           <S etter Prop erty="Back ground" Va lue="{Stat icResource  Applicati onPageBack groundThem eBrush}"/>        
1821           <S etter Prop erty="Chil drenTransi tions">        
1822                <Setter. Value>        
1823                    <Tra nsitionCol lection>        
1824                         <EntranceT hemeTransi tion/>        
1825                    </Tr ansitionCo llection>        
1826                </Setter .Value>        
1827           </ Setter>        
1828       </Styl e>        
1829   </Resource Dictionary >