2 instantiations of TypedBinding
Microsoft.Maui.Controls (2)
TypedBinding.cs (2)
103 return new TypedBinding<TSource, TProperty>( 223 return new TypedBinding<TSource, TProperty>(_getter, _setter, handlers)
1 reference to TypedBinding
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
94 internal static TypedBinding<TSource, TProperty> ForSingleNestingLevel<TSource, TProperty>(