11 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);
Microsoft.Maui.Controls.Compatibility (5)
Tizen\Extensions\NativeBindingExtensions.cs (5)
14 PlatformBindingHelpers.SetBinding(view, propertyName, binding, updateSourceEventName);
19 PlatformBindingHelpers.SetBinding(view, targetProperty, binding);
24 PlatformBindingHelpers.SetValue(target, targetProperty, value);
29 PlatformBindingHelpers.SetBindingContext(target, bindingContext, getChildren);
34 PlatformBindingHelpers.TransferBindablePropertiesToWrapper(target, wrapper);