The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TextBlock::IContentHost::HostedElements Property
.NET Framework (current version)
This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. Use the type-safe HostedElementsCore property instead.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: property IEnumerator<IInputElement^>^ HostedElements { virtual IEnumerator<IInputElement^>^ get() sealed = IContentHost::HostedElements::get; }
Property Value
Type: System.Collections.Generic::IEnumerator<IInputElement^>^Elements hosted by the content host.
Implements
IContentHost::HostedElements
.NET Framework
Available since 3.0
Available since 3.0
Show: