1 type derived from TypedBindingBase
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
120 public sealed class TypedBinding<TSource, TProperty> : TypedBindingBase
4 references to TypedBindingBase
Microsoft.Maui.Controls (2)
RelativeBindingSource.cs (2)
80 internal async Task Apply(TypedBindingBase binding, Element relativeSourceTarget, BindableObject targetObject, BindableProperty targetProperty, SetterSpecificity specificity) 217 TypedBindingBase binding,
Microsoft.Maui.Controls.Xaml (2)
MarkupExtensions\BindingExtension.cs (1)
21 [EditorBrowsable(EditorBrowsableState.Never)] public TypedBindingBase TypedBinding { get; set; }
MarkupExtensions\TemplateBindingExtension.cs (1)
29 [EditorBrowsable(EditorBrowsableState.Never)] public TypedBindingBase TypedBinding { get; set; }