1 instantiation of LocalValueEntry
Microsoft.Maui.Controls (1)
BindableObject.cs (1)
189 Current = new LocalValueEntry(_propertiesEnumerator.Current.Key, _propertiesEnumerator.Current.Value.Values.GetValue(), _propertiesEnumerator.Current.Value.Attributes);
2 references to LocalValueEntry
Microsoft.Maui.Controls (2)
BindableObject.cs (2)
177 internal sealed class LocalValueEnumerator : IEnumerator<LocalValueEntry> 183 public LocalValueEntry Current { get; private set; }