5 references to RelativeBindingSource
Microsoft.Maui.Controls (4)
ContentConverter.cs (2)
69 var source = new RelativeBindingSource(RelativeBindingSourceMode.FindAncestor, typeof(ITextElement)); 88 var source = new RelativeBindingSource(RelativeBindingSourceMode.FindAncestor, typeof(IFontElement));
RelativeBindingSource.cs (2)
59 return _self ?? (_self = new RelativeBindingSource(RelativeBindingSourceMode.Self)); 68 return _templatedParent ?? (_templatedParent = new RelativeBindingSource(RelativeBindingSourceMode.TemplatedParent));
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\RelativeSourceExtension.cs (1)
54 return new RelativeBindingSource(actualMode, AncestorType, AncestorLevel);