diff --git a/src/NTwain/DataSource.cs b/src/NTwain/DataSource.cs index 7fe3ebb..8250f1f 100644 --- a/src/NTwain/DataSource.cs +++ b/src/NTwain/DataSource.cs @@ -157,7 +157,7 @@ namespace NTwain /// /// true if this data source is open; otherwise, false. /// - public bool IsOpen { get { return _session.IsSourceOpen; } } + public bool IsOpen { get { return _session.IsSourceOpen && _session.CurrentSource == this; } } /// /// Gets or sets the current settings (CustomDSData) of this source if supported.