2 writes to UpdateSourceEventName
Microsoft.Maui.Controls (1)
Binding.cs (1)
169
UpdateSourceEventName
= UpdateSourceEventName,
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\BindingExtension.cs (1)
55
UpdateSourceEventName
= UpdateSourceEventName,
4 references to UpdateSourceEventName
Microsoft.Maui.Controls (4)
Binding.cs (1)
169
UpdateSourceEventName =
UpdateSourceEventName
,
Compatibility\iOS\Extensions\UIViewExtensions.cs (1)
60
updateSourceEventName = updateSourceEventName ?? binding?.
UpdateSourceEventName
;
PlatformBindingHelpers.cs (2)
23
if (IsNullOrEmpty(updateSourceEventName) && binding != null && !IsNullOrEmpty(binding.
UpdateSourceEventName
))
24
updateSourceEventName = binding.
UpdateSourceEventName
;