7 implementations of OnHorizontalTextAlignmentPropertyChanged
Microsoft.Maui.Controls (7)
Cells\EntryCell.cs (1)
89
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
Editor\Editor.cs (1)
124
public void
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
Entry\Entry.cs (1)
195
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
Label\Label.cs (1)
356
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
Picker\Picker.cs (1)
428
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
SearchBar\SearchBar.cs (1)
147
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
Shell\SearchHandler.cs (1)
113
void ITextAlignmentElement.
OnHorizontalTextAlignmentPropertyChanged
(TextAlignment oldValue, TextAlignment newValue)
1 reference to OnHorizontalTextAlignmentPropertyChanged
Microsoft.Maui.Controls (1)
TextAlignmentElement.cs (1)
17
((ITextAlignmentElement)bindable).
OnHorizontalTextAlignmentPropertyChanged
((TextAlignment)oldValue, (TextAlignment)newValue);