4 references to AncestorType
Microsoft.Maui.Controls.Xaml (4)
MarkupExtensions\RelativeSourceExtension.cs (4)
30 if (AncestorType != null) 45 actualMode = typeof(Element).IsAssignableFrom(AncestorType) 54 return new RelativeBindingSource(actualMode, AncestorType, AncestorLevel); 62 $"require {nameof(AncestorType)}.");