1 write to _presentationFrameworkAssembly
PresentationFramework (1)
System\Windows\SystemThemeKey.cs (1)
45
_presentationFrameworkAssembly
= typeof(FrameworkElement).Assembly;
2 references to _presentationFrameworkAssembly
PresentationFramework (2)
System\Windows\SystemThemeKey.cs (2)
43
if (
_presentationFrameworkAssembly
== null)
48
return
_presentationFrameworkAssembly
;