1 write to _isSealed
Microsoft.Maui.Controls (1)
Interactivity\TriggerBase.cs (1)
44 _isSealed = value;
2 references to _isSealed
Microsoft.Maui.Controls (2)
Interactivity\TriggerBase.cs (2)
37 get { return _isSealed; } 40 if (_isSealed == value)