7 references to TypedBinding
Microsoft.Maui.Controls.Xaml (7)
MarkupExtensions\TemplateBindingExtension.cs (7)
33
if (
TypedBinding
is null)
50
TypedBinding
.Mode = Mode;
51
TypedBinding
.Converter = Converter;
52
TypedBinding
.ConverterParameter = ConverterParameter;
53
TypedBinding
.StringFormat = StringFormat;
54
TypedBinding
.Source = RelativeBindingSource.TemplatedParent;
55
return
TypedBinding
;