4 references to DoNothing
Microsoft.Maui.Controls (4)
Binding.cs (1)
95 public static readonly object DoNothing = MultiBinding.DoNothing; // the instance was moved to MultiBinding because the Binding class is annotated with [RequiresUnreferencedCode]
MultiBinding.cs (3)
100 if (value != DoNothing) 123 if (ReferenceEquals(values[i], DoNothing) || ReferenceEquals(values[i], BindableProperty.UnsetValue)) 173 if (value != DoNothing)