3 references to SelfPath
Microsoft.Maui.Controls (3)
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
);