This documentation is archived and is not being maintained.
IContentHost Interface
Visual Studio 2010
This interface is implemented by layouts which host ContentElement.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
