27 references to UpdateFlowDirection
Microsoft.Maui (9)
Handlers\ContentView\ContentViewHandler.iOS.cs (1)
45 platformView.UpdateFlowDirection(view);
Handlers\DatePicker\DatePickerHandler.iOS.cs (1)
85 handler.PlatformView?.UpdateFlowDirection(datePicker);
Handlers\GraphicsView\GraphicsViewHandler.iOS.cs (1)
29 handler.PlatformView?.UpdateFlowDirection(graphicsView);
Handlers\Layout\LayoutHandler.iOS.cs (2)
55 childPlatformView.UpdateFlowDirection(child); 87 childPlatformView.UpdateFlowDirection(child);
Handlers\TimePicker\TimePickerHandler.iOS.cs (1)
61 handler.PlatformView?.UpdateFlowDirection(timePicker);
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)
290 View.UpdateFlowDirection(Shell); 291 Flyout?.ViewController?.View.UpdateFlowDirection(Shell); 292 Detail?.View?.UpdateFlowDirection(Shell);
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
696 _searchController.View.UpdateFlowDirection(_context.Shell); 697 _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)
201 View.UpdateFlowDirection(_context.Shell); 202 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\FlowDirectionExtensions.cs (1)
16 view.UpdateFlowDirection(v);