1 write to _getter
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
128 _getter = getter ?? throw new ArgumentNullException(nameof(getter));
2 references to _getter
Microsoft.Maui.Controls (2)
TypedBinding.cs (2)
223 return new TypedBinding<TSource, TProperty>(_getter, _setter, handlers) 312 (var retval, bool success) = _getter((TSource)sourceObject);