Implemented interface member:
2 writes to Current
Microsoft.Maui.Controls (2)
BindableObject.cs (2)
189 Current = new LocalValueEntry(_propertiesEnumerator.Current.Key, _propertiesEnumerator.Current.Value.Values.GetValue(), _propertiesEnumerator.Current.Value.Attributes); 200 Current = null;
1 reference to Current
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
182 object IEnumerator.Current => Current;