IContentHost Interface
.NET Framework (current version)
This interface is implemented by layouts which host ContentElement.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | HostedElements | Gets an enumeration containing all descendant ContentElement-derived classes, as well as all UIElement-derived classes that are a direct descendant of the IContentHost or one of its descendant ContentElement classes. |
| Name | Description | |
|---|---|---|
![]() | GetRectangles(ContentElement) | Returns a collection of bounding rectangles for a child element. |
![]() | InputHitTest(Point) | Performs hit-testing for child elements. |
![]() | OnChildDesiredSizeChanged(UIElement) | Called when a UIElement-derived class which is hosted by a IContentHost changes its DesiredSize. |
.NET Framework
Available since 3.0
Available since 3.0
Show:

