1 write to s_EmptyAttributes
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
373
s_EmptyAttributes
= Array.Empty<Attribute>();
2 references to s_EmptyAttributes
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfKnownType.cs (2)
371
if (
s_EmptyAttributes
== null)
375
return
s_EmptyAttributes
;