10 references to GetValue
Microsoft.Maui.Controls (10)
BindableObject.cs (9)
172
return context == null ? property.DefaultValue : context.Values.
GetValue
();
189
Current = new LocalValueEntry(_propertiesEnumerator.Current.Key, _propertiesEnumerator.Current.Value.Values.
GetValue
(), _propertiesEnumerator.Current.Value.Attributes);
308
var currentValue = context.Values.
GetValue
();
355
var binding = bpContext?.Bindings.
GetValue
();
378
var binding = bpContext?.Bindings.
GetValue
();
423
context.Bindings.
GetValue
()?.Unapply();
652
BindingBase binding = context.Bindings.
GetValue
();
765
var currentbinding = context.Bindings.
GetValue
();
825
object currentValue = bpcontext.Values.
GetValue
();
BindableObjectExtensions.cs (1)
19
var binding = ctx.Bindings.
GetValue
();