4 references to BindableObjectProxy
Microsoft.Maui.Controls (4)
PlatformBindingHelpers.cs (4)
41
var proxy = BindableObjectProxy<TPlatformView>.BindableObjectProxies.GetValue(target, (TPlatformView key) => new
BindableObjectProxy
<TPlatformView>(key));
113
var proxy = BindableObjectProxy<TPlatformView>.BindableObjectProxies.GetValue(target, (TPlatformView key) => new
BindableObjectProxy
<TPlatformView>(key));
124
var proxy = BindableObjectProxy<TPlatformView>.BindableObjectProxies.GetValue(target, (TPlatformView key) => new
BindableObjectProxy
<TPlatformView>(key));
133
var proxy = BindableObjectProxy<TPlatformView>.BindableObjectProxies.GetValue(target, (TPlatformView key) => new
BindableObjectProxy
<TPlatformView>(key));