5 overrides of Apply
Microsoft.Maui.Controls (5)
AppThemeBinding.cs (1)
61
internal override void
Apply
(bool fromTarget)
Binding.cs (1)
111
internal override void
Apply
(bool fromTarget)
MultiBinding.cs (1)
81
internal override void
Apply
(bool fromTarget)
TemplateBinding.cs (1)
78
internal override void
Apply
(bool fromTarget)
TypedBinding.cs (1)
151
internal override void
Apply
(bool fromTarget = false)
8 references to Apply
Microsoft.Maui.Controls (8)
AppThemeBinding.cs (1)
63
base.
Apply
(fromTarget);
BindableObject.cs (1)
659
binding.
Apply
(true);
BindableObjectExtensions.cs (1)
23
binding.
Apply
(false);
Binding.cs (1)
113
base.
Apply
(fromTarget);
MultiBinding.cs (1)
86
base.
Apply
(fromTarget);
TemplateBinding.cs (1)
80
base.
Apply
(fromTarget);
TypedBinding.cs (2)
153
base.
Apply
(fromTarget);
506
dispatcher.DispatchIfRequired(() => _binding.
Apply
(false));