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(() =>
74
74
}
75
75
catch ( ObjectDisposedException )
76
76
{
77
- /* we are we suppressing this?
77
+ /* Why are we suppressing this?
78
78
* as we have switched out wait onto another thread, so we don't block the UI thread, the
79
79
* _cleanUp/Dispose() action might also happen, and the _disposedWaitHandle might get disposed
80
80
* 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()
152
152
}
153
153
154
154
/// <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.
156
156
/// False to show every message even if there are duplicates.
157
157
/// </summary>
158
158
public bool DiscardDuplicates { get ; set ; }
You can’t perform that action at this time.
0 commit comments