3 writes to _expression
Microsoft.Maui.Controls (3)
TemplateBinding.cs (3)
74 _expression = GetBindingExpression(value); 83 _expression = new BindingExpression(this, SelfPath); 137 _expression = new BindingExpression(this, SelfPath);
6 references to _expression
Microsoft.Maui.Controls (6)
TemplateBinding.cs (6)
82 if (_expression == null) 85 _expression.Apply(fromTarget); 130 if (_expression != null) 131 _expression.Unapply(); 136 if (_expression == null && templatedParent != null) 139 _expression?.Apply(templatedParent, bindableObject, targetProperty, SetterSpecificity.FromBinding);