1 instantiation of PropertyChangedProxy
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
139
_handlers[i] = new
PropertyChangedProxy
(handlers[i].Item1, handlers[i].Item2, this);
2 references to PropertyChangedProxy
Microsoft.Maui.Controls (2)
TypedBinding.cs (2)
124
readonly
PropertyChangedProxy
[] _handlers;
134
_handlers = new
PropertyChangedProxy
[handlers.Length];