1 write to IsSelf
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
635
IsSelf
= content == Maui.Controls.Binding.SelfPath;
4 references to IsSelf
Microsoft.Maui.Controls (4)
BindingExpression.cs (4)
105
if (!part.
IsSelf
)
137
if (!part.
IsSelf
&& current != null)
148
if (!part.
IsSelf
166
if (part.TryGetValue(current, out object value) || part.
IsSelf
)