@@ -51,6 +51,7 @@ Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.get -> S
5151Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.set -> void
5252Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.get -> object!
5353Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.set -> void
54+ override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
5455static readonly Microsoft.Maui.Controls.KeyboardAccelerator.KeyProperty -> Microsoft.Maui.Controls.BindableProperty!
5556static readonly Microsoft.Maui.Controls.KeyboardAccelerator.ModifiersProperty -> Microsoft.Maui.Controls.BindableProperty!
5657static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -100,6 +101,10 @@ Microsoft.Maui.Controls.VisualElement.RefreshIsEnabledProperty() -> void
100101override Microsoft.Maui.Controls.Button.IsEnabledCore.get -> bool
101102override Microsoft.Maui.Controls.ImageButton.IsEnabledCore.get -> bool
102103override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
104+ ~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
105+ ~Microsoft.Maui.Controls.CheckBox.Command.set -> void
106+ ~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
107+ ~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
103108~Microsoft.Maui.Controls.InputView.FontFamily.get -> string
104109~Microsoft.Maui.Controls.InputView.FontFamily.set -> void
105110~Microsoft.Maui.Controls.WebView.UserAgent.get -> string
@@ -111,6 +116,8 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
111116~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
112117~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
113118~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
119+ ~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
120+ ~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
114121~static readonly Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTappedProperty -> Microsoft.Maui.Controls.BindableProperty
115122~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
116123~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
0 commit comments