3 writes to _expression
Microsoft.Maui.Controls (3)
Binding.cs (3)
77 _expression = new BindingExpression(this, !string.IsNullOrWhiteSpace(value) ? value : SelfPath); 116 _expression = new BindingExpression(this, SelfPath); 149 _expression = new BindingExpression(this, SelfPath);
7 references to _expression
Microsoft.Maui.Controls (7)
Binding.cs (7)
115 if (_expression == null) 118 _expression.Apply(fromTarget); 148 if (_expression == null) 150 _expression.Apply(bindingContext, bindObj, targetProperty, specificity); 158 await relativeSource.Apply(_expression, relativeSourceTarget, targetObject, targetProperty, specificity); 203 if (_expression != null) 205 _expression.Unapply();