mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Override ToString on more UIX classes
This commit is contained in:
@@ -1378,7 +1378,7 @@ namespace Microsoft.Iris.UI
|
||||
|
||||
internal void SetEventContext(EventContext eventContext) => _eventContext = eventContext;
|
||||
|
||||
public override string ToString() => _typeSchema.ToString();
|
||||
public override string ToString() => $"UI[{_typeSchema.Name}]";
|
||||
|
||||
private class SavedFocusState
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user