1 write to _rootComponents
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebViewHandler.cs (1)
93 _rootComponents = value;
8 references to _rootComponents
Microsoft.AspNetCore.Components.WebView.Maui (8)
BlazorWebViewHandler.cs (8)
83 get => _rootComponents; 86 if (_rootComponents != null) 89 _rootComponents.Clear(); 90 _rootComponents.CollectionChanged -= OnRootComponentsCollectionChanged; 95 if (_rootComponents != null) 98 if (_rootComponents.Count > 0 && _webviewManager != null) 101 foreach (var component in _rootComponents) 106 _rootComponents.CollectionChanged += OnRootComponentsCollectionChanged;