2 writes to _proxyObject
Microsoft.Maui.Controls (2)
MultiBinding.cs (2)
149
_proxyObject
= new ProxyElement() { Parent = targetObject as Element };
242
_proxyObject
= null;
6 references to _proxyObject
Microsoft.Maui.Controls (6)
MultiBinding.cs (6)
125
_proxyObject
.SetValue(_bpProxies[i], values[i]);
162
_proxyObject
.SetBinding(bp, binding);
167
_proxyObject
.BindingContext = context;
194
valuearray[i] =
_proxyObject
.GetValue(_bpProxies[i]);
237
if (_bpProxies != null &&
_proxyObject
!= null)
239
_proxyObject
.RemoveBinding(proxybp);