5 references to ToPlatformTextAlignment
Microsoft.Maui.Controls.Compatibility (5)
iOS\Cells\EntryCellRenderer.cs (1)
100 cell.TextField.TextAlignment = entryCell.HorizontalTextAlignment.ToPlatformTextAlignment(viewController?.EffectiveFlowDirection ?? default(EffectiveFlowDirection));
iOS\Renderers\EntryRenderer.cs (1)
265 Control.TextAlignment = Element.HorizontalTextAlignment.ToPlatformTextAlignment(((IVisualElementController)Element).EffectiveFlowDirection);
iOS\Renderers\LabelRenderer.cs (1)
358 Control.TextAlignment = Element.HorizontalTextAlignment.ToPlatformTextAlignment(((IVisualElementController)Element).EffectiveFlowDirection);
iOS\Renderers\PickerRenderer.cs (1)
294 Control.TextAlignment = Element.HorizontalTextAlignment.ToPlatformTextAlignment(((IVisualElementController)Element).EffectiveFlowDirection);
iOS\Renderers\SearchBarRenderer.cs (1)
258 _textField.TextAlignment = Element.HorizontalTextAlignment.ToPlatformTextAlignment(((IVisualElementController)Element).EffectiveFlowDirection);