質問編集履歴

1

コード入力ミス

2019/06/03 16:08

投稿

yonotsui
yonotsui

スコア28

test CHANGED
File without changes
test CHANGED
@@ -84,9 +84,15 @@
84
84
 
85
85
  {
86
86
 
87
- IsLiveFilteringRequested = true;
87
+ System.Windows.Threading.Dispatcher.CurrentDispatcher.BeginInvoke(new Action(() =>
88
88
 
89
+ {
90
+
91
+ IsLiveFilteringRequested = true;
92
+
89
- IsLiveFilteringRequested = false;
93
+ IsLiveFilteringRequested = false;
94
+
95
+ }});
90
96
 
91
97
  }
92
98