2 writes to _dynamicResources
Microsoft.Maui.Controls (2)
Element\Element.cs (2)
369
Dictionary<BindableProperty, (string, SetterSpecificity)> DynamicResources => _dynamicResources ?? (
_dynamicResources
= new Dictionary<BindableProperty, (string, SetterSpecificity)>());
736
_dynamicResources
= null;
2 references to _dynamicResources
Microsoft.Maui.Controls (2)
Element\Element.cs (2)
369
Dictionary<BindableProperty, (string, SetterSpecificity)> DynamicResources =>
_dynamicResources
?? (_dynamicResources = new Dictionary<BindableProperty, (string, SetterSpecificity)>());
755
if (
_dynamicResources
== null)