4 references to TemplatedParent
Microsoft.Maui.Controls (3)
Binding.cs (1)
89 if ((value as RelativeBindingSource)?.Mode == RelativeBindingSourceMode.TemplatedParent)
RelativeBindingSource.cs (2)
68 return _templatedParent ?? (_templatedParent = new RelativeBindingSource(RelativeBindingSourceMode.TemplatedParent)); 95 case RelativeBindingSourceMode.TemplatedParent:
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\RelativeSourceExtension.cs (1)
68 else if (Mode == RelativeBindingSourceMode.TemplatedParent)