6 references to UpdateHorizontalTextAlignment
Microsoft.Maui (5)
Handlers\Entry\EntryHandler.iOS.cs (2)
53
handler.PlatformView?.
UpdateHorizontalTextAlignment
(entry);
106
handler.PlatformView?.
UpdateHorizontalTextAlignment
(entry);
Handlers\Picker\PickerHandler.iOS.cs (1)
150
handler.PlatformView?.
UpdateHorizontalTextAlignment
(picker);
Handlers\SearchBar\SearchBarHandler.iOS.cs (2)
87
handler.QueryEditor?.
UpdateHorizontalTextAlignment
(searchBar);
107
handler.QueryEditor?.
UpdateHorizontalTextAlignment
(searchBar);
Microsoft.Maui.Controls (1)
Compatibility\Handlers\ListView\iOS\EntryCellRenderer.cs (1)
104
cell.TextField.
UpdateHorizontalTextAlignment
(entryCell);