1 write to _targetProperty
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
173 _targetProperty = targetProperty;
4 references to _targetProperty
Microsoft.Maui.Controls (4)
TypedBinding.cs (4)
167 ApplyCore(source, target, _targetProperty, fromTarget, _specificity); 420 Apply(null, target, _targetProperty, false, SetterSpecificity.FromBinding); 448 ApplyCore(null, target, _targetProperty, false, _specificity); 453 Apply(null, target, _targetProperty, false, _specificity);