14 references to SetBinding
Microsoft.Maui.Controls (13)
BindableObject.cs (1)
487
SetBinding
(property, binding);
BindableObjectExtensions.cs (2)
63
self.
SetBinding
(targetProperty, binding);
212
public static void SetAppTheme<T>(this BindableObject self, BindableProperty targetProperty, T light, T dark) => self.
SetBinding
(targetProperty, new AppThemeBinding { Light = light, Dark = dark });
DataTemplate.cs (1)
86
bindable.
SetBinding
(kvp.Key, kvp.Value.Clone());
Interactivity\BindingCondition.cs (1)
66
bindable.
SetBinding
(_boundProperty, Binding.Clone());
MultiBinding.cs (1)
162
_proxyObject.
SetBinding
(bp, binding);
PlatformBindingHelpers.cs (2)
61
proxy.
SetBinding
(bindableProperty, bindingBase);
203
wrapper.
SetBinding
(kvp.Key, kvp.Value);
Shell\Shell.cs (1)
1171
this.
SetBinding
(Shell.FlyoutBackgroundColorProperty,
TemplatedItemsList.cs (4)
738
groupProxy.
SetBinding
(NameProperty, GroupDisplayBinding.Clone());
743
groupProxy.
SetBinding
(ShortNameProperty, GroupShortNameBinding.Clone());
763
groupProxy.HeaderContent.
SetBinding
(
1141
list.
SetBinding
(ShortNameProperty, GroupShortNameBinding.Clone());
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
558
bindable.
SetBinding
(property, binding);