2 writes to _resources
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
154
_resources
= new ResourceDictionary();
165
_resources
= value;
10 references to _resources
Microsoft.Maui.Controls (10)
Application\Application.cs (10)
144
bool IResourcesProvider.IsResourcesCreated =>
_resources
!= null;
151
if (
_resources
!= null)
152
return
_resources
;
155
((IResourceDictionary)
_resources
).ValuesChanged += OnResourcesChanged;
156
return
_resources
;
160
if (
_resources
== value)
163
if (
_resources
!= null)
164
((IResourceDictionary)
_resources
).ValuesChanged -= OnResourcesChanged;
167
if (
_resources
!= null)
168
((IResourceDictionary)
_resources
).ValuesChanged += OnResourcesChanged;