1 write to AncestorType
Microsoft.Maui.Controls (1)
RelativeBindingSource.cs (1)
32
AncestorType
= ancestorType;
3 references to AncestorType
Microsoft.Maui.Controls (3)
RelativeBindingSource.cs (3)
28
$"require non-null {nameof(
AncestorType
)}");
166
AncestorType
!.IsAssignableFrom(element.GetType());
171
AncestorType
!.IsAssignableFrom(element.BindingContext.GetType());