Method | Description | |
---|---|---|
ConceptualPanel ( ) : System |
Initializes a new instance.
|
|
CreateUIElementCollection ( |
Creates a disconnected UIElement collection.
|
|
GetVisualChild ( int index ) : Visual |
Gets the visual child at the specified index.
|
|
OnChildAdded ( UIElement child ) : void |
Subclasses override this to perform an action when a conceptual child is added to the panel.
|
|
OnChildRemoved ( UIElement child ) : void |
Subclasses override this to perform an action when a conceptual child is removed from the panel.
|
|
OnVisualChildrenChanged ( |
Invoked when the panel's children collection is modified.
|
Method | Description | |
---|---|---|
OnChildrenCollectionChanged ( object sender, |
For simplicity, this class will listen to change notifications on the DisconnectedUIElementCollection and provide them to descendants through the OnChildAdded and OnChildRemoved members.
|
|
OnLoaded ( object sender, |
protected final CreateUIElementCollection ( |
||
logicalParent | ||
return | System.Windows.Controls.UIElementCollection |
protected GetVisualChild ( int index ) : Visual | ||
index | int | |
return | Visual |
protected OnChildAdded ( UIElement child ) : void | ||
child | UIElement | |
return | void |
protected OnChildRemoved ( UIElement child ) : void | ||
child | UIElement | |
return | void |
protected OnVisualChildrenChanged ( |
||
visualAdded | ||
visualRemoved | ||
return | void |