3 writes to _inheritedContext
Microsoft.Maui.Controls (3)
BindableObject.cs (3)
360
bindable.
_inheritedContext
= null;
366
bindable.
_inheritedContext
= new WeakReference(value);
733
bindable.
_inheritedContext
= null;
3 references to _inheritedContext
Microsoft.Maui.Controls (3)
BindableObject.cs (3)
57
get =>
_inheritedContext
?.Target ?? GetValue(BindingContextProperty);
352
if (ReferenceEquals(bindable.
_inheritedContext
?.Target, value))
721
object context = bindable.
_inheritedContext
?.Target;