Beispiel #1
0
 public IObservable <bool> IsSelected(IElement element)
 {
     return(CurrentSelection.IsSameAs(element));
 }