File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1111 AllowsTransparency =" True"
1212 Height =" 450"
1313 Width =" 800"
14+ InputMethod.IsInputMethodEnabled=" False"
15+ InputMethod.PreferredImeState=" Off"
1416 Loaded =" Window_Loaded"
1517 KeyDown =" Window_KeyDown"
1618 Closing =" Window_Closing" >
Original file line number Diff line number Diff line change 1111 ShowInTaskbar =" False"
1212 Height =" 450"
1313 Width =" 800"
14+ InputMethod.IsInputMethodEnabled=" False"
15+ InputMethod.PreferredImeState=" Off"
1416 Loaded =" Window_Loaded"
1517 SizeChanged =" Window_SizeChanged"
1618 Closing =" Window_Closing"
5557 VerticalAlignment =" Top"
5658 Margin =" 2"
5759 Visibility =" Collapsed" />
58-
60+
5961 <Border MouseDown =" PasswordBlock_MouseDown"
6062 x : Name =" PasswordBlock"
6163 Width =" 230"
8789 Foreground =" #000000"
8890 Opacity =" 0.5" />
8991 <PasswordBox PasswordChanged =" TxtPassword_PasswordChanged"
90- KeyDown =" TxtPassword_KeyDown"
92+ KeyDown =" TxtPassword_KeyDown"
9193 x : Name =" TxtPassword"
9294 Grid.Row=" 2"
93- Grid.Column=" 0"
95+ Grid.Column=" 0"
9496 Grid.ColumnSpan=" 3"
97+ InputMethod.IsInputMethodEnabled=" False"
98+ InputMethod.PreferredImeState=" Off"
9599 Style =" {StaticResource CustomPasswordBoxStyle}" />
96100 </Grid >
97101 </Border >
You can’t perform that action at this time.
0 commit comments