24 references to UpdateFlowDirection
Microsoft.Maui (7)
Handlers\ContentView\ContentViewHandler.iOS.cs (1)
45
platformView.
UpdateFlowDirection
(view);
Handlers\GraphicsView\GraphicsViewHandler.iOS.cs (1)
20
handler.PlatformView?.
UpdateFlowDirection
(graphicsView);
Handlers\Layout\LayoutHandler.iOS.cs (2)
55
childPlatformView.
UpdateFlowDirection
(child);
87
childPlatformView.
UpdateFlowDirection
(child);
Handlers\View\ViewHandler.cs (1)
333
((PlatformView?)handler.PlatformView)?.
UpdateFlowDirection
(view);
Platform\iOS\ViewExtensions.cs (2)
185
uiView.
UpdateFlowDirection
(child);
194
uiView.
UpdateFlowDirection
(child);
Microsoft.Maui.Controls (17)
Compatibility\Handlers\ListView\iOS\SwitchCellRenderer.cs (1)
106
uiSwitch.
UpdateFlowDirection
((IView)switchCell.Parent);
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (2)
65
_uiSearchBar.
UpdateFlowDirection
(shell);
68
_numericAccessoryView?.
UpdateFlowDirection
(shell);
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
80
_tableViewController.View.
UpdateFlowDirection
(_shellContext.Shell);
81
_headerView?.
UpdateFlowDirection
(_shellContext.Shell);
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (3)
287
View.
UpdateFlowDirection
(Shell);
288
Flyout?.ViewController?.View.
UpdateFlowDirection
(Shell);
289
Detail?.View?.
UpdateFlowDirection
(Shell);
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
694
_searchController.View.
UpdateFlowDirection
(_context.Shell);
695
_searchController.SearchBar.
UpdateFlowDirection
(_context.Shell);
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (2)
271
_currentShellItemRenderer.ViewController.View.
UpdateFlowDirection
(Element);
272
View.
UpdateFlowDirection
(Element);
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (2)
194
View.
UpdateFlowDirection
(_context.Shell);
195
NavigationBar.
UpdateFlowDirection
(_context.Shell);
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
493
this.View.
UpdateFlowDirection
(_shellContext.Shell);
Handlers\Items\iOS\ItemsViewController.cs (1)
348
CollectionView.
UpdateFlowDirection
(ItemsView);
Handlers\Items2\iOS\ItemsViewController2.cs (1)
256
CollectionView.
UpdateFlowDirection
(ItemsView);