Пример #1
0
 private void Invalidate()
 {
     foreach (var x in Parents.DefaultIfEmpty())
     {
         x.Invalidate();
     }
 }