1 write to TargetType
Microsoft.Maui.Controls (1)
VisualStateManager.cs (1)
513 var clone = new VisualStateGroup { TargetType = TargetType, Name = Name, CurrentState = CurrentState, VisualElement = VisualElement };
4 references to TargetType
Microsoft.Maui.Controls (4)
VisualStateManager.cs (4)
513 var clone = new VisualStateGroup { TargetType = TargetType, Name = Name, CurrentState = CurrentState, VisualElement = VisualElement }; 577 if (TargetType != other.TargetType) 591 var hash = (Name, TargetType).GetHashCode();