1 write to Property
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
742 var context = new BindablePropertyContext { Property = property };
3 references to Property
Microsoft.Maui.Controls (3)
BindableObject.cs (3)
637 bool sameValue = ReferenceEquals(context.Property, BindingContextProperty) ? ReferenceEquals(value, original) : Equals(value, original); 687 if (ReferenceEquals(context.Property, BindingContextProperty)) 716 binding.Apply(BindingContext, this, context.Property, fromBindingContextChanged, specificity);