1 write to _self
Microsoft.Maui.Controls (1)
RelativeBindingSource.cs (1)
59
return _self ?? (
_self
= new RelativeBindingSource(RelativeBindingSourceMode.Self));
1 reference to _self
Microsoft.Maui.Controls (1)
RelativeBindingSource.cs (1)
59
return
_self
?? (_self = new RelativeBindingSource(RelativeBindingSourceMode.Self));