You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of ToggleButton.IsCheckedProperty is 'bool?'.
But the type of value is treated as "bool" type in ToggleButtonHelper.CoerceIsChecked() and ToggleButtonHelper.OnIsCheckedChanged().
Type of ToggleButton.IsCheckedProperty is 'bool?'.
But the type of value is treated as "bool" type in ToggleButtonHelper.CoerceIsChecked() and ToggleButtonHelper.OnIsCheckedChanged().
These functions is used in ToggleButton.cs
The text was updated successfully, but these errors were encountered: