FrameworkContentElement::GetUIParentCore Method ()
.NET Framework (current version)
Returns an alternative logical parent for this element if there is no visual parent. In this case, a FrameworkContentElement parent is always the same value as the Parent property.
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System.Windows::DependencyObject^Returns something other than null whenever a WPF framework-level implementation of this method has a non-visual parent connection.
The default implementation returns the expected single visual parent. Custom implementations might return alternate parent relationships.
.NET Framework
Available since 3.0
Available since 3.0
Show: