Example #1
0
 private int CountActiveEditors()
 {
     return(Editors == null ? 0 : Editors.Count(n => n != null && !n.IsDisposed && !n.IsClosed));
 }