File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/MaterialDesignThemes.Wpf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ await Task.Run(() =>
7474 }
7575 catch ( ObjectDisposedException )
7676 {
77- /* we are we suppressing this?
77+ /* Why are we suppressing this?
7878 * as we have switched out wait onto another thread, so we don't block the UI thread, the
7979 * _cleanUp/Dispose() action might also happen, and the _disposedWaitHandle might get disposed
8080 * just before we WaitOne. We won't add a lock in the _cleanUp because it might block for 2 seconds.
@@ -152,7 +152,7 @@ internal Action Pause()
152152 }
153153
154154 /// <summary>
155- /// Gets or sets a value that indicates whether this message queue displays messages without discarding duplicates.
155+ /// Gets or sets a value that indicates whether this message queue displays messages without discarding duplicates.
156156 /// False to show every message even if there are duplicates.
157157 /// </summary>
158158 public bool DiscardDuplicates { get ; set ; }
You can’t perform that action at this time.
0 commit comments