4 references to ToPlatformHorizontal
Microsoft.Maui (3)
Platform\iOS\LabelExtensions.cs (1)
36
platformLabel.TextAlignment = label.HorizontalTextAlignment.
ToPlatformHorizontal
(platformLabel.EffectiveUserInterfaceLayoutDirection);
Platform\iOS\TextFieldExtensions.cs (1)
39
textField.TextAlignment = textAlignment.HorizontalTextAlignment.
ToPlatformHorizontal
(textField.EffectiveUserInterfaceLayoutDirection);
Platform\iOS\TextViewExtensions.cs (1)
128
textView.TextAlignment = editor.HorizontalTextAlignment.
ToPlatformHorizontal
(textView.EffectiveUserInterfaceLayoutDirection);
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
287
textField.TextAlignment = _searchHandler.HorizontalTextAlignment.
ToPlatformHorizontal
(textField.EffectiveUserInterfaceLayoutDirection);