28 references to FindDescendantView
Microsoft.Maui (2)
Platform\iOS\SearchBarExtensions.cs (1)
133
var cancelButton = uiSearchBar.
FindDescendantView
<UIButton>();
Platform\iOS\ViewExtensions.cs (1)
907
return firstViewController.ViewIfLoaded.
FindDescendantView
<ContentView>();
Microsoft.Maui.Controls (19)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (19)
43
var uiTextField = searchBar.
FindDescendantView
<UITextField>();
53
var cancelButton = _uiSearchBar.
FindDescendantView
<UIButton>();
54
var uiTextField = _uiSearchBar.
FindDescendantView
<UITextField>();
70
var uiTextField = _uiSearchBar.
FindDescendantView
<UITextField>();
84
UpdateSearchBarBackgroundColor(_uiSearchBar.
FindDescendantView
<UITextField>());
88
UpdateTextColor(_uiSearchBar.
FindDescendantView
<UITextField>());
92
UpdateTextTransform(_uiSearchBar.
FindDescendantView
<UITextField>());
96
UpdateSearchBarPlaceholder(_uiSearchBar.
FindDescendantView
<UITextField>());
100
UpdateFont(_uiSearchBar.
FindDescendantView
<UITextField>());
104
UpdateCancelButtonColor(_uiSearchBar.
FindDescendantView
<UIButton>());
112
UpdateSearchBarHorizontalTextAlignment(_uiSearchBar.
FindDescendantView
<UITextField>());
116
UpdateSearchBarVerticalTextAlignment(_uiSearchBar.
FindDescendantView
<UITextField>());
124
var cancelButton = searchBar.
FindDescendantView
<UIButton>();
245
var imageView = _uiSearchBar.
FindDescendantView
<UITextField>()?.LeftView as UIImageView;
254
var uiTextField = _uiSearchBar.
FindDescendantView
<UITextField>();
256
var uiButton = uiTextField.
FindDescendantView
<UIButton>();
270
var uiTextField = _uiSearchBar.
FindDescendantView
<UITextField>();
324
UpdateCancelButtonColor(_uiSearchBar.
FindDescendantView
<UIButton>());
331
UpdateCancelButtonColor(_uiSearchBar.
FindDescendantView
<UIButton>());
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\SearchBarRenderer.cs (7)
68
var cancelButton = searchBar.
FindDescendantView
<UIButton>();
75
_textField = _textField ?? Control.
FindDescendantView
<UITextField>();
242
_textField = _textField ?? Control.
FindDescendantView
<UITextField>();
253
_textField = _textField ?? Control.
FindDescendantView
<UITextField>();
264
_textField = _textField ?? Control.
FindDescendantView
<UITextField>();
278
var cancelButton = Control.
FindDescendantView
<UIButton>();
308
_textField = _textField ?? Control.
FindDescendantView
<UITextField>();