6 references to BindingExpression
Microsoft.Maui.Controls (6)
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);
TemplateBinding.cs (3)
83
_expression = new
BindingExpression
(this, SelfPath);
137
_expression = new
BindingExpression
(this, SelfPath);
144
return new
BindingExpression
(this, !string.IsNullOrWhiteSpace(path) ? path : SelfPath);