Ejemplo n.º 1
0
 public bool Remove(FrameworkElement item) => InternalCollection.Remove(item.GetType().FullName);
Ejemplo n.º 2
0
 public bool Remove(string itemName) => InternalCollection.Remove(itemName);
Ejemplo n.º 3
0
 public bool Remove(TKey key)
 {
     return(collection.Remove(key));
 }
Ejemplo n.º 4
0
 public bool Remove(IMenuInfo item) => InternalCollection.Remove(item);
 public bool Remove(TaskbarThumbButtonInfo item)
 {
     return(InternalCollection.Remove(TaskbarThumbButtonInfoWrapper.Wrap(item)));
 }