@@ -49,6 +49,7 @@ Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.get -> S
4949Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.set -> void
5050Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.get -> object!
5151Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.set -> void
52+ override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
5253static readonly Microsoft.Maui.Controls.KeyboardAccelerator.KeyProperty -> Microsoft.Maui.Controls.BindableProperty!
5354static readonly Microsoft.Maui.Controls.KeyboardAccelerator.ModifiersProperty -> Microsoft.Maui.Controls.BindableProperty!
5455static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -119,6 +120,10 @@ Microsoft.Maui.Controls.VisualElement.RefreshIsEnabledProperty() -> void
119120override Microsoft.Maui.Controls.Button.IsEnabledCore.get -> bool
120121override Microsoft.Maui.Controls.ImageButton.IsEnabledCore.get -> bool
121122override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
123+ ~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
124+ ~Microsoft.Maui.Controls.CheckBox.Command.set -> void
125+ ~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
126+ ~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
122127~Microsoft.Maui.Controls.Element.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void
123128~Microsoft.Maui.Controls.Element.InsertLogicalChild(int index, Microsoft.Maui.Controls.Element element) -> void
124129~Microsoft.Maui.Controls.Element.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> bool
@@ -138,6 +143,8 @@ Microsoft.Maui.Controls.Xaml.RequireServiceAttribute
138143~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
139144~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
140145~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
146+ ~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
147+ ~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
141148~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
142149~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
143150~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -174,7 +181,6 @@ Microsoft.Maui.Controls.PlatformPointerEventArgs
174181~static readonly Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTappedProperty -> Microsoft.Maui.Controls.BindableProperty
175182Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.get -> bool
176183Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
177-
178184*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.get -> string
179185*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.set -> void
180186*REMOVED*Microsoft.Maui.Controls.Editor.CursorPosition.get -> int
@@ -187,7 +193,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
187193*REMOVED*Microsoft.Maui.Controls.Editor.FontSize.set -> void
188194*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.get -> int
189195*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.set -> void
190-
191196*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.get -> string
192197*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.set -> void
193198*REMOVED*Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int
@@ -200,7 +205,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
200205*REMOVED*Microsoft.Maui.Controls.SearchBar.FontSize.set -> void
201206*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int
202207*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void
203-
204208*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.get -> string
205209*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.set -> void
206210*REMOVED*Microsoft.Maui.Controls.Entry.CursorPosition.get -> int
@@ -213,4 +217,3 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
213217*REMOVED*Microsoft.Maui.Controls.Entry.FontSize.set -> void
214218*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.get -> int
215219*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
216-
0 commit comments