2 writes to _targetProperty
Microsoft.Maui.Controls (2)
AppThemeBinding.cs (2)
70 _targetProperty = targetProperty; 85 _targetProperty = null;
6 references to _targetProperty
Microsoft.Maui.Controls (6)
AppThemeBinding.cs (6)
107 target.SetDynamicResource(_targetProperty, dynamicResource.Key, specificity); 110 if (!BindingExpressionHelper.TryConvert(ref value, _targetProperty, _targetProperty.ReturnType, true)) 112 BindingDiagnostics.SendBindingFailure(this, null, target, _targetProperty, "AppThemeBinding", BindingExpression.CannotConvertTypeErrorMessage, value, _targetProperty.ReturnType); 115 target.SetValueCore(_targetProperty, value, Internals.SetValueFlags.ClearDynamicResource, BindableObject.SetValuePrivateFlags.Default | BindableObject.SetValuePrivateFlags.Converted, specificity);