3 writes to Source
Microsoft.Maui.Controls (2)
Binding.cs (2)
41
Source
= source;
168
Source
= Source,
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\TemplateBindingExtension.cs (1)
40
Source
= RelativeBindingSource.TemplatedParent,
5 references to Source
Microsoft.Maui.Controls (5)
Binding.cs (4)
132
if (
Source
is RelativeBindingSource relativeBindingSource)
168
Source =
Source
,
198
if (
Source
!= null && !(
Source
is RelativeBindingSource) && fromBindingContextChanged && IsApplied)
BindingExpression.cs (1)
68
if (Binding is Binding {
Source
: var source, DataType: Type dataType })