Exemplo n.º 1
0
        private ResizableHandleCollection AttachEvents(ResizableHandleCollection collection)
        {
            _dispatcher = collection.Dispatch(OnAdded, OnRemoved);

            return(collection);
        }
Exemplo n.º 2
0
 public DependencyObjectCollectionBase()
 {
     _dispatcher = this.Dispatch(OnItemAdded, OnItemRemoved);
 }