Skip to content

Commit 29f9a43

Browse files
committed
add public APIs
1 parent f487989 commit 29f9a43

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.get -> S
5151
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.set -> void
5252
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.get -> object!
5353
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.set -> void
54+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
5455
static readonly Microsoft.Maui.Controls.KeyboardAccelerator.KeyProperty -> Microsoft.Maui.Controls.BindableProperty!
5556
static readonly Microsoft.Maui.Controls.KeyboardAccelerator.ModifiersProperty -> Microsoft.Maui.Controls.BindableProperty!
5657
static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -100,6 +101,10 @@ Microsoft.Maui.Controls.VisualElement.RefreshIsEnabledProperty() -> void
100101
override Microsoft.Maui.Controls.Button.IsEnabledCore.get -> bool
101102
override Microsoft.Maui.Controls.ImageButton.IsEnabledCore.get -> bool
102103
override 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

Comments
 (0)