2 instantiations of WeakPropertyChangedProxy
Microsoft.Maui.Controls (2)
BindingExpression.cs (1)
652
_listener = new
WeakPropertyChangedProxy
(handler, _changeHandler);
TypedBinding.cs (1)
495
Listener = new BindingExpression.
WeakPropertyChangedProxy
();
3 references to WeakPropertyChangedProxy
Microsoft.Maui.Controls (3)
BindingExpression.cs (2)
628
WeakPropertyChangedProxy
_listener;
657
var
listener = _listener;
TypedBinding.cs (1)
461
public BindingExpression.
WeakPropertyChangedProxy
Listener { get; }