IContentHost Interface
.NET Framework 4.5
This interface is implemented by layouts which host ContentElement.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
The IContentHost type exposes the following members.
| 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 | Returns a collection of bounding rectangles for a child element. |
![]() | InputHitTest | Performs hit-testing for child elements. |
![]() | OnChildDesiredSizeChanged | Called when a UIElement-derived class which is hosted by a IContentHost changes its DesiredSize. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
