File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 Grid.Row=" 0"
5858 HorizontalAlignment =" Center"
5959 VerticalAlignment =" Center"
60+ d : Text =" Before your changes"
6061 FontStyle =" Italic" />
6162 </Grid >
6263
8384 Grid.Row=" 0"
8485 HorizontalAlignment =" Center"
8586 VerticalAlignment =" Center"
87+ d : Text =" After your changes"
8688 FontStyle =" Italic" />
8789 </Grid >
8890
Original file line number Diff line number Diff line change 55 xmlns : findAndReplace =" using:Notepads.Controls.FindAndReplace"
66 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
77 d : DesignHeight =" 72"
8- d : DesignWidth =" 250 "
8+ d : DesignWidth =" 340 "
99 mc : Ignorable =" d" >
1010
1111 <Grid x : Name =" FindAndReplaceRootGrid" KeyDown =" FindAndReplaceRootGrid_KeyDown" >
3232 Width =" 20"
3333 Padding =" 0"
3434 Content ="  "
35+ d : Content ="  "
3536 FontFamily =" Segoe MDL2 Assets"
3637 FontSize =" 12"
3738 Click =" ToggleReplaceModeButton_OnClick"
5960 GotFocus =" FindBar_GotFocus"
6061 IsSpellCheckEnabled =" False"
6162 KeyDown =" FindBar_OnKeyDown"
62- LostFocus =" FindBar_LostFocus" />
63+ LostFocus =" FindBar_LostFocus"
64+ d : PlaceholderText =" Find" />
6365
6466 <Grid x : Name =" OptionButtonGrid"
6567 RelativePanel.AlignRightWithPanel=" True"
6971 BorderThickness =" 1"
7072 Margin =" 9"
7173 VerticalAlignment =" Bottom"
72- Visibility =" Collapsed" />
74+ Visibility =" Collapsed"
75+ d : Visibility =" Visible" />
7376 <Button x : Name =" OptionButton"
7477 x : Uid =" FindAndReplace_SearchOptionButton"
7578 Style =" {StaticResource DismissButtonStyle}"
179182 GotFocus =" ReplaceBar_GotFocus"
180183 IsSpellCheckEnabled =" False"
181184 KeyDown =" ReplaceBar_OnKeyDown"
182- LostFocus =" ReplaceBar_LostFocus" />
185+ LostFocus =" ReplaceBar_LostFocus"
186+ d : PlaceholderText =" Replace" />
183187 </Grid >
184188
185189 <Grid Grid.Row=" 1"
Original file line number Diff line number Diff line change 44 xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
55 xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
66 Height =" 36"
7- d : DesignWidth =" 250 "
7+ d : DesignWidth =" 260 "
88 mc : Ignorable =" d" >
99
1010 <Grid x : Name =" GoToRootGrid"
2222 Grid.Column=" 0"
2323 Margin =" 5,0,8,3"
2424 VerticalAlignment =" Center"
25+ d : Text =" Go To:"
2526 FontSize =" 15"
2627 TextAlignment =" Center" />
2728
4041 GotFocus =" GoToBar_GotFocus"
4142 IsSpellCheckEnabled =" False"
4243 KeyDown =" GoToBar_OnKeyDown"
43- LostFocus =" GoToBar_LostFocus" />
44+ LostFocus =" GoToBar_LostFocus"
45+ d : PlaceholderText =" Go To Line" />
4446 </Grid >
4547
4648 <Button x : Name =" SearchButton"
5254 FontFamily =" Segoe MDL2 Assets"
5355 FontSize =" 16"
5456 Visibility =" Collapsed"
57+ d : Visibility =" Visible"
5558 Click =" SearchButton_OnClick"
5659 IsTabStop =" False" />
5760
You can’t perform that action at this time.
0 commit comments