2 writes to NextPart
Microsoft.Maui.Controls (2)
BindingExpression.cs (2)
255 last.NextPart = next; 261 last.NextPart = indexer;
5 references to NextPart
Microsoft.Maui.Controls (5)
BindingExpression.cs (5)
151 || (needsSetter && part.NextPart == null && part.LastSetter == null))) 157 if (part.NextPart != null && (mode == BindingMode.OneWay || mode == BindingMode.TwoWay) 420 if (part.NextPart != null && propertyType.IsGenericType && propertyType.IsValueType) 434 var nextPart = part.NextPart; 689 BindingExpressionPart part = NextPart ?? this;