5 implementations of PropertyName
Microsoft.Maui.Controls.BindingSourceGen (5)
PathPart.cs (5)
10 public string PropertyName => MemberName; 24 public string PropertyName => MemberName; 35 public string? PropertyName => $"{DefaultMemberName}[{Index}]"; 48 public string? PropertyName => Part.PropertyName; 58 public string? PropertyName => null;
2 references to PropertyName
Microsoft.Maui.Controls.BindingSourceGen (2)
BindingCodeWriter.cs (1)
407 if (part.PropertyName is string propertyName)
PathPart.cs (1)
48 public string? PropertyName => Part.PropertyName;