質問するログイン新規登録

回答編集履歴

2

ClearCommand

2026/01/31 09:39

投稿

TN8001
TN8001

スコア10258

answer CHANGED
@@ -81,3 +81,7 @@
81
81
 
82
82
  `EditingCommands`やけに細かいコマンドがあるくせに、なぜClearコマンドがないのか謎。
83
83
  [EditingCommands クラス (System.Windows.Documents) | Microsoft Docs](https://docs.microsoft.com/ja-jp/dotnet/api/system.windows.documents.editingcommands)
84
+
85
+ 追記
86
+ FluentテーマのTextBox用に新設したんだろうけど、なんでinternalなんだよぉw
87
+ [EditingCommands.cs#L43 at · dotnet/wpf](https://github.com/dotnet/wpf/blob/fb28902a8f38ec80274c8120ba832feec97303c4/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/EditingCommands.cs#L43)

1

xmlns

2023/05/16 09:38

投稿

TN8001
TN8001

スコア10258

answer CHANGED
@@ -14,7 +14,7 @@
14
14
  x:Class="Qo3i9v4ee45tk3n.MainWindow"
15
15
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
16
16
  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
17
- xmlns:i="clr-namespace:Microsoft.Xaml.Behaviors;assembly=Microsoft.Xaml.Behaviors"
17
+ xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
18
18
  Width="800"
19
19
  Height="450">
20
20
  <Window.Resources>