2 writes to _resources
Microsoft.Maui.Controls (2)
Application\Application.cs (2)
153
_resources
= new ResourceDictionary();
164
_resources
= value;
10 references to _resources
Microsoft.Maui.Controls (10)
Application\Application.cs (10)
143
bool IResourcesProvider.IsResourcesCreated =>
_resources
!= null;
150
if (
_resources
!= null)
151
return
_resources
;
154
((IResourceDictionary)
_resources
).ValuesChanged += OnResourcesChanged;
155
return
_resources
;
159
if (
_resources
== value)
162
if (
_resources
!= null)
163
((IResourceDictionary)
_resources
).ValuesChanged -= OnResourcesChanged;
166
if (
_resources
!= null)
167
((IResourceDictionary)
_resources
).ValuesChanged += OnResourcesChanged;