1 write to _listProxy
Microsoft.Maui.Controls (1)
Shell\SearchHandler.cs (1)
287 _listProxy = value;
3 references to _listProxy
Microsoft.Maui.Controls (3)
Shell\SearchHandler.cs (3)
281 get { return _listProxy; } 284 if (_listProxy == value) 286 var oldProxy = _listProxy;