示例#1
0
 private void button_Click(object sender, RoutedEventArgs e)
 {
     IsPopupOpen     = true;
     InputPopup.Text = OriginText.Trim('%', '₫', '$', '¥', '€');
     InputPopup.PopupTextbox.Focus();
 }
示例#2
0
文件: Text.cs 项目: toby2o12/Cosmos
 public int TextHashCode() => OriginText.GetHashCode();
示例#3
0
 private void TextBox_GotFocus(object sender, RoutedEventArgs e)
 {
     Text = OriginText.ToString();
     SelectAll();
 }