1 write to _targetProperty
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
82 _targetProperty = property;
6 references to _targetProperty
Microsoft.Maui.Controls (6)
BindingExpression.cs (6)
59 if (_weakSource.TryGetTarget(out var source) && _targetProperty != null) 60 ApplyCore(source, target, _targetProperty, fromTarget, _specificity); 123 BindingMode mode = Binding.GetRealizedMode(_targetProperty); 526 binding.Apply(null, target, _targetProperty, false, SetterSpecificity.FromBinding); 555 this.ApplyCore(null, target, _targetProperty, false, _specificity); 560 binding.Apply(null, target, _targetProperty, false, _specificity);