Base:
method
GetDebuggerDisplay
Microsoft.Maui.Controls.VisualElement.GetDebuggerDisplay()
1 override of GetDebuggerDisplay
Microsoft.Maui.Controls (1)
RefreshView\RefreshView.cs (1)
153 private protected override string GetDebuggerDisplay()
1 reference to GetDebuggerDisplay
Microsoft.Maui.Controls (1)
RefreshView\RefreshView.cs (1)
155 return $"Command = {Command}, IsRefreshing = {IsRefreshing}, {base.GetDebuggerDisplay()}";