3 references to FindTemplatedParentAsync
Microsoft.Maui.Controls (3)
ContentPresenter.cs (1)
107
newView.ParentOverride = await TemplateUtilities.
FindTemplatedParentAsync
((Element)bindable);
RelativeBindingSource.cs (1)
96
resolvedSource = await TemplateUtilities.
FindTemplatedParentAsync
(relativeSourceTarget);
TemplateBinding.cs (1)
96
Element templatedParent = await TemplateUtilities.
FindTemplatedParentAsync
(view);