Exemplo n.º 1
0
        protected override sealed UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
        {
            DisconnectedUIElementCollection children = new DisconnectedUIElementCollection(this);

            children.CollectionChanged += new NotifyCollectionChangedEventHandler(OnChildrenCollectionChanged);
            return(children);
        }
Exemplo n.º 2
0
 protected override sealed UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
 {
     DisconnectedUIElementCollection children = new DisconnectedUIElementCollection(this);
     children.CollectionChanged += new NotifyCollectionChangedEventHandler(OnChildrenCollectionChanged);
     return children;
 }
Exemplo n.º 3
0
 internal void InitializeOwner(DisconnectedUIElementCollection owner)
 {
     _owner = owner;
 }
Exemplo n.º 4
0
 internal void InitializeOwner(DisconnectedUIElementCollection owner)
 {
     _owner = owner;
 }