1 write to _scrollViewerStyleKey
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
2104
_scrollViewerStyleKey
= new SystemThemeKey(SystemResourceKeyID.GridViewScrollViewerStyle);
2 references to _scrollViewerStyleKey
PresentationFramework (2)
System\Windows\SystemResourceKey.cs (2)
2102
if (
_scrollViewerStyleKey
== null)
2107
return
_scrollViewerStyleKey
;