1 write to PropertyName
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
493 PropertyName = propertyName;
2 references to PropertyName
Microsoft.Maui.Controls (2)
TypedBinding.cs (2)
220 handlers[i] = new Tuple<Func<TSource, object>, string>(_handlers[i].PartGetter, _handlers[i].PropertyName); 502 if (!string.IsNullOrEmpty(e.PropertyName) && string.CompareOrdinal(e.PropertyName, PropertyName) != 0)