4 references to ToPlatformVertical
Microsoft.Maui (3)
Platform\iOS\LabelExtensions.cs (1)
48
platformLabel.VerticalAlignment = label.VerticalTextAlignment.
ToPlatformVertical
();
Platform\iOS\SearchBarExtensions.cs (1)
103
textField.VerticalAlignment = searchBar.VerticalTextAlignment.
ToPlatformVertical
();
Platform\iOS\TextFieldExtensions.cs (1)
44
textField.VerticalAlignment = textAlignment.VerticalTextAlignment.
ToPlatformVertical
();
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
295
textField.VerticalAlignment = _searchHandler.VerticalTextAlignment.
ToPlatformVertical
();