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