diff --git a/src/Controls/src/Core/Cells/Cell.cs b/src/Controls/src/Core/Cells/Cell.cs index 0c9551300fb2..40ebf735d639 100644 --- a/src/Controls/src/Core/Cells/Cell.cs +++ b/src/Controls/src/Core/Cells/Cell.cs @@ -225,7 +225,7 @@ protected override void OnPropertyChanging(string propertyName = null) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public void SendAppearing() { @@ -236,7 +236,7 @@ public void SendAppearing() } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public void SendDisappearing() { diff --git a/src/Controls/src/Core/Cells/EntryCell.cs b/src/Controls/src/Core/Cells/EntryCell.cs index 1220bc37c72e..1adcb0fded2e 100644 --- a/src/Controls/src/Core/Cells/EntryCell.cs +++ b/src/Controls/src/Core/Cells/EntryCell.cs @@ -82,7 +82,7 @@ public string Text public event EventHandler Completed; /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public void SendCompleted() => Completed?.Invoke(this, EventArgs.Empty); diff --git a/src/Controls/src/Core/Device.cs b/src/Controls/src/Core/Device.cs index 5fb1020fc092..82f9395560a7 100644 --- a/src/Controls/src/Core/Device.cs +++ b/src/Controls/src/Core/Device.cs @@ -84,7 +84,7 @@ public static TargetIdiom Idiom : FlowDirection.LeftToRight; /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [Obsolete("Use BindableObject.Dispatcher.IsDispatchRequired instead.")] public static bool IsInvokeRequired => Application.Current.FindDispatcher().IsDispatchRequired; diff --git a/src/Controls/src/Core/DeviceOrientationExtensions.cs b/src/Controls/src/Core/DeviceOrientationExtensions.cs index 9bd8bca8223f..c2577df10b58 100644 --- a/src/Controls/src/Core/DeviceOrientationExtensions.cs +++ b/src/Controls/src/Core/DeviceOrientationExtensions.cs @@ -6,14 +6,14 @@ namespace Microsoft.Maui.Controls.Internals static class DeviceOrientationExtensions { /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// For internal use by the Microsoft.Maui.Controls platform. public static bool IsLandscape(this DisplayOrientation orientation) => orientation == DisplayOrientation.Landscape; /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// For internal use by the Microsoft.Maui.Controls platform. public static bool IsPortrait(this DisplayOrientation orientation) => diff --git a/src/Controls/src/Core/Editor/Editor.cs b/src/Controls/src/Core/Editor/Editor.cs index a6b5cda39604..85b15d933a5c 100644 --- a/src/Controls/src/Core/Editor/Editor.cs +++ b/src/Controls/src/Core/Editor/Editor.cs @@ -109,7 +109,7 @@ public IPlatformElementConfiguration On() where T : IConfigPlatfor } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public void SendCompleted() => Completed?.Invoke(this, EventArgs.Empty); diff --git a/src/Controls/src/Core/ExpressionSearch.cs b/src/Controls/src/Core/ExpressionSearch.cs index 1a136047fce2..562759c4a019 100644 --- a/src/Controls/src/Core/ExpressionSearch.cs +++ b/src/Controls/src/Core/ExpressionSearch.cs @@ -9,7 +9,7 @@ namespace Microsoft.Maui.Controls.Internals public abstract class ExpressionSearch { /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public static IExpressionSearch Default { get; set; } } } \ No newline at end of file diff --git a/src/Controls/src/Core/Internals/NavigationRequestedEventArgs.cs b/src/Controls/src/Core/Internals/NavigationRequestedEventArgs.cs index cb19c4ea4c4d..7aee5f0bed03 100644 --- a/src/Controls/src/Core/Internals/NavigationRequestedEventArgs.cs +++ b/src/Controls/src/Core/Internals/NavigationRequestedEventArgs.cs @@ -30,7 +30,7 @@ public NavigationRequestedEventArgs(Page page, Page before, bool animated) : thi public Task Task { get; set; } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public NavigationRequestType RequestType { get; set; } = NavigationRequestType.Unknown; } } \ No newline at end of file diff --git a/src/Controls/src/Core/Internals/PageExtensions.cs b/src/Controls/src/Core/Internals/PageExtensions.cs index 028a62cde60f..5f86f47cb6dd 100644 --- a/src/Controls/src/Core/Internals/PageExtensions.cs +++ b/src/Controls/src/Core/Internals/PageExtensions.cs @@ -9,7 +9,7 @@ namespace Microsoft.Maui.Controls.Internals public static class PageExtensions { /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// For internal use by the Microsoft.Maui.Controls platform. public static Page AncestorToRoot(this Page page) diff --git a/src/Controls/src/Core/Internals/ResourceLoader.cs b/src/Controls/src/Core/Internals/ResourceLoader.cs index fdd9d3f57aab..23e14d0e5d8b 100644 --- a/src/Controls/src/Core/Internals/ResourceLoader.cs +++ b/src/Controls/src/Core/Internals/ResourceLoader.cs @@ -12,7 +12,7 @@ public static class ResourceLoader { static Func _resourceProvider2; /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public static Func ResourceProvider2 { get => _resourceProvider2; diff --git a/src/Controls/src/Core/ListView/ListView.cs b/src/Controls/src/Core/ListView/ListView.cs index 23c0ae1cc504..0e80467286ad 100644 --- a/src/Controls/src/Core/ListView/ListView.cs +++ b/src/Controls/src/Core/ListView/ListView.cs @@ -308,11 +308,11 @@ public ScrollBarVisibility VerticalScrollBarVisibility } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public ListViewCachingStrategy CachingStrategy { get; private set; } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public bool RefreshAllowed { @@ -328,7 +328,7 @@ public bool RefreshAllowed } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public Element FooterElement { @@ -336,7 +336,7 @@ public Element FooterElement } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public Element HeaderElement { @@ -344,14 +344,14 @@ public Element HeaderElement } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. [EditorBrowsable(EditorBrowsableState.Never)] public void SendCellAppearing(Cell cell) => ItemAppearing?.Invoke(this, new ItemVisibilityEventArgs(cell.BindingContext, TemplatedItems.GetGlobalIndexOfItem(cell?.BindingContext))); /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. [EditorBrowsable(EditorBrowsableState.Never)] public void SendCellDisappearing(Cell cell) @@ -363,7 +363,7 @@ public void SendScrolled(ScrolledEventArgs args) => Scrolled?.Invoke(this, args); /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. [EditorBrowsable(EditorBrowsableState.Never)] public void SendRefreshing() { @@ -490,7 +490,7 @@ protected override void UnhookContent(Cell content) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. [EditorBrowsable(EditorBrowsableState.Never)] public Cell CreateDefaultCell(object item) @@ -499,7 +499,7 @@ public Cell CreateDefaultCell(object item) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. [EditorBrowsable(EditorBrowsableState.Never)] public string GetDisplayTextFromGroup(object cell) diff --git a/src/Controls/src/Core/NavigationModel.cs b/src/Controls/src/Core/NavigationModel.cs index 22cd94cb38fe..884c3904f4e5 100644 --- a/src/Controls/src/Core/NavigationModel.cs +++ b/src/Controls/src/Core/NavigationModel.cs @@ -11,7 +11,7 @@ internal class NavigationModel readonly List> _navTree = new List>(); /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public Page CurrentPage { get @@ -35,14 +35,14 @@ public Page LastRoot /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public IReadOnlyList Modals { get { return _modalStack.AsReadOnly(); } } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public IEnumerable Roots { get @@ -55,14 +55,14 @@ public IEnumerable Roots } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public IReadOnlyList> Tree { get { return _navTree; } } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public void Clear() { _navTree.Clear(); @@ -70,7 +70,7 @@ public void Clear() } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// Internal parameter for platform use. public void InsertPageBefore(Page page, Page before) @@ -85,7 +85,7 @@ public void InsertPageBefore(Page page, Page before) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// For internal use by the Microsoft.Maui.Controls platform. public Page Pop(Page ancestralNav) @@ -107,7 +107,7 @@ public Page Pop(Page ancestralNav) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// For internal use by the Microsoft.Maui.Controls platform. public Page PopModal() { @@ -135,7 +135,7 @@ public Page PopModal() } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// For internal use by the Microsoft.Maui.Controls platform. public Page PopTopPage() { @@ -160,7 +160,7 @@ public Page PopTopPage() } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. public void PopToRoot(Page ancestralNav) { @@ -180,7 +180,7 @@ public void PopToRoot(Page ancestralNav) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// Internal parameter for platform use. public void Push(Page page, Page ancestralNav) @@ -208,7 +208,7 @@ public void Push(Page page, Page ancestralNav) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. public void PushModal(Page page) { @@ -230,7 +230,7 @@ public void PushModal(Page page) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// For internal use by the Microsoft.Maui.Controls platform. public bool RemovePage(Page page) diff --git a/src/Controls/src/Core/NavigationPage/NavigationPage.cs b/src/Controls/src/Core/NavigationPage/NavigationPage.cs index 58074ac529b6..6ec3d3f416d4 100644 --- a/src/Controls/src/Core/NavigationPage/NavigationPage.cs +++ b/src/Controls/src/Core/NavigationPage/NavigationPage.cs @@ -113,7 +113,7 @@ public Color BarTextColor internal Task CurrentNavigationTask { get; set; } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// The depth parameter. [EditorBrowsable(EditorBrowsableState.Never)] public Page Peek(int depth) diff --git a/src/Controls/src/Core/NavigationProxy.cs b/src/Controls/src/Core/NavigationProxy.cs index 48b65838a40b..8e374446304d 100644 --- a/src/Controls/src/Core/NavigationProxy.cs +++ b/src/Controls/src/Core/NavigationProxy.cs @@ -27,7 +27,7 @@ public class NavigationProxy : INavigation Lazy> _pushStack = new Lazy>(() => new List()); /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public INavigation Inner { get { return _inner; } @@ -69,7 +69,7 @@ public INavigation Inner } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// Internal parameter for platform use. public void InsertPageBefore(Page page, Page before) @@ -78,14 +78,14 @@ public void InsertPageBefore(Page page, Page before) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public IReadOnlyList ModalStack { get { return GetModalStack(); } } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public IReadOnlyList NavigationStack { get { return GetNavigationStack(); } @@ -156,7 +156,7 @@ public Task PushModalAsync(Page modal, bool animated) } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. public void RemovePage(Page page) { diff --git a/src/Controls/src/Core/Performance.cs b/src/Controls/src/Core/Performance.cs index 91b795610a41..7b5aa3a60326 100644 --- a/src/Controls/src/Core/Performance.cs +++ b/src/Controls/src/Core/Performance.cs @@ -22,11 +22,11 @@ public class Performance static long Reference; /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. public static IPerformanceProvider Provider { get; private set; } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. public static void SetProvider(IPerformanceProvider instance) { @@ -54,7 +54,7 @@ public static void Start(string reference, string tag = null, [CallerFilePath] s } /// Internal API for Microsoft.Maui.Controls platform use. - /// For internal use only. This API can be changed or removed without notice at any time. + /// For internal use only. This API can be changed or removed without notice at any time. /// Internal parameter for platform use. /// Internal parameter for platform use. /// Internal parameter for platform use.