6 references to PlatformBindingHelpers
Microsoft.Maui.Controls (6)
Compatibility\iOS\Extensions\UIViewExtensions.cs (6)
64 PlatformBindingHelpers.SetBinding(view, propertyName, bindingBase, updateSourceEventName);
91 PlatformBindingHelpers.SetBinding(view, propertyName, bindingBase, nativePropertyListener);
96 PlatformBindingHelpers.SetBinding(self, targetProperty, binding);
101 PlatformBindingHelpers.SetValue(target, targetProperty, value);
107 PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
112 PlatformBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);