1 write to _isSealed
Microsoft.Maui.Controls (1)
Interactivity\Condition.cs (1)
39 _isSealed = value;
2 references to _isSealed
Microsoft.Maui.Controls (2)
Interactivity\Condition.cs (2)
32 get { return _isSealed; } 35 if (_isSealed == value)