RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..GetLogicalParent<(Of <(<'T>)>)> Method

Gets the logical parent.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public static T GetLogicalParent<T>(
	this DependencyObject child
)
where T : DependencyObject
<ExtensionAttribute> _
Public Shared Function GetLogicalParent(Of T As DependencyObject) ( _
	child As DependencyObject _
) As T
[ExtensionAttribute]
public:
generic<typename T>
where T : DependencyObject
static T GetLogicalParent(
	DependencyObject^ child
)

Type Parameters

T

Parameters

child
Type: DependencyObject
The child.

Return Value

T.