2 writes to _searchHandler
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (2)
34
_searchHandler
= searchHandler;
399
_searchHandler
= null;
20 references to _searchHandler
Microsoft.Maui.Controls (20)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (20)
35
_searchHandler
.PropertyChanged += SearchHandlerPropertyChanged;
36
_searchHandler
.FocusChangeRequested += SearchHandlerFocusChangeRequested;
139
textField.Font =
_searchHandler
.ToFont().ToUIFont(_fontManager);
147
var backGroundColor =
_searchHandler
.BackgroundColor;
175
var cancelColor =
_searchHandler
.CancelButtonColor;
198
var formatted = (FormattedString)
_searchHandler
.Placeholder ?? string.Empty;
199
var targetColor =
_searchHandler
.PlaceholderColor;
201
textField.AttributedPlaceholder = formatted.ToNSAttributedString(_fontManager, defaultHorizontalAlignment:
_searchHandler
.HorizontalTextAlignment, defaultColor: placeHolderColor);
221
textField.Text =
_searchHandler
.UpdateFormsText(textField.Text,
_searchHandler
.TextTransform);
230
var targetColor =
_searchHandler
.TextColor;
287
textField.TextAlignment =
_searchHandler
.HorizontalTextAlignment.ToPlatformHorizontal(textField.EffectiveUserInterfaceLayoutDirection);
295
textField.VerticalAlignment =
_searchHandler
.VerticalTextAlignment.ToPlatformVertical();
300
var keyboard =
_searchHandler
.Keyboard;
319
_searchHandler
.SetIsFocused(false);
325
_searchHandler
.SetIsFocused(true);
337
((ISearchHandlerController)
_searchHandler
).QueryConfirmed();
394
if (
_searchHandler
!= null)
396
_searchHandler
.FocusChangeRequested -= SearchHandlerFocusChangeRequested;
397
_searchHandler
.PropertyChanged -= SearchHandlerPropertyChanged;